root/trunk/COPYING

Revision 143, 4.6 kB (checked in by alonbl, 10 months ago)

Year update

Line 
1
2pkcs11-helper License
3
4        Copyright (c) 2005-2008 Alon Bar-Lev <alon.barlev@gmail.com>
5        All rights reserved.
6
7        This software is available to you under a choice of one of two
8        licenses.  You may choose to be licensed under the terms of the GNU
9        General Public License (GPL) Version 2, or the BSD license.
10
11        GNU General Public License (GPL) Version 2
12        ===========================================
13        This program is free software; you can redistribute it and/or modify
14        it under the terms of the GNU General Public License version 2
15        as published by the Free Software Foundation.
16
17        This program is distributed in the hope that it will be useful,
18        but WITHOUT ANY WARRANTY; without even the implied warranty of
19        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20        GNU General Public License for more details.
21
22        You should have received a copy of the GNU General Public License
23        along with this program (see the file COPYING.GPL included with this
24        distribution); if not, write to the Free Software Foundation, Inc.,
25        51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
26
27        BSD License
28        ============
29        Redistribution and use in source and binary forms, with or without
30        modification, are permitted provided that the following conditions are met:
31
32            o Redistributions of source code must retain the above copyright notice,
33              this list of conditions and the following disclaimer.
34            o Redistributions in binary form must reproduce the above copyright
35              notice, this list of conditions and the following disclaimer in the
36              documentation and/or other materials provided with the distribution.
37            o Neither the name of the <ORGANIZATION> nor the names of its
38              contributors may be used to endorse or promote products derived from
39              this software without specific prior written permission.
40
41        THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
42        AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
43        IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
44        ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
45        LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
46        CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
47        SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
48        INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
49        CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
50        ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
51        POSSIBILITY OF SUCH DAMAGE.
52
53Packeging License
54
55        RPM
56                Copyright (c) 2006-2007 Eddy Nigg
57
58        Debian
59                Copyright (c) 2007 Sandro Wefel
60
61m4 Macros License
62
63        autoconf/automake
64                Copyright (C) 2002, 2003 Free Software Foundation, Inc.
65
66        pkg.m4
67                Copyright © 2004 Scott James Remnant <scott@netsplit.com>.
68       
69        AX_CPP_VARARG*
70                Copyright (c) James Yonan <jim@yonan.net>
71                Copyright (c) Matthias Andree <matthias.andree@web.de>
72
73pkcs11.h License
74        Copyright 2006, 2007 g10 Code GmbH
75        Copyright 2006 Andreas Jellinghaus
76
77OpenSSL License (Optional component, parsing certificates, engine)
78
79        This product includes software developed by the OpenSSL Project
80        for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)
81
82        This product includes cryptographic software written by Eric Young
83        (eay@cryptsoft.com).  This product includes software written by Tim
84        Hudson (tjh@cryptsoft.com).
85
86GnuTLS License (Optional component, for a complete GPLed license, replaces OpenSSL)
87
88        Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005 Nikos Mavroyanopoulos
89        See the end for copying conditions.
90
91        The copyright holder for Gnutls is Free Software Foundation,
92        Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
93        USA.
94
95NSS License (Optional component, parsing certificates, engine)
96
97        The Original Code is Mozilla Communicator client code, released
98        March 31, 1998.
99
100        The Initial Developer of the Original Code is Netscape
101        Communications Corporation. Portions created by Netscape are
102        Copyright (C) 1998-1999 Netscape Communications Corporation. All
103        Rights Reserved.
104
105Doxygen License (Optional component, documentation)
106
107        Copyright © 1997-2006 by Dimitri van Heesch.
108
109        Permission to use, copy, modify, and distribute this software and
110        its documentation under the terms of the GNU General Public License
111        is hereby granted. No representations are made about the suitability
112        of this software for any purpose. It is provided "as is" without express
113        or implied warranty. See the GNU General Public License for more details.
114
115        Documents produced by doxygen are derivative works derived
116        from the input used in their production; they are not affected by this
117        license.
Note: See TracBrowser for help on using the browser.