At present time, all of the bash scripts in Files · master · Tools / development-tools / manjaro-tools · GitLab are still declaring their license as GNU GPLv2, but this is inconsistent with the package itself, which is licensed under GPLv3.
The patch below, executed against all of the shell scripts, will bring their license declaration in sync with that of the package itself.
@@ -1,12 +1,15 @@
#!/bin/bash
+#
# 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; version 2 of the License.
+# the Free Software Foundation; version 3 of the License.
#
# This program 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.
+#
+# https://www.gnu.org/licenses/gpl-3.0.en.html