Skip to content

Commit c9b5473

Browse files
committed
feat: add copyright/license information
1 parent 5afe15d commit c9b5473

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ CXXFLAGS += -Werror -Wextra -Wall
2424

2525
cwl_v1_2.h: FORCE
2626
schema-salad-tool --codegen cpp \
27+
--codegen-spdx-copyright-text "Copyright 2016-2023 CWL Project Contributors" \
28+
--codegen-spdx-license-identifier "Apache-2.0" \
2729
https://github.com/common-workflow-language/cwl-v1.2/raw/1.2.1_proposed/CommonWorkflowLanguage.yml \
2830
> $@
2931

cwl_v1_2.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// SPDX-FileCopyrightText: Copyright 2016-2023 CWL Project Contributors
2+
// SPDX-License-Identifier: Apache-2.0
13
#pragma once
24

35
/* This file was generated using schema-salad code generator.

0 commit comments

Comments
 (0)