From dfc8d0233e257724d3b1886b3c4064493b103335 Mon Sep 17 00:00:00 2001 From: Paul Schaub Date: Tue, 8 Jul 2025 14:34:55 +0200 Subject: [PATCH] Add fuzzing data to REUSE.toml --- REUSE.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/REUSE.toml b/REUSE.toml index 66b5e867..42e7dc3e 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -111,6 +111,12 @@ precedence = "aggregate" SPDX-FileCopyrightText = "2022 Paul Schaub " SPDX-License-Identifier = "Apache-2.0" +[[annotations]] +path = "pgpainless-sop/src/test/resources/org/pgpainless/sop/fuzzing/**" +precedence = "aggregate" +SPDX-FileCopyrightText = "2025 Paul Schaub " +SPDX-License-Identifier = "CC0-1.0" + [[annotations]] path = ".github/ISSUE_TEMPLATE/**" precedence = "aggregate"