diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-07-10 02:46:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:28:26 -0500 |
commit | fbfaaa99937f97b3f1fd2e4fb4ce8ee6b4335f7f (patch) | |
tree | 32c2769f41eec1f5d8cea491a2302af2d90f4c0d /source3/utils | |
parent | fd881dad3fb03888b79cc84f287c093d163475c7 (diff) | |
download | samba-fbfaaa99937f97b3f1fd2e4fb4ce8ee6b4335f7f.tar.gz samba-fbfaaa99937f97b3f1fd2e4fb4ce8ee6b4335f7f.tar.bz2 samba-fbfaaa99937f97b3f1fd2e4fb4ce8ee6b4335f7f.zip |
r23795: more v2->v3 conversion
(This used to be commit c14aba93c06348a1f84fc1dd9791ff1159d22c4b)
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/debugparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/debugparse.c b/source3/utils/debugparse.c index 9c86fcc37b..ee4df3f2b4 100644 --- a/source3/utils/debugparse.c +++ b/source3/utils/debugparse.c @@ -12,7 +12,7 @@ * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either - * version 2 of the License, or (at your option) any later version. + * version 3 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of |