diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-07-10 04:04:46 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:28:26 -0500 |
commit | 727a6cf2cba8da6b40610409b264e86e6908eb0c (patch) | |
tree | 2eae96c56b41469a1ca44549ddf9763c049eb40a /source/lib | |
parent | 43cd589773148fe3d243892768ce187604dd0c33 (diff) | |
download | samba-727a6cf2cba8da6b40610409b264e86e6908eb0c.tar.gz samba-727a6cf2cba8da6b40610409b264e86e6908eb0c.tar.xz samba-727a6cf2cba8da6b40610409b264e86e6908eb0c.zip |
r23800: LGPL is now called GNU Lesser General Public License
not GNU Library General Public License
Diffstat (limited to 'source/lib')
-rw-r--r-- | source/lib/ldb/nssldb/ldb-grp.c | 4 | ||||
-rw-r--r-- | source/lib/ldb/nssldb/ldb-nss.c | 4 | ||||
-rw-r--r-- | source/lib/ldb/nssldb/ldb-nss.h | 4 | ||||
-rw-r--r-- | source/lib/ldb/nssldb/ldb-pwd.c | 4 | ||||
-rw-r--r-- | source/lib/replace/getpass.c | 4 | ||||
-rw-r--r-- | source/lib/replace/strptime.c | 4 | ||||
-rw-r--r-- | source/lib/ufc.c | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/source/lib/ldb/nssldb/ldb-grp.c b/source/lib/ldb/nssldb/ldb-grp.c index f8121b25ca4..71e27a9161e 100644 --- a/source/lib/ldb/nssldb/ldb-grp.c +++ b/source/lib/ldb/nssldb/ldb-grp.c @@ -4,7 +4,7 @@ Copyright (C) Simo Sorce 2006 This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public + 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. @@ -13,7 +13,7 @@ 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 License + You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ diff --git a/source/lib/ldb/nssldb/ldb-nss.c b/source/lib/ldb/nssldb/ldb-nss.c index 9f3368118f2..0e5850eab3b 100644 --- a/source/lib/ldb/nssldb/ldb-nss.c +++ b/source/lib/ldb/nssldb/ldb-nss.c @@ -4,7 +4,7 @@ Copyright (C) Simo Sorce 2006 This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public + 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. @@ -13,7 +13,7 @@ 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 License + You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ diff --git a/source/lib/ldb/nssldb/ldb-nss.h b/source/lib/ldb/nssldb/ldb-nss.h index 64262f486b1..1b1866abb90 100644 --- a/source/lib/ldb/nssldb/ldb-nss.h +++ b/source/lib/ldb/nssldb/ldb-nss.h @@ -4,7 +4,7 @@ Copyright (C) Simo Sorce 2006 This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public + 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. @@ -13,7 +13,7 @@ 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 License + You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ diff --git a/source/lib/ldb/nssldb/ldb-pwd.c b/source/lib/ldb/nssldb/ldb-pwd.c index 1134b9b99dd..44b0ab21ee8 100644 --- a/source/lib/ldb/nssldb/ldb-pwd.c +++ b/source/lib/ldb/nssldb/ldb-pwd.c @@ -4,7 +4,7 @@ Copyright (C) Simo Sorce 2006 This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public + 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. @@ -13,7 +13,7 @@ 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 License + You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ 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. */ diff --git a/source/lib/replace/strptime.c b/source/lib/replace/strptime.c index 002ea662121..0e40f7561ac 100644 --- a/source/lib/replace/strptime.c +++ b/source/lib/replace/strptime.c @@ -4,7 +4,7 @@ Contributed by Ulrich Drepper <drepper@cygnus.com>, 1996. 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. @@ -13,7 +13,7 @@ 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, see <http://www.gnu.org/licenses/>. */ diff --git a/source/lib/ufc.c b/source/lib/ufc.c index 76ee0ab9b3f..c99d8b1de58 100644 --- a/source/lib/ufc.c +++ b/source/lib/ufc.c @@ -26,7 +26,7 @@ * Copyright (C) 1991-1998, Free Software Foundation, Inc. * * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Library General Public + * 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. * @@ -35,7 +35,7 @@ * 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 this library; if not, write to the Free * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * |