home *** CD-ROM | disk | FTP | other *** search
- This package was debianized by Ivo Timmermans <ivo@debian.org> on
- Fri, 3 Aug 2001 10:00:42 +0200.
- It was later taken over by Matthias Urlichs <smurf@debian.org> and is now
- maintained by Andreas Metzler <ametzler@debian.org> Eric Dorland
- <eric@debian.org>, James Westby <jw+debian@jameswestby.net>
-
-
- It was downloaded from ftp://gnutls.hellug.gr/pub/gnutls
-
- Upstream Authors:
- Nikos Mavroyanopoulos <nmav@gnutls.org>
- Fabio Fiorina <Fabio.Fiorina@alcatel.it>
- Simon Josefsson <jas@gnutls.org>
- Timo Schulz <twoaday@freakmail.de>
- Andrew McDonald <andrew@mcdonald.org.uk>
-
- Copyright: GNU Lesser General Public License (LGPL) version 2.1,
- except some parts. See the file README, or the excerpt below for details.
-
- --------------------
- /*
- * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation
- [...]
- * This file is part of GNUTLS.
- *
- * The GNUTLS library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
- * as published by the Free Software Foundation; either 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
- * Lesser General Public License for more details.
- *
- * 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
- *
- */
- --------------------
- --------------------
- /*
- * Copyright (C) 2005, 2006 Free Software Foundation
- [...]
- * This file is part of GNUTLS-EXTRA.
- *
- * GNUTLS-EXTRA is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License as
- * published by the Free Software Foundation; either version 2 of the
- * License, or (at your option) any later version.
- *
- * GNUTLS-EXTRA 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
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with GNUTLS-EXTRA; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301, USA.
- *
- */
- --------------------
-
- On Debian GNU/Linux systems, the complete text of the GNU Lesser
- General Public License can be found in
- `/usr/share/common-licenses/LGPL'; the GNU General Public License can
- be found in `/usr/share/common-licenses/GPL'.
-
-
- The documentation is distributed under the terms of the GNU Free
- Documentation License (FDL):
-
- Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation,
-
- Permission is granted to copy, distribute and/or modify this
- document under the terms of the GNU Free Documentation License,
- Version 1.1 or any later version published by the Free Software
- Foundation; with no Invariant Sections, no Front-Cover Texts and
- no Back-Cover Texts. A copy of the license is included in the
- chapter entitled "GNU Free Documentation License".
-
-
- Excerpt from upstream's README:
-
- LICENSE ISSUES:
-
- Since the 0.4.2 version the gnutls library is covered under the GNU
- Lesser GPL. Previously released versions were licensed under the GNU GPL.
-
- We changed the license for most of GNUTLS because other free libraries
- already exist that do the same jobs and have lax licenses. We want
- GNUTLS to be usable in all the same places as those other libraries.
- We kept some parts of GNUTLS under the GPL because they are unique,
- and with the GPL they provide free software projects (which deserve
- our help) an advantage over non-free projects (which do not deserve
- our help, since they refuse to share with us). For more explanation,
- see http://www.gnu.org/philosophy/why-not-lgpl.html.
-
- The GNU Lesser GPL license applies to the main gnutls library, while the
- gnutls-extra library is under the GPL. The gnutls-extra library contains
- the "SRP authentication" source code, and code for the "Openpgp key"
- support. The gnutls library is located in the lib/ directory, while the
- gnutls-extra library is at libextra/.
-