summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-11-09 11:17:18 +0100
committerMichael Adam <obnox@samba.org>2007-11-09 11:20:00 +0100
commit1b6cf93992fbe338dff83a9f904ec9dfc422e242 (patch)
tree9ddebb0189fedd4c2950791ef98a46f6ec51d840 /examples
parent78a2344fe7ed53e9927e189fa4d465652731deab (diff)
downloadsamba-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-xexamples/scripts/users_and_groups/adduserstogroups.pl2
-rwxr-xr-xexamples/scripts/users_and_groups/createdomobj.pl2
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