libresign/REUSE.toml
Vitor Mattos 595bf2d937
chore: update PDF paths in REUSE.toml
Update paths to reflect new organization in pdfs/ subdirectory:
- tests/php/fixtures/real_jsignpdf_level1.pdf -> tests/php/fixtures/pdfs/real_jsignpdf_level1.pdf
- tests/php/fixtures/small_valid-signed.pdf -> tests/php/fixtures/pdfs/small_valid-signed.pdf
- tests/php/fixtures/small_valid.pdf -> tests/php/fixtures/pdfs/small_valid.pdf

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-12-15 16:06:04 -03:00

72 lines
2.2 KiB
TOML

# 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",
".github/copilot-instructions.md",
".patches/**",
"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",
"lib/Handler/Templates/footer.twig",
"Makefile",
"lib/Vendor/.gitkeep",
"openapi-administration.json",
"openapi-full.json",
"openapi.json",
"package-lock.json",
"package.json",
"patches.json",
"patches.lock.json",
"tests/php/phpunit.xml",
"psalm.xml",
"src/types/openapi/openapi-administration.ts",
"src/types/openapi/openapi-full.ts",
"src/types/openapi/openapi.ts",
"tests/php/Unit/Handler/mock/cert.json",
"tests/php/fixtures/cfssl/newcert-with-success.json",
"tests/php/fixtures/pdfs/real_jsignpdf_level1.pdf",
"tests/php/fixtures/pdfs/small_valid-signed.pdf",
"tests/php/fixtures/pdfs/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"