aboutsummaryrefslogtreecommitdiff
path: root/REUSE.toml
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-09-07 18:37:06 +0700
committerShulhan <ms@kilabit.info>2024-09-07 18:37:06 +0700
commit0ea735eb1af096869ea2b414b4c80efcc978e503 (patch)
treee41ecc4e8ca49e7856441d899cd910b2c434a629 /REUSE.toml
parent2547822492084d9cd70598b29248affb7c45cc49 (diff)
downloadgorankusu-0ea735eb1af096869ea2b414b4c80efcc978e503.tar.xz
all: replace licensing format to REUSE.toml
Using ".reuse/dep5" has been deprecated since REUSE v3.2. While at it, add missing license to some files in testdata.
Diffstat (limited to 'REUSE.toml')
-rw-r--r--REUSE.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/REUSE.toml b/REUSE.toml
new file mode 100644
index 0000000..972bc6a
--- /dev/null
+++ b/REUSE.toml
@@ -0,0 +1,11 @@
+## SPDX-FileCopyrightText: 2024 M. Shulhan <ms@kilabit.info>
+##
+## SPDX-License-Identifier: GPL-3.0-or-later
+
+version = 1
+
+[[annotations]]
+path = ["_www/**", ".gitignore", ".gitmodules", "go.sum", "README.md",
+ "_screenshots/**"]
+SPDX-FileCopyrightText = "2022 Shulhan <ms@kilabit.info>"
+SPDX-License-Identifier = "GPL-3.0-or-later"