Commit graph

8 commits

Author SHA1 Message Date
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
Vitor Mattos
d3c0594296
chore: add real_jsignpdf_level1.pdf to REUSE.toml
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-12-08 16:53:50 -03:00
Vitor Mattos
241e74c25f
chore: move footer.twig SPDX headers to REUSE.toml
- Remove inline SPDX comment from footer.twig template
- Add lib/Handler/Templates/footer.twig to REUSE.toml annotations

Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-12-04 17:23:17 -03:00
Vitor Mattos
469c25fffe
fix: add license
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-11-26 23:27:30 -03:00
Vitor Mattos
587e481e64
fix: psalm issues
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-11-24 15:31:59 -03:00
Vitor Mattos
62041b0023
fix: add license
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
2025-10-01 12:03:26 -03:00
Vitor Mattos
fb1e7f5249
chore: fix tests after move files
Signed-off-by: Vitor Mattos <vitor@php.rio>
2025-05-21 09:34:40 -03:00
Vitor Mattos
fe282ebd67
chore: convert dep5 tto reuse.toml
Solve:

```
/opt/venv/lib/python3.11/site-packages/reuse/project.py:332: PendingDeprecationWarning: '.reuse/dep5' is deprecated. You are recommended to instead use REUSE.toml. Use `reuse convert-dep5` to convert.
```

Signed-off-by: Vitor Mattos <vitor@php.rio>
2024-10-30 10:09:39 -03:00