Blame AUTHORS

Packit Bot 25e917
Program: Libksba
Packit Bot 25e917
Download: ftp://ftp.gnupg.org/gcrypt/libksba/
Packit Bot 25e917
Repository: git://git.gnupg.org/libksba.git
Packit Bot 25e917
Maintainer: Werner Koch <wk@gnupg.org>
Packit Bot 25e917
Bug reports: https://bugs.gnupg.org
Packit Bot 25e917
Security related bug reports: <security@gnupg.org>
Packit Bot 25e917
License (library): LGPLv3+/GPLv2+
Packit Bot 25e917
License (tools, manual): GPLv3+
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
g10 Code GmbH
Packit Bot 25e917
Design and most stuff.
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
GNUTLS  Fabio Fiorina   2001-06-19
Packit Bot 25e917
[According to CVS log of August 5, 2001 @ 11:38: "renamed cert_* to
Packit Bot 25e917
x509_*" , further more, the original names must have been changed from
Packit Bot 25e917
Fabio's orginal ones to cert_* when he commited them to CVS] As of
Packit Bot 25e917
now the following files contain some of this code:
Packit Bot 25e917
  (asn1-parse.y, asn1-func.[ch])
Packit Bot 25e917
Packit Bot 25e917
Packit Bot 25e917
Copyright
Packit Bot 25e917
=========
Packit Bot 25e917
Packit Bot 25e917
 | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2010, 2011
Packit Bot 25e917
 |               2012, 2013, 2014, 2015 g10 Code GmbH
Packit Bot 25e917
 | Copyright (C) 2001, 2002, 2003, 2007 Free Software Foundation, Inc.
Packit Bot 25e917
 | Copyright (C) 2000, 2001 Fabio Fiorina
Packit Bot 25e917
Packit Bot 25e917
The library and the header files are distributed under the following
Packit Bot 25e917
terms (LGPLv3+/GPLv2+):
Packit Bot 25e917
Packit Bot 25e917
 | KSBA is free software; you can redistribute it and/or modify
Packit Bot 25e917
 | it under the terms of either
Packit Bot 25e917
 |
Packit Bot 25e917
 |   - the GNU Lesser General Public License as published by the Free
Packit Bot 25e917
 |     Software Foundation; either version 3 of the License, or (at
Packit Bot 25e917
 |     your option) any later version.
Packit Bot 25e917
 |
Packit Bot 25e917
 | or
Packit Bot 25e917
 |
Packit Bot 25e917
 |   - the GNU General Public License as published by the Free
Packit Bot 25e917
 |     Software Foundation; either version 2 of the License, or (at
Packit Bot 25e917
 |     your option) any later version.
Packit Bot 25e917
 |
Packit Bot 25e917
 | or both in parallel, as here.
Packit Bot 25e917
 |
Packit Bot 25e917
 | KSBA is distributed in the hope that it will be useful, but WITHOUT
Packit Bot 25e917
 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
Packit Bot 25e917
 | or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
Packit Bot 25e917
 | License for more details.
Packit Bot 25e917
Packit Bot 25e917
The other parts (e.g. manual, build system, tests) are distributed
Packit Bot 25e917
under the following terms (GPLv3):
Packit Bot 25e917
Packit Bot 25e917
 | KSBA is free software; you can redistribute it and/or modify
Packit Bot 25e917
 | it under the terms of the GNU General Public License as published by
Packit Bot 25e917
 | the Free Software Foundation; either version 3 of the License, or
Packit Bot 25e917
 | (at your option) any later version.
Packit Bot 25e917
 |
Packit Bot 25e917
 | KSBA is distributed in the hope that it will be useful,
Packit Bot 25e917
 | but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Bot 25e917
 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit Bot 25e917
 | GNU General Public License for more details.
Packit Bot 25e917
Packit Bot 25e917
The ASN.1 definition for CMS is based on a specification published
Packit Bot 25e917
under the following terms (see src/cms.asn):
Packit Bot 25e917
Packit Bot 25e917
 | Copyright (C) The Internet Society (1999).  All Rights Reserved.
Packit Bot 25e917
 |
Packit Bot 25e917
 | This document and translations of it may be copied and furnished to
Packit Bot 25e917
 | others, and derivative works that comment on or otherwise explain it
Packit Bot 25e917
 | or assist in its implementation may be prepared, copied, published
Packit Bot 25e917
 | and distributed, in whole or in part, without restriction of any
Packit Bot 25e917
 | kind, provided that the above copyright notice and this paragraph are
Packit Bot 25e917
 | included on all such copies and derivative works.  However, this
Packit Bot 25e917
 | document itself may not be modified in any way, such as by removing
Packit Bot 25e917
 | the copyright notice or references to the Internet Society or other
Packit Bot 25e917
 | Internet organizations, except as needed for the purpose of
Packit Bot 25e917
 | developing Internet standards in which case the procedures for
Packit Bot 25e917
 | copyrights defined in the Internet Standards process must be
Packit Bot 25e917
 | followed, or as required to translate it into languages other than
Packit Bot 25e917
 | English.
Packit Bot 25e917
 |
Packit Bot 25e917
 | The limited permissions granted above are perpetual and will not be
Packit Bot 25e917
 | revoked by the Internet Society or its successors or assigns.
Packit Bot 25e917
 |
Packit Bot 25e917
 | This document and the information contained herein is provided on an
Packit Bot 25e917
 | "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
Packit Bot 25e917
 | TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
Packit Bot 25e917
 | BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
Packit Bot 25e917
 | HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
Packit Bot 25e917
 | MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.