-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREUSE.toml
More file actions
29 lines (25 loc) · 993 Bytes
/
Copy pathREUSE.toml
File metadata and controls
29 lines (25 loc) · 993 Bytes
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
# SPDX-FileCopyrightText: 2026 LibreSign
# SPDX-License-Identifier: AGPL-3.0-or-later
version = 1
SPDX-PackageName = "xobject-template"
SPDX-PackageSupplier = "LibreSign"
SPDX-PackageDownloadLocation = "https://github.com/LibreSign/xobject-template"
[[annotations]]
path = ["src/**", "tests/**", "benchmarks/**", "scripts/**", ".github/**", "*.php", "*.xml", "*.json", "*.json5", "*.cjs", "docker-compose.yml"]
precedence = "override"
SPDX-FileCopyrightText = "2026 LibreSign"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = ["phpunit.xml.dist", "vendor-bin/**/composer.json"]
precedence = "override"
SPDX-FileCopyrightText = "2026 LibreSign"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = [
"docs/source/examples/assets/sample.svg",
"docs/source/examples/assets/tiny-jpeg.base64",
"docs/source/examples/assets/tiny-png.base64",
]
precedence = "override"
SPDX-FileCopyrightText = "2026 LibreSign"
SPDX-License-Identifier = "AGPL-3.0-or-later"