summaryrefslogtreecommitdiff
path: root/REUSE.toml
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-01-15 21:16:31 +0700
committerShulhan <ms@kilabit.info>2026-01-15 21:58:39 +0700
commitb322a6b218f2910cb9d82b025fd0b1bc75288e56 (patch)
tree27f860091f7708e6e2d99039dcc5191059d2c995 /REUSE.toml
parentc33ffdb985410128673add7d11d39b82af6a8d22 (diff)
downloadkilabit.info-b322a6b218f2910cb9d82b025fd0b1bc75288e56.tar.xz
all: add and convert the license and copyright headers to SPDX formats
We use spdxconv [1] tool to help converting the license and copyright. [1]: https://kilabit.info/project/spdxconv/
Diffstat (limited to 'REUSE.toml')
-rw-r--r--REUSE.toml31
1 files changed, 31 insertions, 0 deletions
diff --git a/REUSE.toml b/REUSE.toml
new file mode 100644
index 0000000..4d77395
--- /dev/null
+++ b/REUSE.toml
@@ -0,0 +1,31 @@
+# SPDX-License-Identifier: CC-BY-SA-4.0
+# SPDX-FileCopyrightText: 2026 M. Shulhan <ms@kilabit.info>
+
+version = 1
+
+[[annotations]]
+path = "_umum/assets/fonts/go/**"
+SPDX-License-Identifier = "BSD-3-Clause"
+SPDX-FileCopyrightText = "2016 Bigelow & Holmes Inc."
+
+[[annotations]]
+path = [
+ "**/*.ico",
+ "**/*.jpg",
+ "**/*.mp4",
+ "**/*.png",
+ "**/*.svg",
+ "**/*.webp",
+]
+SPDX-License-Identifier = "CC-BY-SA-4.0"
+SPDX-FileCopyrightText = "2019-2026 M. Shulhan <ms@kilabit.info>"
+
+[[annotations]]
+path = [
+ "_content/journal/2023/research_ssh_with_2fa/bootstrap_step-ca.txt",
+ "_content/journal/2023/research_ssh_with_2fa/bootstrap_step_vm.txt",
+ "_content/journal/2023/research_ssh_with_2fa/teleport_agent_log.txt",
+ "_content/journal/2023/research_ssh_with_2fa/teleport_proxy_log.txt",
+]
+SPDX-License-Identifier = "CC-BY-SA-4.0"
+SPDX-FileCopyrightText = "2023 M. Shulhan <ms@kilabit.info>"