summaryrefslogtreecommitdiff
path: root/source/lib/replace/getpass.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-07-10 04:04:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:59:17 -0500
commit01e3fe7533b5670236c026ec3c6cc1e25655fbc3 (patch)
treeba46e16ae0aa57fd46eef4e8cee37ac070fa2865 /source/lib/replace/getpass.c
parentdb92b76a0034899f5f0dc2d012ee7709ff9a6132 (diff)
downloadsamba-01e3fe7533b5670236c026ec3c6cc1e25655fbc3.tar.gz
r23800: LGPL is now called GNU Lesser General Public License
not GNU Library General Public License
Diffstat (limited to 'source/lib/replace/getpass.c')
-rw-r--r--source/lib/replace/getpass.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/lib/replace/getpass.c b/source/lib/replace/getpass.c
index 2cbb30e2dac..9e975ee7efb 100644
--- a/source/lib/replace/getpass.c
+++ b/source/lib/replace/getpass.c
@@ -2,7 +2,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
+modify it under the terms of the GNU Lesser General Public License as
published by the Free Software Foundation; either version 3 of the
License, or (at your option) any later version.
@@ -11,7 +11,7 @@ but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
-You should have received a copy of the GNU Library General Public
+You should have received a copy of the GNU Lesser General Public
License along with the GNU C Library; see the file COPYING.LIB. If
not, write to the Free Software Foundation, Inc., 675 Mass Ave,
Cambridge, MA 02139, USA. */