From 40d08283436dd3c7bb321ade90fac021a2036fc1 Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Sun, 17 May 2026 17:46:43 +0200 Subject: [PATCH] Add SPDX header to icon theme REUSE test --- tests/check-shift-icon-theme.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/check-shift-icon-theme.sh b/tests/check-shift-icon-theme.sh index 9175187c..2079c07d 100644 --- a/tests/check-shift-icon-theme.sh +++ b/tests/check-shift-icon-theme.sh @@ -1,4 +1,7 @@ #!/usr/bin/env bash +# SPDX-FileCopyrightText: 2026 Marco Allegretti +# SPDX-License-Identifier: EUPL-1.2 + set -euo pipefail repo_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"