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