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..d41cb5b --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: 2026 Stefan Majewsky <majewsky@gmx.net> +# SPDX-License-Identifier: Apache-2.0 +version = 1 +SPDX-PackageName = "oblast" +SPDX-PackageDownloadLocation = "https://git.xyrillian.de/oblast" + +[[annotations]] +path = [ + ".gitignore", + "description", + "go.mod", +] +SPDX-FileCopyrightText = "Stefan Majewsky <majewsky@gmx.net>" +SPDX-License-Identifier = "Apache-2.0" |
