Skip to content

Commit

Permalink
Add copyright and license information (#43)
Browse files Browse the repository at this point in the history
Adds license information to parser and grammar.
  • Loading branch information
marbre authored Feb 26, 2024
1 parent e3eb54b commit 8b865d6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions pfdl_scheduler/parser/PFDLLexer.py.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: The PFDL Contributors
SPDX-License-Identifier: MIT
2 changes: 2 additions & 0 deletions pfdl_scheduler/parser/PFDLParser.py.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: The PFDL Contributors
SPDX-License-Identifier: MIT
2 changes: 2 additions & 0 deletions pfdl_scheduler/parser/PFDLParserVisitor.py.license
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
SPDX-FileCopyrightText: The PFDL Contributors
SPDX-License-Identifier: MIT

0 comments on commit 8b865d6

Please sign in to comment.