-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREUSE.toml
45 lines (38 loc) · 1.93 KB
/
REUSE.toml
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
version = 1
SPDX-PackageName = "Toldbehandling"
SPDX-PackageSupplier = "Magenta ApS <[email protected]>"
[[annotations]]
path = ["REUSE.toml", "told-common/**", "rest/**", "ui/**", "admin/**", "log/**", "dev-environment/**", "docker/**", "mockup/**", "dev-idp/**", "docker-compose.yml", "docker-compose.override.template.yml", "SUMMARY", "README.md", ".gitignore", ".gitlab-ci.yml", ".eslint/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Magenta ApS <[email protected]>"
SPDX-License-Identifier = "MPL-2.0"
[[annotations]]
path = "told-common/told_common/static/bootstrap/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2011-2023 The Bootstrap Authors"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "told-common/told_common/static/bootstrap-table/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2012-2019 Zhixin Wen <[email protected]>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "told-common/told_common/static/jquery/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "OpenJS Foundation and other contributors, https://openjsf.org/"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = ["told-common/told_common/static/font-awesome/webfonts/**.eot", "told-common/told_common/static/font-awesome/webfonts/**.ttf", "told-common/told_common/static/font-awesome/webfonts/**.woff", "told-common/told_common/static/font-awesome/webfonts/**.woff2"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2011-2021 @fontawesome (https://fontawesome.com)"
SPDX-License-Identifier = "OFL-1.1"
[[annotations]]
path = "told-common/told_common/static/font-awesome/css/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2011-2021 @fontawesome (https://fontawesome.com)"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "told-common/told_common/static/font-awesome/webfonts/**.svg"
precedence = "aggregate"
SPDX-FileCopyrightText = "2011-2021 @fontawesome (https://fontawesome.com)"
SPDX-License-Identifier = "CC-BY-4.0"