]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tools: add SPDX-License-Identifier
authorKarel Zak <kzak@redhat.com>
Thu, 13 Mar 2025 08:54:45 +0000 (09:54 +0100)
committerKarel Zak <kzak@redhat.com>
Thu, 13 Mar 2025 09:16:40 +0000 (10:16 +0100)
Add an SPDX label to the newly added scripts.

Signed-off-by: Karel Zak <kzak@redhat.com>
(cherry picked from commit f4c71fbb24a0a47e1c9e9d834bc05f4c02bdc4c7)

tools/git-grouped-log
tools/git-tp-sync
tools/git-version-bump
tools/git-version-gen

index 949143f9a8dacce21f3f3dabbc5eb4d1b42bca14..7308f92fe7607c30aea9ed6695fe5fe268a33a1b 100755 (executable)
@@ -1,5 +1,7 @@
 #!/bin/bash
 #
+# SPDX-License-Identifier: GPL-2.0-or-later
+#
 # git-grouped-log - generates a grouped list of commits based on subsystems
 #                   prefix in commit messages.
 #
index dde2cb7fbc2e0a46efadda60cebc329b11ee4883..66f919f05a134370e4a650b2371965ac76df24f0 100755 (executable)
@@ -1,20 +1,17 @@
 #!/bin/bash
 #
+# SPDX-License-Identifier: GPL-2.0-or-later
+#
 # git-tp-sync - downloads the latest PO files from translationproject.org
 #               and commits changes to your GIT repository.
 #
 # Copyright (C) 2007-2025 Karel Zak <kzak@redhat.com>
 #
-# This file is free software; you can redistribute it and/or modify
+# This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # the Free Software Foundation; either version 2 of the License, or
 # (at your option) any later version.
 #
-# This file is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
 declare -A TP_PROJECTS
 
 # Define local directories and project names on TP.org
index 17db88028aa525a9f1c6e43cda2e59f878fa7a8b..3ff235552b43f5c29819520c4d319b4c4d383b1d 100755 (executable)
@@ -1,9 +1,17 @@
 #!/bin/bash
 #
+# SPDX-License-Identifier: GPL-2.0-or-later
+#
+#
 # git-version-bump - update versions and dates
 #
 # Copyright (C) 2025 Karel Zak <kzak@redhat.com>
 #
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
 VERSION="$1"
 
 if [ -z "$VERSION" ]; then
index 435f1fa7416d395b9e16fe47cd989be0a13596ad..689f46cb1afca5e2631639e0642228e2768988c7 100755 (executable)
@@ -1,4 +1,7 @@
 #!/bin/sh
+# 
+# SPDX-License-Identifier: GPL-3.0-or-later 
+#
 # Print a version string.
 scriptversion=2011-02-19.19; # UTC