From 0d070f55ee330213015b1682ea13442d74a79654 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Tue, 1 Jul 2025 11:36:08 +0200 Subject: REUSE compliance --- REUSE.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 REUSE.toml (limited to 'REUSE.toml') 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 +# 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 " +SPDX-License-Identifier = "Apache-2.0" -- cgit v1.2.3