diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-07-10 01:52:05 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2007-07-10 01:52:05 +0000 |
commit | 65c0d2d4b968fd3f5ed99b0bdfa386daa85b8cec (patch) | |
tree | a08800129436463952cbf50b4c83eb22e2d3df62 /source/lib/replace/getpass.c | |
parent | 17fe15a2851317e54c37f9ad44ee1c3ec1a8698e (diff) | |
download | samba-65c0d2d4b968fd3f5ed99b0bdfa386daa85b8cec.tar.gz samba-65c0d2d4b968fd3f5ed99b0bdfa386daa85b8cec.tar.xz samba-65c0d2d4b968fd3f5ed99b0bdfa386daa85b8cec.zip |
r23791: found some more v2->v3 conversions
Diffstat (limited to 'source/lib/replace/getpass.c')
-rw-r--r-- | source/lib/replace/getpass.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/lib/replace/getpass.c b/source/lib/replace/getpass.c index 2ccbf7b7336..2cbb30e2dac 100644 --- a/source/lib/replace/getpass.c +++ b/source/lib/replace/getpass.c @@ -3,7 +3,7 @@ This file is part of the GNU C Library. The GNU C 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 +published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. The GNU C Library is distributed in the hope that it will be useful, |