aboutsummaryrefslogtreecommitdiff
path: root/REUSE.toml
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-12-18 15:46:31 +0100
committerFelix Morgner <felix.morgner@ost.ch>2025-12-18 15:46:31 +0100
commit971b45692224b3c52be21cd3a883fb6cd5089776 (patch)
treeb932f233eefc2ae488dd232ef5c4ea929d7cf453 /REUSE.toml
parent573c620744be20897e5586e14c7491ada3ce353c (diff)
downloadteachos-971b45692224b3c52be21cd3a883fb6cd5089776.tar.xz
teachos-971b45692224b3c52be21cd3a883fb6cd5089776.zip
chore: add license information
Diffstat (limited to 'REUSE.toml')
-rw-r--r--REUSE.toml25
1 files changed, 25 insertions, 0 deletions
diff --git a/REUSE.toml b/REUSE.toml
new file mode 100644
index 0000000..df6b1c8
--- /dev/null
+++ b/REUSE.toml
@@ -0,0 +1,25 @@
+version = 1
+
+[[annotations]]
+path = ["**"]
+precedence = "aggregate"
+SPDX-FileCopyrightText = "2023 The TeachOS Developers"
+SPDX-License-Identifier = "BSD-3-Clause"
+
+[[annotations]]
+path = [
+ ".devcontainer/**",
+ ".vscode/**",
+ "docs/**",
+ ".clang-format",
+ ".clang-tidy",
+ ".clangd",
+ ".gitignore",
+ ".gitlab-ci.yml",
+ "Doxyfile",
+ "**/*.dox",
+ "**/*.rst",
+]
+precedence = "aggregate"
+SPDX-FileCopyrightText = "2023 The TeachOS Developers"
+SPDX-License-Identifier = "CC0-1.0"