diff options
Diffstat (limited to 'REUSE.toml')
| -rw-r--r-- | REUSE.toml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000..7f498ec --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: 2025 Stefan Majewsky <majewsky@gmx.net> +# SPDX-License-Identifier: Apache-2.0 +version = 1 +SPDX-PackageName = "gg-pgx" +SPDX-PackageDownloadLocation = "https://git.xyrillian.de/go-gg-pgx" + +[[annotations]] +path = [ + ".gitignore", + "description", + "go.mod", +] +SPDX-FileCopyrightText = "Stefan Majewsky <majewsky@gmx.net>" +SPDX-License-Identifier = "Apache-2.0" |
