We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afe15d commit c9b5473Copy full SHA for c9b5473
Makefile
@@ -24,6 +24,8 @@ CXXFLAGS += -Werror -Wextra -Wall
24
25
cwl_v1_2.h: FORCE
26
schema-salad-tool --codegen cpp \
27
+ --codegen-spdx-copyright-text "Copyright 2016-2023 CWL Project Contributors" \
28
+ --codegen-spdx-license-identifier "Apache-2.0" \
29
https://github.com/common-workflow-language/cwl-v1.2/raw/1.2.1_proposed/CommonWorkflowLanguage.yml \
30
> $@
31
cwl_v1_2.h
@@ -1,3 +1,5 @@
1
+// SPDX-FileCopyrightText: Copyright 2016-2023 CWL Project Contributors
2
+// SPDX-License-Identifier: Apache-2.0
3
#pragma once
4
5
/* This file was generated using schema-salad code generator.
0 commit comments