From 971b45692224b3c52be21cd3a883fb6cd5089776 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Thu, 18 Dec 2025 15:46:31 +0100 Subject: chore: add license information --- REUSE.toml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 REUSE.toml (limited to 'REUSE.toml') 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" -- cgit v1.2.3