Imported Upstream version 1.5.1
[platform/upstream/libksba.git] / AUTHORS
1 Program: Libksba
2 Download: https://gnupg.org/ftp/gcrypt/libksba/
3 Repository: git://git.gnupg.org/libksba.git
4 Maintainer: Werner Koch <wk@gnupg.org>
5 Bug reports: https://bugs.gnupg.org
6 Security related bug reports: <security@gnupg.org>
7 License (library): LGPLv3+/GPLv2+
8 License (tools, manual): GPLv3+
9
10
11 g10 Code GmbH
12 Design and most stuff.
13
14
15 GNUTLS  Fabio Fiorina   2001-06-19
16 [According to CVS log of August 5, 2001 @ 11:38: "renamed cert_* to
17 x509_*" , further more, the original names must have been changed from
18 Fabio's orginal ones to cert_* when he commited them to CVS] As of
19 now the following files contain some of this code:
20   (asn1-parse.y, asn1-func.[ch])
21
22
23 Copyright
24 =========
25
26  | Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2010, 2011
27  |               2012, 2013, 2014, 2015, 2018, 2019, 2020, 2021 g10 Code GmbH
28  | Copyright (C) 2001, 2002, 2003, 2007 Free Software Foundation, Inc.
29  | Copyright (C) 2000, 2001 Fabio Fiorina
30
31 The library and the header files are distributed under the following
32 terms (LGPLv3+/GPLv2+):
33
34  | KSBA is free software; you can redistribute it and/or modify
35  | it under the terms of either
36  |
37  |   - the GNU Lesser General Public License as published by the Free
38  |     Software Foundation; either version 3 of the License, or (at
39  |     your option) any later version.
40  |
41  | or
42  |
43  |   - the GNU General Public License as published by the Free
44  |     Software Foundation; either version 2 of the License, or (at
45  |     your option) any later version.
46  |
47  | or both in parallel, as here.
48  |
49  | KSBA is distributed in the hope that it will be useful, but WITHOUT
50  | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
51  | or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
52  | License for more details.
53
54 The other parts (e.g. manual, build system, tests) are distributed
55 under the following terms (GPLv3):
56
57  | KSBA is free software; you can redistribute it and/or modify
58  | it under the terms of the GNU General Public License as published by
59  | the Free Software Foundation; either version 3 of the License, or
60  | (at your option) any later version.
61  |
62  | KSBA is distributed in the hope that it will be useful,
63  | but WITHOUT ANY WARRANTY; without even the implied warranty of
64  | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65  | GNU General Public License for more details.
66
67 The ASN.1 definition for CMS is based on a specification published
68 under the following terms (see src/cms.asn):
69
70  | Copyright (C) The Internet Society (1999).  All Rights Reserved.
71  |
72  | This document and translations of it may be copied and furnished to
73  | others, and derivative works that comment on or otherwise explain it
74  | or assist in its implementation may be prepared, copied, published
75  | and distributed, in whole or in part, without restriction of any
76  | kind, provided that the above copyright notice and this paragraph are
77  | included on all such copies and derivative works.  However, this
78  | document itself may not be modified in any way, such as by removing
79  | the copyright notice or references to the Internet Society or other
80  | Internet organizations, except as needed for the purpose of
81  | developing Internet standards in which case the procedures for
82  | copyrights defined in the Internet Standards process must be
83  | followed, or as required to translate it into languages other than
84  | English.
85  |
86  | The limited permissions granted above are perpetual and will not be
87  | revoked by the Internet Society or its successors or assigns.
88  |
89  | This document and the information contained herein is provided on an
90  | "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING
91  | TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING
92  | BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION
93  | HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF
94  | MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.