diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-07-10 01:52:05 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:28:25 -0500 |
commit | b6cbac3db3b478d5c7991cee78c6695fc8d22681 (patch) | |
tree | c840b0bbdbdf97b77760f3e6ac710b1c532e9130 /source/stf | |
parent | 1b78cace504f60c0f525765fbf59d9cc6506cd4d (diff) | |
download | samba-b6cbac3db3b478d5c7991cee78c6695fc8d22681.tar.gz samba-b6cbac3db3b478d5c7991cee78c6695fc8d22681.tar.xz samba-b6cbac3db3b478d5c7991cee78c6695fc8d22681.zip |
r23791: found some more v2->v3 conversions
Diffstat (limited to 'source/stf')
-rw-r--r-- | source/stf/comfychair.py | 2 | ||||
-rwxr-xr-x | source/stf/example.py | 2 | ||||
-rwxr-xr-x | source/stf/pythoncheck.py | 2 | ||||
-rw-r--r-- | source/stf/sambalib.py | 2 | ||||
-rw-r--r-- | source/stf/standardcheck.py | 2 | ||||
-rwxr-xr-x | source/stf/strings.py | 2 | ||||
-rw-r--r-- | source/stf/unicodenames.py | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/source/stf/comfychair.py b/source/stf/comfychair.py index 522f9bedeba..765342443a1 100644 --- a/source/stf/comfychair.py +++ b/source/stf/comfychair.py @@ -5,7 +5,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 +# published by 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/source/stf/example.py b/source/stf/example.py index 96e34bf3d3b..be67ea84a39 100755 --- a/source/stf/example.py +++ b/source/stf/example.py @@ -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 +# published by 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/source/stf/pythoncheck.py b/source/stf/pythoncheck.py index 398bb2c3d69..711c0ec0bc5 100755 --- a/source/stf/pythoncheck.py +++ b/source/stf/pythoncheck.py @@ -6,7 +6,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 +# published by 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/source/stf/sambalib.py b/source/stf/sambalib.py index 13d38e2a281..1d513665ff0 100644 --- a/source/stf/sambalib.py +++ b/source/stf/sambalib.py @@ -6,7 +6,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 +# published by 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/source/stf/standardcheck.py b/source/stf/standardcheck.py index e3292353e8b..8cd8236a7a4 100644 --- a/source/stf/standardcheck.py +++ b/source/stf/standardcheck.py @@ -6,7 +6,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 +# published by 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/source/stf/strings.py b/source/stf/strings.py index 86f7acdeb47..ee192c28fe3 100755 --- a/source/stf/strings.py +++ b/source/stf/strings.py @@ -6,7 +6,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 +# published by 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/source/stf/unicodenames.py b/source/stf/unicodenames.py index d4100cb7f90..d4301948096 100644 --- a/source/stf/unicodenames.py +++ b/source/stf/unicodenames.py @@ -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 +# published by 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 |