From 02ad8f3fe94c45460f510604732444140e6b7a05 Mon Sep 17 00:00:00 2001 From: Erik Michelson Date: Fri, 26 Sep 2025 23:31:40 +0200 Subject: [PATCH] fix(reuse): update copyright config for new paths Signed-off-by: Erik Michelson --- REUSE.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/REUSE.toml b/REUSE.toml index ce262fb27..2852cb051 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -200,7 +200,7 @@ SPDX-FileCopyrightText = "2024 The HedgeDoc developers (see AUTHORS file)" SPDX-License-Identifier = "AGPL-3.0-only" [[annotations]] -path = "backend/src/migrations/*" +path = "backend/src/database/**.md" precedence = "aggregate" SPDX-FileCopyrightText = "2024 The HedgeDoc developers (see AUTHORS file)" -SPDX-License-Identifier = "AGPL-3.0-only" \ No newline at end of file +SPDX-License-Identifier = "CC-BY-SA-4.0"