Skip to content

Commit ffd2cb8

Browse files
committed
chore: add reuse toml metadata
Signed-off-by: Vitor Mattos <vitor@php.rio>
1 parent f85586e commit ffd2cb8

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

REUSE.toml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# SPDX-FileCopyrightText: 2026 LibreCode coop and contributors
2+
#
3+
# SPDX-License-Identifier: AGPL-3.0-or-later
4+
5+
version = 1
6+
SPDX-PackageName = "nfse-php"
7+
SPDX-PackageSupplier = "LibreCode Coop <dev@librecodecoop.org.br>"
8+
SPDX-PackageDownloadLocation = "https://github.com/LibreCodeCoop/nfse-php"
9+
10+
default-license = "AGPL-3.0-or-later"
11+
default-copyright = "2026 LibreCode coop and contributors"
12+
13+
[[annotations]]
14+
path = [
15+
".gitignore",
16+
"composer.json",
17+
"tests/Integration/.gitkeep"
18+
]
19+
precedence = "aggregate"
20+
SPDX-FileCopyrightText = "2026 LibreCode coop and contributors"
21+
SPDX-License-Identifier = "AGPL-3.0-or-later"

0 commit comments

Comments
 (0)