From b5cd5579747a459113a7e6c899fca5c6afbea066 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Thu, 30 Jul 2026 20:07:04 +0200 Subject: init --- 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..7f498ec --- /dev/null +++ b/REUSE.toml @@ -0,0 +1,14 @@ +# SPDX-FileCopyrightText: 2025 Stefan Majewsky +# 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 " +SPDX-License-Identifier = "Apache-2.0" -- cgit v1.3.1