aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'REUSE.toml')
-rw-r--r--REUSE.toml39+3 −36
1 files changed, 3 insertions, 36 deletions
diff --git a/REUSE.toml b/REUSE.toml
index ca825f7..dc89013 100644
--- a/REUSE.toml
+++ b/REUSE.toml
@@ -1,44 +1,11 @@
-# SPDX-FileCopyrightText: 2026 Nikolay Govorov
-# SPDX-License-Identifier: AGPL-3.0-or-later
-
version = 1
[[annotations]]
path = [
+ "CLA.md",
+ "README.md",
"Cargo.toml",
"Cargo.lock",
- "mise.lock",
-
- "pkg/*.svg",
- "charts/tesor/templates/*",
-
- "crates/tesor/src/assets/*.svg",
- "crates/tesor/src/assets/*.ico",
- "crates/tesor/src/assets/*.png",
- "crates/tesor/src/assets/robots.txt",
- "crates/tesor/src/assets/manifest.webmanifest",
]
-SPDX-FileCopyrightText = "2026 Nikolay Govorov"
+SPDX-FileCopyrightText = "2026 Nikolay Govorov <me@govorov.online>"
SPDX-License-Identifier = "AGPL-3.0-or-later"
-
-[[annotations]]
-path = [
- "README.md",
-]
-SPDX-FileCopyrightText = "2026 Nikolay Govorov"
-SPDX-License-Identifier = "CC-BY-4.0"
-
-[[annotations]]
-path = [
- "CLA.md",
-]
-SPDX-FileCopyrightText = "2026 Nikolay Govorov"
-SPDX-License-Identifier = "CC-BY-3.0"
-
-[[annotations]]
-path = [
- "crates/tesor/src/assets/jetbrainsmono/OFL.txt",
- "crates/tesor/src/assets/jetbrainsmono/*.woff2",
-]
-SPDX-FileCopyrightText = "Copyright 2020 The JetBrains Mono Project Authors (https://github.com/JetBrains/JetBrainsMono)"
-SPDX-License-Identifier = "OFL-1.1"