From 6f1104639a31699d9b0e31065f5ee78474b582d5 Mon Sep 17 00:00:00 2001 From: Robin Candau Date: Thu, 4 Jul 2024 14:35:02 +0200 Subject: [PATCH] chore(main script): Add a proper SPDX license header --- src/script/arch-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/script/arch-update.sh b/src/script/arch-update.sh index d79fe2a..952ae90 100755 --- a/src/script/arch-update.sh +++ b/src/script/arch-update.sh @@ -2,7 +2,7 @@ # arch-update: An update notifier/applier for Arch Linux that assists you with important pre/post update tasks. # https://github.com/Antiz96/arch-update -# Licensed under the GPL-3.0 license (or any later version of that license). +# SPDX-License-Identifier: GPL-3.0-or-later # General variables name="arch-update"