-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathREUSE.toml
More file actions
22 lines (18 loc) · 791 Bytes
/
REUSE.toml
File metadata and controls
22 lines (18 loc) · 791 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
version = 1
SPDX-PackageName = "carbonio-login-ui"
SPDX-PackageSupplier = "Zextras <https://www.zextras.com>"
[[annotations]]
path = "**.json"
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 Zextras <https://www.zextras.com>"
SPDX-License-Identifier = "AGPL-3.0-only"
[[annotations]]
path = ["THIRDPARTIES", ".nvmrc", ".npmrc", "pnpm-lock.yaml", ".husky/**", ".github/**", "CHANGELOG.md", "REUSE.toml", "Dockerfile", "translations/.gitignore", "commit.template"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 Zextras <https://www.zextras.com>"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = ["src/assets/**", "assets/**"]
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 Zextras <https://www.zextras.com>"
SPDX-License-Identifier = "CC-BY-NC-SA-4.0"