-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
27 lines (21 loc) · 841 Bytes
/
REUSE.toml
File metadata and controls
27 lines (21 loc) · 841 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
version = 1
SPDX-PackageName = "Forms API"
SPDX-PackageSupplier = "Free Software Foundation Europe <https://fsfe.org/contact>"
SPDX-PackageDownloadLocation = "https://git.fsfe.org/fsfe-system-hackers/forms/"
[[annotations]]
path = "fsfe_forms/templates/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2020 Free Software Foundation Europe <contact@fsfe.org>"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]] # Configuration
path = "tests/*"
SPDX-FileCopyrightText = "2026 Free Software Foundation Europe"
SPDX-License-Identifier = "GPL-3.0-or-later"
[[annotations]] # Configuration
path = "forms-fake-fsfe-cd-front/config/**"
SPDX-FileCopyrightText = "NONE"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]] # Computer-generated files
path = "Pipfile.lock"
SPDX-FileCopyrightText = "NONE"
SPDX-License-Identifier = "CC0-1.0"