-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
52 lines (48 loc) · 1.24 KB
/
REUSE.toml
File metadata and controls
52 lines (48 loc) · 1.24 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
# SPDX-FileCopyrightText: 2026 LibreCode coop and LibreCode contributors
#
# SPDX-License-Identifier: AGPL-3.0-or-later
version = 1
[[annotations]]
path = [
"LICENSE",
"LICENSES/**",
]
precedence = "override"
SPDX-FileCopyrightText = "2007 Free Software Foundation, Inc."
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = [
".l10nignore",
".tx/config",
"appinfo/info.xml",
"composer.json",
"composer.lock",
"img/screenshots/*.png",
"openapi-administration.json",
"openapi-full.json",
"openapi.json",
"package-lock.json",
"package.json",
"playwright/fixtures/*.png",
"psalm.xml",
"src/types/openapi/*.ts",
"tests/integration/composer.json",
"tests/integration/composer.lock",
"tests/integration/features/**/*.feature",
"tests/php/phpunit.xml",
"tests/psalm-baseline.xml",
"tsconfig.json",
"vendor-bin/**/composer.json",
"vendor-bin/**/composer.lock",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 LibreCode coop and LibreCode contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = [
"l10n/*.js",
"l10n/*.json",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2026 LibreCode coop and LibreCode contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"