aboutsummaryrefslogtreecommitdiff
path: root/REUSE.toml
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2024-09-15 13:55:43 +0700
committerShulhan <ms@kilabit.info>2024-09-15 14:19:05 +0700
commitf32c9a90874659b03408479281e82cc1c834ab3e (patch)
tree038a2aa67d60d8fb193bc7e37f483e825341716b /REUSE.toml
parent98cfe314d85b9c2a92f84416d79f95c92e8a6d9d (diff)
downloadpakakeh.ts-f32c9a90874659b03408479281e82cc1c834ab3e.tar.xz
all: update reuse to use REUSE.toml
Since REUSE version 3.2, using ".reuse/dep5" has been deprecated, and replaced using REUSE.toml
Diffstat (limited to 'REUSE.toml')
-rw-r--r--REUSE.toml14
1 files changed, 14 insertions, 0 deletions
diff --git a/REUSE.toml b/REUSE.toml
new file mode 100644
index 0000000..6fbb36f
--- /dev/null
+++ b/REUSE.toml
@@ -0,0 +1,14 @@
+# SPDX-FileCopyrightText: 2024 M. Shulhan <ms@kilabit.info>
+#
+# SPDX-License-Identifier: GPL-3.0-or-later
+
+version = 1
+SPDX-PackageName = "pakakeh.ts"
+SPDX-PackageSupplier = "M. Shulhan <ms@kilabit.info>"
+SPDX-PackageDownloadLocation = "https://git.sr.ht/~shulhan/pakakeh.ts"
+
+[[annotations]]
+path = "**.d.ts"
+precedence = "aggregate"
+SPDX-FileCopyrightText = "2022 Shulhan <ms@kilabit.info>"
+SPDX-License-Identifier = "GPL-3.0-or-later"