From bc123e5ad7f499c0a3960accee16645a9a5b12f3 Mon Sep 17 00:00:00 2001 From: Baptiste Beauplat Date: Wed, 3 Mar 2021 18:51:21 +0100 Subject: [PATCH] Fix license identifier to GPL-2.0-or-later According to LICENSE.md and commits preceding 3601ba0b68138bfb30295ee113b425f810494b14, files are licensed under the GPLv2 or later. Fix license identifier from GPLv2 to GPL-2.0-or-later as those are different and the later is correct. Use the SPDX standard identifier. --- chkboot | 2 +- chkboot-bootcheck | 2 +- chkboot-check | 2 +- mkinitcpio-hooks/chkboot-initcpio | 2 +- notification/chkboot-desktopalert | 2 +- notification/chkboot-profilealert.sh | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/chkboot b/chkboot index dbcdea2..8c39e2c 100755 --- a/chkboot +++ b/chkboot @@ -5,7 +5,7 @@ # author: ju (ju at heisec dot de) # contributors: inhies, prurigro # -# license: GPLv2 +# SPDX-License-Identifier: GPL-2.0-or-later # # a reminder that this will NOT protect against: # -a trojan hiding in your BIOS diff --git a/chkboot-bootcheck b/chkboot-bootcheck index 5766925..1329bed 100755 --- a/chkboot-bootcheck +++ b/chkboot-bootcheck @@ -6,7 +6,7 @@ # author: ju (ju at heisec dot de) # contributors: inhies, prurigro # -# license: GPLv2 +# SPDX-License-Identifier: GPL-2.0-or-later source /etc/default/chkboot.conf diff --git a/chkboot-check b/chkboot-check index 1e7e0da..a62d506 100755 --- a/chkboot-check +++ b/chkboot-check @@ -5,7 +5,7 @@ # author: ju (ju at heisec dot de) # contributors: inhies, prurigro # -# license: GPLv2 +# SPDX-License-Identifier: GPL-2.0-or-later source /etc/default/chkboot.conf diff --git a/mkinitcpio-hooks/chkboot-initcpio b/mkinitcpio-hooks/chkboot-initcpio index a12c3d9..bdc0ff5 100755 --- a/mkinitcpio-hooks/chkboot-initcpio +++ b/mkinitcpio-hooks/chkboot-initcpio @@ -7,7 +7,7 @@ # author: ju (ju at heisec dot de) # contributors: inhies, prurigro # -# license: GPLv2 +# SPDX-License-Identifier: GPL-2.0-or-later build() { echo "Updating chkboot hashes of your boot files..." diff --git a/notification/chkboot-desktopalert b/notification/chkboot-desktopalert index 0991200..8f21228 100755 --- a/notification/chkboot-desktopalert +++ b/notification/chkboot-desktopalert @@ -3,7 +3,7 @@ # small script to check if files under /boot changed # Author: https://github.com/sercxanto # -# License: GPLv2 or later +# SPDX-License-Identifier: GPL-2.0-or-later source /etc/default/chkboot.conf diff --git a/notification/chkboot-profilealert.sh b/notification/chkboot-profilealert.sh index 6fb9a78..a60c220 100755 --- a/notification/chkboot-profilealert.sh +++ b/notification/chkboot-profilealert.sh @@ -5,7 +5,7 @@ # author: ju (ju at heisec dot de) # contributors: inhies, prurigro # -# license: GPLv2 +# SPDX-License-Identifier: GPL-2.0-or-later source /etc/default/chkboot.conf