Skip to content

Commit

Permalink
Add SPDX tags to PFDL files (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre authored Oct 11, 2023
1 parent 68ab87a commit a52d6b0
Show file tree
Hide file tree
Showing 28 changed files with 84 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/array_definition.pfdl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct SheetPart
width: number
height: number
Expand Down
3 changes: 3 additions & 0 deletions examples/multiple_services.pfdl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct Color
name: string
rgb: number[3]
Expand Down
3 changes: 3 additions & 0 deletions examples/parallel_loop.pfdl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct SheetPart
width: number
hight: number
Expand Down
3 changes: 3 additions & 0 deletions examples/parallel_tasks.pfdl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct Color
name: string
rgb: number[3]
Expand Down
3 changes: 3 additions & 0 deletions examples/service_and_condition.pfdl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct Color
name: string
rgb: number[3]
Expand Down
3 changes: 3 additions & 0 deletions examples/simple_task.pfdl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct Color
name: string
rgb: number[3]
Expand Down
3 changes: 3 additions & 0 deletions examples/task_input.pfdl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct Color
name: string
rgb: number[3]
Expand Down
3 changes: 3 additions & 0 deletions examples/task_output.pfdl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct Color
name: string
rgb: number[3]
Expand Down
3 changes: 3 additions & 0 deletions examples/task_synchronization.pfdl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct Color
name: string
rgb: number[3]
Expand Down
3 changes: 3 additions & 0 deletions examples/task_with_counting_loop.pfdl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct Color
name: string
rgb: number[3]
Expand Down
3 changes: 3 additions & 0 deletions examples/task_with_while_loop.pfdl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct Color
name: string
rgb: number[3]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct TestStruct
attribute: number
attribute: string # Name of the attribute is already assigned
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct Color
name: string
saturation: number
Expand Down
3 changes: 3 additions & 0 deletions tests/test_files/invalid/semantic/nested_struct.pfdl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct Nested_1
nestedStruct: Nested_2
End
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct TestStruct
attribute: string
End
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Task task_1
Service
End
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct Color
name: string
saturation: number
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct Test
attribute: string
End
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct Test
attribute: string
End
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct Color
name: string
saturation: number
Expand Down
3 changes: 3 additions & 0 deletions tests/test_files/scheduling/multiple_services.pfdl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct Color
name: string
rgb: number[3]
Expand Down
3 changes: 3 additions & 0 deletions tests/test_files/scheduling/parallel_loop.pfdl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct SheetPart
width: number
hight: number
Expand Down
3 changes: 3 additions & 0 deletions tests/test_files/scheduling/parallel_tasks.pfdl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct Color
name: string
rgb: number[3]
Expand Down
3 changes: 3 additions & 0 deletions tests/test_files/scheduling/service_and_condition.pfdl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct Color
name: string
rgb: number[3]
Expand Down
3 changes: 3 additions & 0 deletions tests/test_files/scheduling/simple_task.pfdl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct Color
name: string
rgb: number[3]
Expand Down
3 changes: 3 additions & 0 deletions tests/test_files/scheduling/task_synchronisation.pfdl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct Color
name: string
rgb: number[3]
Expand Down
3 changes: 3 additions & 0 deletions tests/test_files/scheduling/task_with_counting_loop.pfdl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct Color
name: string
rgb: number[3]
Expand Down
3 changes: 3 additions & 0 deletions tests/test_files/scheduling/task_with_while_loop.pfdl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: The PFDL Contributors
# SPDX-License-Identifier: MIT

Struct Color
name: string
rgb: number[3]
Expand Down

0 comments on commit a52d6b0

Please sign in to comment.