diff options
author | Jeremy Allison <jra@samba.org> | 2007-07-09 19:25:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:28:20 -0500 |
commit | d824b98f80ba186030cbb70b3a1e5daf80469ecd (patch) | |
tree | b77ccd9183ff614bb4666dd970747032f7853a02 /examples/libmsrpc/cacusermgr | |
parent | 475b6f35debed2b58c2a741477f96fb0fcd699bf (diff) | |
download | samba-d824b98f80ba186030cbb70b3a1e5daf80469ecd.tar.gz samba-d824b98f80ba186030cbb70b3a1e5daf80469ecd.tar.bz2 samba-d824b98f80ba186030cbb70b3a1e5daf80469ecd.zip |
r23779: Change from v2 or later to v3 or later.
Jeremy.
(This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
Diffstat (limited to 'examples/libmsrpc/cacusermgr')
-rw-r--r-- | examples/libmsrpc/cacusermgr/cacusermgr.c | 2 | ||||
-rw-r--r-- | examples/libmsrpc/cacusermgr/cacusermgr.h | 2 | ||||
-rw-r--r-- | examples/libmsrpc/cacusermgr/mgr_group.c | 2 | ||||
-rw-r--r-- | examples/libmsrpc/cacusermgr/mgr_user.c | 2 | ||||
-rw-r--r-- | examples/libmsrpc/cacusermgr/util.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/examples/libmsrpc/cacusermgr/cacusermgr.c b/examples/libmsrpc/cacusermgr/cacusermgr.c index 77dd2505f6..4336f20d3b 100644 --- a/examples/libmsrpc/cacusermgr/cacusermgr.c +++ b/examples/libmsrpc/cacusermgr/cacusermgr.c @@ -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 (at your + * 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 WITHOUT diff --git a/examples/libmsrpc/cacusermgr/cacusermgr.h b/examples/libmsrpc/cacusermgr/cacusermgr.h index 01dbb60acf..79d109843a 100644 --- a/examples/libmsrpc/cacusermgr/cacusermgr.h +++ b/examples/libmsrpc/cacusermgr/cacusermgr.h @@ -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 (at your + * 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 WITHOUT diff --git a/examples/libmsrpc/cacusermgr/mgr_group.c b/examples/libmsrpc/cacusermgr/mgr_group.c index a936433e60..2d2dc9c519 100644 --- a/examples/libmsrpc/cacusermgr/mgr_group.c +++ b/examples/libmsrpc/cacusermgr/mgr_group.c @@ -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 (at your + * 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 WITHOUT diff --git a/examples/libmsrpc/cacusermgr/mgr_user.c b/examples/libmsrpc/cacusermgr/mgr_user.c index 7e2e56499f..3dc9c06488 100644 --- a/examples/libmsrpc/cacusermgr/mgr_user.c +++ b/examples/libmsrpc/cacusermgr/mgr_user.c @@ -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 (at your + * 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 WITHOUT diff --git a/examples/libmsrpc/cacusermgr/util.c b/examples/libmsrpc/cacusermgr/util.c index 1629911812..ef1f27a5d0 100644 --- a/examples/libmsrpc/cacusermgr/util.c +++ b/examples/libmsrpc/cacusermgr/util.c @@ -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 (at your + * 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 WITHOUT |