We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85586e commit ffd2cb8Copy full SHA for ffd2cb8
REUSE.toml
@@ -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