-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathREUSE.toml
More file actions
55 lines (46 loc) · 1.65 KB
/
REUSE.toml
File metadata and controls
55 lines (46 loc) · 1.65 KB
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
46
47
48
49
50
51
52
53
54
55
version = 1
[[annotations]]
path = "site/static/*.schema.json"
precedence = "override"
SPDX-FileCopyrightText = "2025 Free Software Foundation Europe <https://fsfe.org>"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = "site/static/fonts/roboto/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "2018 Google"
SPDX-License-Identifier = "Apache-2.0"
[[annotations]]
path = "site/static/fonts/fontawesome/css/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Font Awesome <https://fontawesome.com>"
SPDX-License-Identifier = "MIT"
[[annotations]]
path = "site/static/fonts/fontawesome/webfonts/**"
precedence = "aggregate"
SPDX-FileCopyrightText = "Font Awesome <https://fontawesome.com>"
SPDX-License-Identifier = "OFL-1.1"
[[annotations]]
path = "site/static/fonts/fontawesome/webfonts/**.svg"
precedence = "aggregate"
SPDX-FileCopyrightText = "Font Awesome <https://fontawesome.com>"
SPDX-License-Identifier = "CC-BY-4.0"
[[annotations]]
path = "site/static/img/**.png"
precedence = "aggregate"
SPDX-FileCopyrightText = "2019 Free Software Foundation Europe <https://fsfe.org>"
SPDX-License-Identifier = "CC-BY-SA-4.0"
[[annotations]]
path = "site/static/img/**.jpg"
precedence = "aggregate"
SPDX-FileCopyrightText = "2019 Free Software Foundation Europe <https://fsfe.org>"
SPDX-License-Identifier = "CC-BY-SA-4.0"
[[annotations]]
path = "site/i18n/**.json"
precedence = "aggregate"
SPDX-FileCopyrightText = "2019 Free Software Foundation Europe <https://fsfe.org>"
SPDX-License-Identifier = "CC-BY-SA-4.0"
[[annotations]]
path = "site/po/**.po**"
precedence = "override"
SPDX-FileCopyrightText = "REUSE contributors"
SPDX-License-Identifier = "CC-BY-SA-4.0"