Blame AUTHORS

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