From 588b9d7469a0908d54ac69772540370e9f07038e Mon Sep 17 00:00:00 2001 From: Paul Schaub <vanitasvitae@fsfe.org> Date: Tue, 28 Jan 2025 12:21:46 +0100 Subject: [PATCH] Add REUSE.toml file to REUSE.toml file --- REUSE.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/REUSE.toml b/REUSE.toml index 991b2099..d250e0be 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -3,6 +3,12 @@ SPDX-PackageName = "PGPainless" SPDX-PackageSupplier = "Paul Schaub <info@pgpainless.org>" SPDX-PackageDownloadLocation = "https://pgpainless.org" +[[annotations]] +path = "REUSE.toml" +precedence = "aggregate" +SPDX-FileCopyrightText = "2025 Paul Schaub <info@pgpainless.org>" +SPDX-License-Identifier = "CC0-1.0" + [[annotations]] path = ".git-blame-ignore-revs" precedence = "aggregate"