diff options
author | Linnea Gräf <nea@nea.moe> | 2024-11-17 00:58:02 +0100 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-11-17 04:27:36 +0100 |
commit | d26852105463a51d5b71eb70fdaba787f0914030 (patch) | |
tree | 3e6be2d35c6a7916d5f6cb49806e9900c40797b8 /web/REUSE.toml | |
parent | 92034c8501aaf9426fd86cccd9a5c51bcf364afd (diff) | |
download | Firmament-d26852105463a51d5b71eb70fdaba787f0914030.tar.gz Firmament-d26852105463a51d5b71eb70fdaba787f0914030.tar.bz2 Firmament-d26852105463a51d5b71eb70fdaba787f0914030.zip |
feat(web): Initial web branch
Diffstat (limited to 'web/REUSE.toml')
-rw-r--r-- | web/REUSE.toml | 20 |
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"] |