summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
Diffstat (limited to 'source/script')
-rwxr-xr-xsource/script/gen-8bit-gap.sh.in2
-rw-r--r--source/script/mkbuildoptions.awk2
-rwxr-xr-xsource/script/tests/dlopen.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/source/script/gen-8bit-gap.sh.in b/source/script/gen-8bit-gap.sh.in
index bcf64a4464f..b3919a234cc 100755
--- a/source/script/gen-8bit-gap.sh.in
+++ b/source/script/gen-8bit-gap.sh.in
@@ -15,7 +15,7 @@ echo " * and source/script/gen-8bit-gap.sh script "
echo " * "
echo " * This program is free software; you can redistribute it and/or modify "
echo " * it under the terms of the GNU General Public License as published by "
-echo " * the Free Software Foundation; either version 2 of the License, or "
+echo " * the Free Software Foundation; either version 3 of the License, or "
echo " * (at your option) any later version. "
echo " * "
echo " * This program is distributed in the hope that it will be useful,"
diff --git a/source/script/mkbuildoptions.awk b/source/script/mkbuildoptions.awk
index 20b20384a26..c8f252a34f1 100644
--- a/source/script/mkbuildoptions.awk
+++ b/source/script/mkbuildoptions.awk
@@ -7,7 +7,7 @@ BEGIN {
print " ";
print " This program is free software; you can redistribute it and/or modify";
print " it under the terms of the GNU General Public License as published by";
- print " the Free Software Foundation; either version 2 of the License, or";
+ print " the Free Software Foundation; either version 3 of the License, or";
print " (at your option) any later version.";
print " ";
print " This program is distributed in the hope that it will be useful,";
diff --git a/source/script/tests/dlopen.sh b/source/script/tests/dlopen.sh
index 61279536927..dce95e876ef 100755
--- a/source/script/tests/dlopen.sh
+++ b/source/script/tests/dlopen.sh
@@ -4,7 +4,7 @@
#
# 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
+# the Free Software Foundation; either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,