From 916dc096df76dd1ffb1fee74cad9e2fce1d8b906 Mon Sep 17 00:00:00 2001 From: Alexander Minges Date: Sun, 13 Jul 2025 15:30:18 +0200 Subject: [PATCH] fix: restore copyright notice for additional contributors --- src/apps/actor/base-sheet.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/apps/actor/base-sheet.js b/src/apps/actor/base-sheet.js index 20d39719..47ba2c18 100644 --- a/src/apps/actor/base-sheet.js +++ b/src/apps/actor/base-sheet.js @@ -1,4 +1,7 @@ // SPDX-FileCopyrightText: 2021 Johannes Loher +// SPDX-FileCopyrightText: 2021 Oliver Rümpelein +// SPDX-FileCopyrightText: 2021 Gesina Schwalbe +// SPDX-FileCopyrightText: 2021 Siegfried Krug // // SPDX-License-Identifier: MIT