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 | c2f7ab1c175ecff0cf44d0bbc4763ba9f7d7803f (patch) | |
tree | a8352f11972498eab2bb9bfb43586a41d19e53ee /examples/scripts/shares/python/SambaParm.py | |
parent | 407e6e695b8366369b7c76af1ff76869b45347b3 (diff) | |
download | samba-c2f7ab1c175ecff0cf44d0bbc4763ba9f7d7803f.tar.gz samba-c2f7ab1c175ecff0cf44d0bbc4763ba9f7d7803f.tar.xz samba-c2f7ab1c175ecff0cf44d0bbc4763ba9f7d7803f.zip |
r23780: Find and fix more GPL2 -> GPL3.
Jeremy.
Diffstat (limited to 'examples/scripts/shares/python/SambaParm.py')
-rw-r--r-- | examples/scripts/shares/python/SambaParm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/scripts/shares/python/SambaParm.py b/examples/scripts/shares/python/SambaParm.py index 292ad42cd2a..4933a2f702c 100644 --- a/examples/scripts/shares/python/SambaParm.py +++ b/examples/scripts/shares/python/SambaParm.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 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, |