diff options
author | Jeremy Allison <jra@samba.org> | 2007-07-09 19:46:27 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:28:21 -0500 |
commit | 2a9b4da0fa00d4ada504f49fafcadab7b0094331 (patch) | |
tree | 52d7ec5d739a2d0087444c222fa0cfe232a9957a /source3/script | |
parent | d824b98f80ba186030cbb70b3a1e5daf80469ecd (diff) | |
download | samba-2a9b4da0fa00d4ada504f49fafcadab7b0094331.tar.gz samba-2a9b4da0fa00d4ada504f49fafcadab7b0094331.tar.bz2 samba-2a9b4da0fa00d4ada504f49fafcadab7b0094331.zip |
r23780: Find and fix more GPL2 -> GPL3.
Jeremy.
(This used to be commit c2f7ab1c175ecff0cf44d0bbc4763ba9f7d7803f)
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/gen-8bit-gap.sh.in | 2 | ||||
-rw-r--r-- | source3/script/mkbuildoptions.awk | 2 | ||||
-rwxr-xr-x | source3/script/tests/dlopen.sh | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source3/script/gen-8bit-gap.sh.in b/source3/script/gen-8bit-gap.sh.in index bcf64a4464..b3919a234c 100755 --- a/source3/script/gen-8bit-gap.sh.in +++ b/source3/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/source3/script/mkbuildoptions.awk b/source3/script/mkbuildoptions.awk index 20b20384a2..c8f252a34f 100644 --- a/source3/script/mkbuildoptions.awk +++ b/source3/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/source3/script/tests/dlopen.sh b/source3/script/tests/dlopen.sh index 6127953692..dce95e876e 100755 --- a/source3/script/tests/dlopen.sh +++ b/source3/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, |