Advertisement
vladmerti

Untitled

Apr 16th, 2014
318
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 KB | None | 0 0
  1. This package was debianized by Ivo Timmermans <[email protected]> on
  2. Fri, 3 Aug 2001 10:02:38 +0200.
  3. It was taken over by Matthias Urlichs <[email protected]>, and is now
  4. maintained by Andreas Metzler <[email protected]> Eric Dorland
  5.  
  6.  
  7. It was downloaded from http://ftp.gnupg.org/gcrypt/libgcrypt/.
  8.  
  9. Upstream Authors: Werner Koch and others.
  10.  
  11. Copyright:
  12.  
  13. Most of the package is licensed under the GNU Lesser General Public
  14. License (LGPL) version 2.1 (or later), except for helper and debugging
  15. binaries. See below for details. The documentation is licensed under
  16. the GPLv2 (or later), see below.
  17.  
  18. Excerpt from upstream's README:
  19.  
  20. The library is distributed under the terms of the GNU Lesser
  21. General Public License (LGPL); see the file COPYING.LIB for the
  22. actual terms. The helper programs (gcryptrnd and getrandom) as
  23. well as the documentation are distributed under the terms of the
  24. GNU General Public License (GPL); see the file COPYING for teh
  25. actual terms.
  26.  
  27. This library used to be available under the GPL - this was changed
  28. with version 1.1.7 with the rationale that there are now many free
  29. crypto libraries available and many of them come with capabilities
  30. similar to Libcrypt. We decided that to foster the use of
  31. cryptography in Free Software an LGPLed library would make more
  32. sense because it avoids problems due to license incompatibilities
  33. between some Free Software licenses and the GPL.
  34.  
  35. Please note that in many cases it is better for a library to be
  36. licensed under the GPL, so that it provides an advantage for free
  37. software projects. The Lesser GPL is so named because it does
  38. less to protect the freedom of the users of the code that it
  39. covers. See http://www.gnu.org/philosophy/why-not-lgpl.html for
  40. more explanation.
  41.  
  42. An example of the license headers of the LGPL is
  43.  
  44. -------------
  45. Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006
  46. 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
  47.  
  48. This file is part of Libgcrypt.
  49.  
  50. Libgcrypt is free software; you can redistribute it and/or modify
  51. it under the terms of the GNU Lesser General Public License as
  52. published by the Free Software Foundation; either version 2.1 of
  53. the License, or (at your option) any later version.
  54.  
  55. Libgcrypt is distributed in the hope that it will be useful,
  56. but WITHOUT ANY WARRANTY; without even the implied warranty of
  57. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  58. GNU Lesser General Public License for more details.
  59.  
  60. You should have received a copy of the GNU Lesser General Public
  61. License along with this program; if not, see <http://www.gnu.org/licenses/>.
  62. -------------
  63.  
  64. On Debian GNU/Linux systems, the complete text of the GNU Lesser
  65. General Public License can be found in
  66. `/usr/share/common-licenses/LGPL';
  67.  
  68. The documentation licensed under the GPL
  69. -------------
  70. Copyright @copyright{} 2000, 2002, 2003, 2004, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
  71.  
  72. @quotation
  73. Permission is granted to copy, distribute and/or modify this document
  74. under the terms of the GNU General Public License as published by the
  75. Free Software Foundation; either version 2 of the License, or (at your
  76. option) any later version. The text of the license can be found in the
  77. section entitled ``GNU General Public License''.
  78. -------------
  79.  
  80. On Debian GNU/Linux systems, the text of the GNU General Public License,
  81. version 2 can be found in `/usr/share/common-licenses/GPL-2'.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement