diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-09-30 07:17:02 -0700 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2008-09-30 07:17:02 -0700 |
commit | 4f07894c29996eb3e30fc79287d224ec2dbd80ee (patch) | |
tree | e9a889ee5923de375ed3e6f4b0e71ef66e9e4283 /source4/lib/util | |
parent | 717b36c672441f8cd86bf550ab0fabc52a3a3821 (diff) | |
download | samba-4f07894c29996eb3e30fc79287d224ec2dbd80ee.tar.gz samba-4f07894c29996eb3e30fc79287d224ec2dbd80ee.tar.xz samba-4f07894c29996eb3e30fc79287d224ec2dbd80ee.zip |
The author of the upstream code asked for this code to be GPLv2+ not GPLv3
Diffstat (limited to 'source4/lib/util')
-rw-r--r-- | source4/lib/util/idtree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/util/idtree.c b/source4/lib/util/idtree.c index 392f4e81f82..193922973f1 100644 --- a/source4/lib/util/idtree.c +++ b/source4/lib/util/idtree.c @@ -12,7 +12,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 3 of the License, or + the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, |