From: Karel Zak Date: Thu, 13 Mar 2025 08:54:45 +0000 (+0100) Subject: tools: add SPDX-License-Identifier X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f4c71fbb24a0a47e1c9e9d834bc05f4c02bdc4c7;p=thirdparty%2Futil-linux.git tools: add SPDX-License-Identifier Add an SPDX label to the newly added scripts. Signed-off-by: Karel Zak --- diff --git a/tools/git-grouped-log b/tools/git-grouped-log index 949143f9a..7308f92fe 100755 --- a/tools/git-grouped-log +++ b/tools/git-grouped-log @@ -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. # diff --git a/tools/git-tp-sync b/tools/git-tp-sync index 57ad3095e..7ed1bd398 100755 --- a/tools/git-tp-sync +++ b/tools/git-tp-sync @@ -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 # -# 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 diff --git a/tools/git-version-bump b/tools/git-version-bump index 17db88028..3ff235552 100755 --- a/tools/git-version-bump +++ b/tools/git-version-bump @@ -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 # +# 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 diff --git a/tools/git-version-gen b/tools/git-version-gen index bb3e11bcd..db795daa5 100755 --- a/tools/git-version-gen +++ b/tools/git-version-gen @@ -1,4 +1,7 @@ #!/bin/sh +# +# SPDX-License-Identifier: GPL-3.0-or-later +# # Print a version string. scriptversion=2011-02-19.19; # UTC