]> 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 08:54:45 +0000 (09:54 +0100)
Add an SPDX label to the newly added scripts.

Signed-off-by: Karel Zak <kzak@redhat.com>
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 57ad3095e523b88273e319bc126a5c946fd0bcef..7ed1bd398f866ccdcbe11c680e6cafbae2b04294 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 bb3e11bcd88c4183aa327be1fa99fc594702f3c4..db795daa57a20e360e16542129d426604f4d354f 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