home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / libgnutls13 / copyright < prev    next >
Encoding:
Text File  |  2006-07-04  |  4.2 KB  |  107 lines

  1. This package was debianized by Ivo Timmermans <ivo@debian.org> on
  2. Fri,  3 Aug 2001 10:00:42 +0200.
  3. It was later taken over by Matthias Urlichs <smurf@debian.org> and is now
  4. maintained by Andreas Metzler <ametzler@debian.org> Eric Dorland
  5. <eric@debian.org>, James Westby <jw+debian@jameswestby.net>
  6.  
  7.  
  8. It was downloaded from ftp://gnutls.hellug.gr/pub/gnutls
  9.  
  10. Upstream Authors: 
  11.   Nikos Mavroyanopoulos <nmav@gnutls.org>
  12.   Fabio Fiorina <Fabio.Fiorina@alcatel.it>
  13.   Simon Josefsson <jas@gnutls.org>
  14.   Timo Schulz <twoaday@freakmail.de>
  15.   Andrew McDonald <andrew@mcdonald.org.uk>
  16.  
  17. Copyright: GNU Lesser General Public License (LGPL) version 2.1,
  18. except some parts.  See the file README, or the excerpt below for details.
  19.  
  20. --------------------
  21. /*
  22.  * Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation
  23. [...] 
  24. * This file is part of GNUTLS.
  25.  *
  26.  * The GNUTLS library is free software; you can redistribute it and/or
  27.  * modify it under the terms of the GNU Lesser General Public License
  28.  * as published by the Free Software Foundation; either version 2.1 of
  29.  * the License, or (at your option) any later version.
  30.  *
  31.  * This library is distributed in the hope that it will be useful, but
  32.  * WITHOUT ANY WARRANTY; without even the implied warranty of
  33.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  34.  * Lesser General Public License for more details.
  35.  *
  36.  * You should have received a copy of the GNU Lesser General Public
  37.  * License along with this library; if not, write to the Free Software
  38.  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
  39.  * USA
  40.  *
  41.  */
  42. --------------------
  43. --------------------
  44. /*
  45.  * Copyright (C) 2005, 2006 Free Software Foundation
  46. [...] 
  47.  * This file is part of GNUTLS-EXTRA.
  48.  *
  49.  * GNUTLS-EXTRA is free software; you can redistribute it and/or
  50.  * modify it under the terms of the GNU General Public License as
  51.  * published by the Free Software Foundation; either version 2 of the
  52.  * License, or (at your option) any later version.
  53.  *
  54.  * GNUTLS-EXTRA is distributed in the hope that it will be useful, but
  55.  * WITHOUT ANY WARRANTY; without even the implied warranty of
  56.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  57.  * General Public License for more details.
  58.  *
  59.  * You should have received a copy of the GNU General Public License
  60.  * along with GNUTLS-EXTRA; if not, write to the Free Software
  61.  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  62.  * 02110-1301, USA.
  63.  *
  64.  */
  65. --------------------
  66.  
  67. On Debian GNU/Linux systems, the complete text of the GNU Lesser
  68. General Public License can be found in
  69. `/usr/share/common-licenses/LGPL'; the GNU General Public License can
  70. be found in `/usr/share/common-licenses/GPL'.
  71.  
  72.  
  73. The documentation is distributed under the terms of the GNU Free
  74. Documentation License (FDL):
  75.  
  76. Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, 
  77.  
  78.   Permission is granted to copy, distribute and/or modify this
  79.   document under the terms of the GNU Free Documentation License,
  80.   Version 1.1 or any later version published by the Free Software
  81.   Foundation; with no Invariant Sections, no Front-Cover Texts and
  82.   no Back-Cover Texts.  A copy of the license is included in the
  83.   chapter entitled "GNU Free Documentation License".
  84.  
  85.  
  86. Excerpt from upstream's README:
  87.  
  88. LICENSE ISSUES:
  89.  
  90. Since the 0.4.2 version the gnutls library is covered under the GNU 
  91. Lesser GPL. Previously released versions were licensed under the GNU GPL.
  92.  
  93. We changed the license for most of GNUTLS because other free libraries
  94. already exist that do the same jobs and have lax licenses.  We want
  95. GNUTLS to be usable in all the same places as those other libraries.
  96. We kept some parts of GNUTLS under the GPL because they are unique,
  97. and with the GPL they provide free software projects (which deserve
  98. our help) an advantage over non-free projects (which do not deserve
  99. our help, since they refuse to share with us).  For more explanation,
  100. see http://www.gnu.org/philosophy/why-not-lgpl.html.
  101.  
  102. The GNU Lesser GPL license applies to the main gnutls library, while the
  103. gnutls-extra library is under the GPL. The gnutls-extra library contains
  104. the "SRP authentication" source code, and code for the "Openpgp key"
  105. support. The gnutls library is located in the lib/ directory, while the 
  106. gnutls-extra library is at libextra/.
  107.