Skip to content

Commit 2fa3c31

Browse files
lukamacXeratec
andauthored
Add reuse-tool as an SPDX license header linter (#113)
* Use [reuse-tool](https://github.com/fsfe/reuse-tool) for checking license headers Added a wrapper python script to filter the files so we can manually skip what we don't want reuse to check. Otherwise it complains about every single file. * Replace LICENSE file with LICENSES directory and Apache-2.0.txt file Reuse explicitly checks for licenses in the LICENSES directory and doesn't look for it in the LICENSE file. * Add MIT license for the scripts/run_clang_format.py * Add missing license headers * Configure and add CC BY-NC 4.0 license * Update Readme * Call reuse via python if not in PATH * Ignore "TEST_*" directories * Update CONTRIBUTING.md --------- Co-authored-by: Philip Wiese <[email protected]>
1 parent b74e031 commit 2fa3c31

File tree

615 files changed

+1363
-12075
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

615 files changed

+1363
-12075
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Describe the intent of your PR here.
22

33
## Added
4-
-
4+
-
55

66
## Changed
7-
-
7+
-
88

99
## Fixed
10-
-
10+
-
1111

1212
## PR Merge Checklist
1313

.github/workflows/_runner-chimera.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright 2025 ETH Zurich and University of Bologna.
2-
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
1+
# SPDX-FileCopyrightText: 2024 ETH Zurich and University of Bologna
2+
#
33
# SPDX-License-Identifier: Apache-2.0
44

55
---

.github/workflows/_runner-cortexm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright 2025 ETH Zurich and University of Bologna.
2-
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
1+
# SPDX-FileCopyrightText: 2024 ETH Zurich and University of Bologna
2+
#
33
# SPDX-License-Identifier: Apache-2.0
44

55
---

.github/workflows/_runner-generic.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright 2025 ETH Zurich and University of Bologna.
2-
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
1+
# SPDX-FileCopyrightText: 2024 ETH Zurich and University of Bologna
2+
#
33
# SPDX-License-Identifier: Apache-2.0
44

55
---

.github/workflows/_runner-mempool.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright 2025 ETH Zurich and University of Bologna.
2-
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
1+
# SPDX-FileCopyrightText: 2024 ETH Zurich and University of Bologna
2+
#
33
# SPDX-License-Identifier: Apache-2.0
44

55
---

.github/workflows/_runner-siracusa-neureka-tiled-sequential.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright 2025 ETH Zurich and University of Bologna.
2-
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
1+
# SPDX-FileCopyrightText: 2024 ETH Zurich and University of Bologna
2+
#
33
# SPDX-License-Identifier: Apache-2.0
44

55
---

.github/workflows/_runner-siracusa-neureka-tiled.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright 2025 ETH Zurich and University of Bologna.
2-
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
1+
# SPDX-FileCopyrightText: 2024 ETH Zurich and University of Bologna
2+
#
33
# SPDX-License-Identifier: Apache-2.0
44

55
---

.github/workflows/_runner-siracusa-tiled-sequential.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright 2025 ETH Zurich and University of Bologna.
2-
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
1+
# SPDX-FileCopyrightText: 2024 ETH Zurich and University of Bologna
2+
#
33
# SPDX-License-Identifier: Apache-2.0
44

55
---

.github/workflows/_runner-siracusa-tiled.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright 2025 ETH Zurich and University of Bologna.
2-
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
1+
# SPDX-FileCopyrightText: 2024 ETH Zurich and University of Bologna
2+
#
33
# SPDX-License-Identifier: Apache-2.0
44

55
---

.github/workflows/_runner-siracusa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Copyright 2025 ETH Zurich and University of Bologna.
2-
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
1+
# SPDX-FileCopyrightText: 2024 ETH Zurich and University of Bologna
2+
#
33
# SPDX-License-Identifier: Apache-2.0
44

55
---

0 commit comments

Comments
 (0)