Skip to content

Commit

Permalink
feat: add copyright/license information
Browse files Browse the repository at this point in the history
  • Loading branch information
SGSSGene committed Oct 26, 2023
1 parent 5afe15d commit c9b5473
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ CXXFLAGS += -Werror -Wextra -Wall

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

Expand Down
2 changes: 2 additions & 0 deletions cwl_v1_2.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// SPDX-FileCopyrightText: Copyright 2016-2023 CWL Project Contributors
// SPDX-License-Identifier: Apache-2.0
#pragma once

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

0 comments on commit c9b5473

Please sign in to comment.