From 2b1a816d85bbb6ab38e975cd6aa6b8894aad0017 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Thu, 9 Apr 2026 21:57:05 +0200 Subject: project scaffold --- REUSE.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 REUSE.toml (limited to 'REUSE.toml') 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 +# 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 " +SPDX-License-Identifier = "Apache-2.0" -- cgit v1.2.3