From 8b865d61ade7b275254f3cf18a42a8e24642462e Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Mon, 26 Feb 2024 10:51:45 +0100 Subject: [PATCH] Add copyright and license information (#43) Adds license information to parser and grammar. --- .reuse/dep5 | 4 ++++ pfdl_scheduler/parser/PFDLLexer.py.license | 2 ++ pfdl_scheduler/parser/PFDLParser.py.license | 2 ++ pfdl_scheduler/parser/PFDLParserVisitor.py.license | 2 ++ 4 files changed, 10 insertions(+) create mode 100644 pfdl_scheduler/parser/PFDLLexer.py.license create mode 100644 pfdl_scheduler/parser/PFDLParser.py.license create mode 100644 pfdl_scheduler/parser/PFDLParserVisitor.py.license diff --git a/.reuse/dep5 b/.reuse/dep5 index 25afeb1..960ba3f 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -6,3 +6,7 @@ Source: https://github.com/iml130/pfd Files: docs/img/* Copyright: The PFDL Contributors License: CC-BY-4.0 + +Files: pfdl_grammar/* +Copyright: The PFDL Contributors +License: MIT diff --git a/pfdl_scheduler/parser/PFDLLexer.py.license b/pfdl_scheduler/parser/PFDLLexer.py.license new file mode 100644 index 0000000..6c15ccb --- /dev/null +++ b/pfdl_scheduler/parser/PFDLLexer.py.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: The PFDL Contributors +SPDX-License-Identifier: MIT diff --git a/pfdl_scheduler/parser/PFDLParser.py.license b/pfdl_scheduler/parser/PFDLParser.py.license new file mode 100644 index 0000000..6c15ccb --- /dev/null +++ b/pfdl_scheduler/parser/PFDLParser.py.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: The PFDL Contributors +SPDX-License-Identifier: MIT diff --git a/pfdl_scheduler/parser/PFDLParserVisitor.py.license b/pfdl_scheduler/parser/PFDLParserVisitor.py.license new file mode 100644 index 0000000..6c15ccb --- /dev/null +++ b/pfdl_scheduler/parser/PFDLParserVisitor.py.license @@ -0,0 +1,2 @@ +SPDX-FileCopyrightText: The PFDL Contributors +SPDX-License-Identifier: MIT