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 | |
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')
-rwxr-xr-x | source3/config.guess | 2 | ||||
-rwxr-xr-x | source3/config.sub | 2 | ||||
-rwxr-xr-x | source3/lib/ldb/config.guess | 2 | ||||
-rwxr-xr-x | source3/lib/ldb/config.sub | 2 | ||||
-rw-r--r-- | source3/lib/ldb/swig/Ldb.py | 2 | ||||
-rwxr-xr-x | source3/lib/replace/config.guess | 2 | ||||
-rwxr-xr-x | source3/lib/replace/config.sub | 2 | ||||
-rwxr-xr-x | source3/lib/talloc/config.guess | 2 | ||||
-rwxr-xr-x | source3/lib/talloc/config.sub | 2 | ||||
-rw-r--r-- | source3/lib/talloc/talloc.3.xml | 2 | ||||
-rwxr-xr-x | source3/lib/tdb/config.guess | 2 | ||||
-rwxr-xr-x | source3/lib/tdb/config.sub | 2 | ||||
-rw-r--r-- | source3/lib/tdb/swig/Tdb.py | 2 | ||||
-rw-r--r-- | source3/po/de.msg | 2 | ||||
-rw-r--r-- | source3/po/en.msg | 2 | ||||
-rw-r--r-- | source3/po/fi.msg | 2 | ||||
-rw-r--r-- | source3/po/fr.msg | 2 | ||||
-rwxr-xr-x | source3/po/genmsg | 2 | ||||
-rw-r--r-- | source3/po/it.msg | 2 | ||||
-rw-r--r-- | source3/po/ja.msg | 2 | ||||
-rw-r--r-- | source3/po/nl.msg | 2 | ||||
-rw-r--r-- | source3/po/pl.msg | 2 | ||||
-rw-r--r-- | source3/po/tr.msg | 2 | ||||
-rwxr-xr-x | source3/python/setup.py | 2 | ||||
-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 |
27 files changed, 27 insertions, 27 deletions
diff --git a/source3/config.guess b/source3/config.guess index d0d57f6945..7e19c0b261 100755 --- a/source3/config.guess +++ b/source3/config.guess @@ -7,7 +7,7 @@ timestamp='2005-09-19' # This file 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, but diff --git a/source3/config.sub b/source3/config.sub index 1c366dfde9..f0fcaf6361 100755 --- a/source3/config.sub +++ b/source3/config.sub @@ -11,7 +11,7 @@ timestamp='2005-07-08' # # This file 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, diff --git a/source3/lib/ldb/config.guess b/source3/lib/ldb/config.guess index ad5281e66e..30af5be004 100755 --- a/source3/lib/ldb/config.guess +++ b/source3/lib/ldb/config.guess @@ -7,7 +7,7 @@ timestamp='2005-08-03' # This file 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, but diff --git a/source3/lib/ldb/config.sub b/source3/lib/ldb/config.sub index 1c366dfde9..f0fcaf6361 100755 --- a/source3/lib/ldb/config.sub +++ b/source3/lib/ldb/config.sub @@ -11,7 +11,7 @@ timestamp='2005-07-08' # # This file 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, diff --git a/source3/lib/ldb/swig/Ldb.py b/source3/lib/ldb/swig/Ldb.py index c7e6191c8a..8cc7663cc3 100644 --- a/source3/lib/ldb/swig/Ldb.py +++ b/source3/lib/ldb/swig/Ldb.py @@ -7,7 +7,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, diff --git a/source3/lib/replace/config.guess b/source3/lib/replace/config.guess index ad5281e66e..30af5be004 100755 --- a/source3/lib/replace/config.guess +++ b/source3/lib/replace/config.guess @@ -7,7 +7,7 @@ timestamp='2005-08-03' # This file 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, but diff --git a/source3/lib/replace/config.sub b/source3/lib/replace/config.sub index 1c366dfde9..f0fcaf6361 100755 --- a/source3/lib/replace/config.sub +++ b/source3/lib/replace/config.sub @@ -11,7 +11,7 @@ timestamp='2005-07-08' # # This file 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, diff --git a/source3/lib/talloc/config.guess b/source3/lib/talloc/config.guess index ad5281e66e..30af5be004 100755 --- a/source3/lib/talloc/config.guess +++ b/source3/lib/talloc/config.guess @@ -7,7 +7,7 @@ timestamp='2005-08-03' # This file 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, but diff --git a/source3/lib/talloc/config.sub b/source3/lib/talloc/config.sub index 1c366dfde9..f0fcaf6361 100755 --- a/source3/lib/talloc/config.sub +++ b/source3/lib/talloc/config.sub @@ -11,7 +11,7 @@ timestamp='2005-07-08' # # This file 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, diff --git a/source3/lib/talloc/talloc.3.xml b/source3/lib/talloc/talloc.3.xml index 83ca67a495..ed7466c9ee 100644 --- a/source3/lib/talloc/talloc.3.xml +++ b/source3/lib/talloc/talloc.3.xml @@ -721,7 +721,7 @@ if (ptr) memcpy(ptr, p, strlen(p)+1);</programlisting> <para> 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 + the Free Software Foundation; either version 3 of the License, or (at your option) any later version. </para> <para> diff --git a/source3/lib/tdb/config.guess b/source3/lib/tdb/config.guess index ad5281e66e..30af5be004 100755 --- a/source3/lib/tdb/config.guess +++ b/source3/lib/tdb/config.guess @@ -7,7 +7,7 @@ timestamp='2005-08-03' # This file 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, but diff --git a/source3/lib/tdb/config.sub b/source3/lib/tdb/config.sub index 1c366dfde9..f0fcaf6361 100755 --- a/source3/lib/tdb/config.sub +++ b/source3/lib/tdb/config.sub @@ -11,7 +11,7 @@ timestamp='2005-07-08' # # This file 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, diff --git a/source3/lib/tdb/swig/Tdb.py b/source3/lib/tdb/swig/Tdb.py index aac7a90354..7225638817 100644 --- a/source3/lib/tdb/swig/Tdb.py +++ b/source3/lib/tdb/swig/Tdb.py @@ -7,7 +7,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, diff --git a/source3/po/de.msg b/source3/po/de.msg index f5dc79b724..6ccd6ebe0c 100644 --- a/source3/po/de.msg +++ b/source3/po/de.msg @@ -3,7 +3,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, diff --git a/source3/po/en.msg b/source3/po/en.msg index 47d156239f..a3d43faa5e 100644 --- a/source3/po/en.msg +++ b/source3/po/en.msg @@ -3,7 +3,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, diff --git a/source3/po/fi.msg b/source3/po/fi.msg index 7206ac71a0..3a15863ce9 100644 --- a/source3/po/fi.msg +++ b/source3/po/fi.msg @@ -3,7 +3,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, diff --git a/source3/po/fr.msg b/source3/po/fr.msg index 8de5de7150..39e5e94a94 100644 --- a/source3/po/fr.msg +++ b/source3/po/fr.msg @@ -3,7 +3,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, diff --git a/source3/po/genmsg b/source3/po/genmsg index 08d5bd222f..c0c8b53f8e 100755 --- a/source3/po/genmsg +++ b/source3/po/genmsg @@ -3,7 +3,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, diff --git a/source3/po/it.msg b/source3/po/it.msg index c52ee65b85..5989eaa65b 100644 --- a/source3/po/it.msg +++ b/source3/po/it.msg @@ -3,7 +3,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, diff --git a/source3/po/ja.msg b/source3/po/ja.msg index 206351b617..03dd2be178 100644 --- a/source3/po/ja.msg +++ b/source3/po/ja.msg @@ -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, diff --git a/source3/po/nl.msg b/source3/po/nl.msg index b9f64234d6..d89d45b8f0 100644 --- a/source3/po/nl.msg +++ b/source3/po/nl.msg @@ -3,7 +3,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, diff --git a/source3/po/pl.msg b/source3/po/pl.msg index 6bc98f99d6..98d0308e93 100644 --- a/source3/po/pl.msg +++ b/source3/po/pl.msg @@ -3,7 +3,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, diff --git a/source3/po/tr.msg b/source3/po/tr.msg index 2170d8bdf9..04debc4378 100644 --- a/source3/po/tr.msg +++ b/source3/po/tr.msg @@ -3,7 +3,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, diff --git a/source3/python/setup.py b/source3/python/setup.py index 1efe5938e1..c2896200a6 100755 --- a/source3/python/setup.py +++ b/source3/python/setup.py @@ -8,7 +8,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, 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, |