diff options
Diffstat (limited to 'REUSE.toml')
| -rw-r--r-- | REUSE.toml | 31 |
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>" |
