-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREUSE.toml
More file actions
34 lines (31 loc) · 962 Bytes
/
REUSE.toml
File metadata and controls
34 lines (31 loc) · 962 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
30
31
32
33
34
# SPDX-FileCopyrightText: 2026 LibreCode coop and contributors
# SPDX-License-Identifier: AGPL-3.0-or-later
version = 1
SPDX-PackageName = "pdf-elements"
SPDX-PackageSupplier = "LibreCode <contact@librecode.coop>"
SPDX-PackageDownloadLocation = "https://github.com/LibreSign/pdf-elements/"
default-license = "AGPL-3.0-or-later"
default-copyright = "2025 LibreCode coop and contributors"
[[annotations]]
path = [
".babelrc",
".eslintrc.js",
"env.d.ts",
"package.json",
"package-lock.json",
"postcss.config.js",
"tsconfig.json",
"vite.config.ts",
"vitest.config.ts",
"examples/**",
"tests/**",
"dist/**",
]
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 LibreCode coop and contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"
[[annotations]]
path = ".gitignore"
precedence = "aggregate"
SPDX-FileCopyrightText = "2025 LibreCode coop and contributors"
SPDX-License-Identifier = "AGPL-3.0-or-later"