#!/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.
#
#!/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
#!/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