diff options
author | Michael Adam <obnox@samba.org> | 2007-11-09 11:17:18 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2007-11-09 11:20:00 +0100 |
commit | 1b6cf93992fbe338dff83a9f904ec9dfc422e242 (patch) | |
tree | 9ddebb0189fedd4c2950791ef98a46f6ec51d840 /examples | |
parent | 78a2344fe7ed53e9927e189fa4d465652731deab (diff) | |
download | samba-1b6cf93992fbe338dff83a9f904ec9dfc422e242.tar.gz samba-1b6cf93992fbe338dff83a9f904ec9dfc422e242.tar.xz samba-1b6cf93992fbe338dff83a9f904ec9dfc422e242.zip |
Find and fix more GPL2 -> GPL3.
Jeremy.
This adapts r23780 / c2f7ab1c175ecff0cf44d0bbc4763ba9f7d7803f
for files added by cherry-pick.
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/scripts/users_and_groups/adduserstogroups.pl | 2 | ||||
-rwxr-xr-x | examples/scripts/users_and_groups/createdomobj.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/scripts/users_and_groups/adduserstogroups.pl b/examples/scripts/users_and_groups/adduserstogroups.pl index 335dad00aae..52a7d01703d 100755 --- a/examples/scripts/users_and_groups/adduserstogroups.pl +++ b/examples/scripts/users_and_groups/adduserstogroups.pl @@ -10,7 +10,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 (at your option) +# 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 WITHOUT diff --git a/examples/scripts/users_and_groups/createdomobj.pl b/examples/scripts/users_and_groups/createdomobj.pl index 6568b216642..36e0c0f9fd0 100755 --- a/examples/scripts/users_and_groups/createdomobj.pl +++ b/examples/scripts/users_and_groups/createdomobj.pl @@ -10,7 +10,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 (at your option) +# 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 WITHOUT |