-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
REUSE.toml
65 lines (61 loc) · 1.96 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# SPDX-FileCopyrightText: 2024 LibreCode coop and contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
version = 1
SPDX-PackageName = "libresign"
SPDX-PackageSupplier = "LibreCode <contact@librecode.coop>"
SPDX-PackageDownloadLocation = "https://github.com/LibreSign/libresign/"
default-license = "AGPL-3.0-or-later"
default-copyright = "2020-2024 LibreCode coop and contributors"
[[annotations]]
path = ".github/CODEOWNERS"
precedence = "aggregate"
SPDX-FileCopyrightText = "none"
SPDX-License-Identifier = "CC0-1.0"
[[annotations]]
path = [
".devcontainer/devcontainer.json",
"appinfo/info.xml",
"composer.json",
"composer.lock",
".github/ISSUE_TEMPLATE/2_feature_request.md",
".github/ISSUE_TEMPLATE/feature_request.md",
".github/pull_request_template.md",
".prettierrc",
".tx/config",
"img/*.png",
"img/*.svg",
"img/screenshot/*",
"jsconfig.json",
"l10n/*.js",
"l10n/*.json",
"Makefile",
"openapi-administration.json",
"openapi-full.json",
"openapi.json",
"package-lock.json",
"package.json",
"phpunit.xml",
"psalm.xml",
"src/types/openapi/openapi-administration.ts",
"src/types/openapi/openapi-full.ts",
"src/types/openapi/openapi.ts",
"tests/Unit/Handler/mock/cert.json",
"tests/fixtures/cfssl/newcert-with-success.json",
"tests/fixtures/small_valid-signed.pdf",
"tests/fixtures/small_valid.pdf",
"tests/integration/composer.json",
"tests/integration/composer.lock",
"tests/integration/features/**/*.feature",
"tests/psalm-baseline.xml",
"tsconfig.json",
"vendor-bin/**/composer.json",
"vendor-bin/**/composer.lock"
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2020-2024 LibreCode coop and contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = "src/assets/fonts/DancingScript/DancingScript.ttf"
precedence = "aggregate"
SPDX-FileCopyrightText = "2012-2024 Google LLC"
SPDX-License-Identifier = "OFL-1.1"