diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-01-09 22:21:37 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-01-09 22:21:37 +0100 |
commit | ba293c3cfab1a44b2e114771ed6ac3e34a6edf93 (patch) | |
tree | 7c09fa4c467ad7398dec1737ee58c09bf4d7d522 /debian | |
parent | ffd69c9a0fd2c7e3f0c7443ddb39f1d94957182a (diff) |
change license from GNU Library General Public License v.2 to GNU Lesser General Public License v.2.1 with permission from Luke Howard
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@215 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'debian')
-rw-r--r-- | debian/copyright | 12 | ||||
-rw-r--r-- | debian/libnss-ldapd.nslcd.init | 14 |
2 files changed, 13 insertions, 13 deletions
diff --git a/debian/copyright b/debian/copyright index 78f980a..453e212 100644 --- a/debian/copyright +++ b/debian/copyright @@ -16,21 +16,21 @@ Davide Puricelli (evo), Sami Haahtinen and Stephen Frost. Copyright (C) 1997-2006 Luke Howard Copyright (C) 2006 West Consulting -Copyright (C) 2006 Arthur de Jong +Copyright (C) 2006, 2007 Arthur de Jong 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 2 of the License, or (at your option) any later version. +version 2.1 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 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -Library General Public License for more details. +Lesser General Public License for more details. On Debian GNU/Linux systems, the complete text of -the GNU Library General Public License can be found in -/usr/share/common-licenses/LGPL-2. +the GNU Lesser General Public License can be found in +/usr/share/common-licenses/LGPL-2.1. The following files are also contain other copyright holders (apart from to autoconf/automake stuff): diff --git a/debian/libnss-ldapd.nslcd.init b/debian/libnss-ldapd.nslcd.init index 34db5be..118971b 100644 --- a/debian/libnss-ldapd.nslcd.init +++ b/debian/libnss-ldapd.nslcd.init @@ -5,19 +5,19 @@ # Copyright (C) 2006 Arthur de Jong # # 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 2 of the License, or (at your option) any later version. +# version 2.1 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 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# Library General Public License for more details. +# Lesser General Public License for more details. # -# You should have received a copy of the GNU Library General Public -# License along with this library; if not, write to the Free -# Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, -# MA 02110-1301 USA +# 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., 51 Franklin Street, Fifth Floor, Boston, MA +# 02110-1301 USA ### BEGIN INIT INFO # Provides: nslcd |