From 51fbbefd629ac794acfd602d1a7007fd69baa3c3 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 5 Jun 2026 16:56:01 +0200 Subject: doc: add licenses --- REUSE.toml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 REUSE.toml (limited to 'REUSE.toml') diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..8da6886 --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,21 @@ +version = 1 + +[[annotations]] +path = ["**"] +precedence = "aggregate" +SPDX-FileCopyrightText = "2026 Felix Morgner " +SPDX-License-Identifier = "BSD-3-Clause" + +[[annotations]] +path = [ + ".clang-format", + ".clang-tidy", + ".clangd", + ".gitignore", + ".lazy.lua", + ".nvim.lua", +] +precedence = "aggregate" +SPDX-FileCopyrightText = "2026 Felix Morgner " +SPDX-License-Identifier = "CC0-1.0" + -- cgit v1.2.3