-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathREUSE.toml
33 lines (28 loc) · 1.15 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
# SPDX-FileCopyrightText: 2024 Skatteverket - Swedish Tax Agency
#
# SPDX-License-Identifier: CC0-1.0
version = 1
# configurations
[[annotations]]
path = [".nvmrc","pnpm-lock.yaml","packages/react-mla/.babelrc","packages/react-mla/tsconfig.tsbuildinfo"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Skatteverket - Swedish Tax Agency"
SPDX-License-Identifier = "CC0-1.0"
# images etc
[[annotations]]
path = ["tools/icon-scripts/custom_icons/network_graph.svg","tools/icon-scripts/custom_icons/*.svg","assets/*.png","assets/*.gif"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Skatteverket - Swedish Tax Agency"
SPDX-License-Identifier = "CC0-1.0"
# more images
[[annotations]]
path = ["apps/desktop/images/*.png","apps/desktop/images/*.ico", "apps/web/public/*.ico", "packages/react-mla/src/*.svg"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Skatteverket - Swedish Tax Agency"
SPDX-License-Identifier = "CC0-1.0"
# misc
[[annotations]]
path = ["CHANGELOG.md","**/*.json",".github/pull_request_template.md"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2024 Skatteverket - Swedish Tax Agency"
SPDX-License-Identifier = "CC0-1.0"