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

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