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