aboutsummaryrefslogtreecommitdiff
path: root/web/REUSE.toml
diff options
context:
space:
mode:
authorLinnea Gräf <nea@nea.moe>2024-11-17 00:58:02 +0100
committerLinnea Gräf <nea@nea.moe>2024-11-17 00:58:02 +0100
commit5cfe3b72609a361abad791cb95ade2d8e7af0181 (patch)
tree940233a020b7c1cf43fc52d507d284da95a77efd /web/REUSE.toml
parentf0848ab60c33e9a4dc301ebf94d26897011ae261 (diff)
downloadFirmament-5cfe3b72609a361abad791cb95ade2d8e7af0181.tar.gz
Firmament-5cfe3b72609a361abad791cb95ade2d8e7af0181.tar.bz2
Firmament-5cfe3b72609a361abad791cb95ade2d8e7af0181.zip
feat(web): Initial web branch
Diffstat (limited to 'web/REUSE.toml')
-rw-r--r--web/REUSE.toml20
1 files changed, 20 insertions, 0 deletions
diff --git a/web/REUSE.toml b/web/REUSE.toml
new file mode 100644
index 0000000..951c8b9
--- /dev/null
+++ b/web/REUSE.toml
@@ -0,0 +1,20 @@
+#SPDX-FileCopyrightText: 2024 Linnea Gräf <nea@nea.moe>
+#
+#SPDX-License-Identifier: CC0-1.0
+
+version = 1
+
+[[annotations]]
+path = ["src/**/*"]
+SPDX-License-Identifier = "GPL-3.0-or-later"
+SPDX-FileCopyrightText = ["Linnea Gräf <nea@nea.moe>", "Firmament Contributors"]
+
+[[annotations]]
+path = ["pnpm-lock.yaml"]
+SPDX-License-Identifier = "CC0-1.0"
+SPDX-FileCopyrightText = ["Auto Generated"]
+
+[[annotations]]
+path = ["*.json", "*.mjs", ".vscode/*"]
+SPDX-License-Identifier = "CC0-1.0"
+SPDX-FileCopyrightText = ["Linnea Gräf <nea@nea.moe>", "Firmament Contributors"]