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