OSDN Git Service

merge original branch.
[tortoisegit/TortoiseGitJp.git] / src / TortoiseGitSetup / include / OpenSSL_License.txt
1 \r
2   LICENSE ISSUES\r
3   ==============\r
4 \r
5   The OpenSSL toolkit stays under a dual license, i.e. both the conditions of\r
6   the OpenSSL License and the original SSLeay license apply to the toolkit.\r
7   See below for the actual license texts. Actually both licenses are BSD-style\r
8   Open Source licenses. In case of any license issues related to OpenSSL\r
9   please contact openssl-core@openssl.org.\r
10 \r
11   OpenSSL License\r
12   ---------------\r
13 \r
14 /* ====================================================================\r
15  * Copyright (c) 1998-2005 The OpenSSL Project.  All rights reserved.\r
16  *\r
17  * Redistribution and use in source and binary forms, with or without\r
18  * modification, are permitted provided that the following conditions\r
19  * are met:\r
20  *\r
21  * 1. Redistributions of source code must retain the above copyright\r
22  *    notice, this list of conditions and the following disclaimer. \r
23  *\r
24  * 2. Redistributions in binary form must reproduce the above copyright\r
25  *    notice, this list of conditions and the following disclaimer in\r
26  *    the documentation and/or other materials provided with the\r
27  *    distribution.\r
28  *\r
29  * 3. All advertising materials mentioning features or use of this\r
30  *    software must display the following acknowledgment:\r
31  *    "This product includes software developed by the OpenSSL Project\r
32  *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"\r
33  *\r
34  * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to\r
35  *    endorse or promote products derived from this software without\r
36  *    prior written permission. For written permission, please contact\r
37  *    openssl-core@openssl.org.\r
38  *\r
39  * 5. Products derived from this software may not be called "OpenSSL"\r
40  *    nor may "OpenSSL" appear in their names without prior written\r
41  *    permission of the OpenSSL Project.\r
42  *\r
43  * 6. Redistributions of any form whatsoever must retain the following\r
44  *    acknowledgment:\r
45  *    "This product includes software developed by the OpenSSL Project\r
46  *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"\r
47  *\r
48  * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY\r
49  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\r
50  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\r
51  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR\r
52  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\r
53  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\r
54  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\r
55  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
56  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
57  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\r
58  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\r
59  * OF THE POSSIBILITY OF SUCH DAMAGE.\r
60  * ====================================================================\r
61  *\r
62  * This product includes cryptographic software written by Eric Young\r
63  * (eay@cryptsoft.com).  This product includes software written by Tim\r
64  * Hudson (tjh@cryptsoft.com).\r
65  *\r
66  */\r
67 \r
68  Original SSLeay License\r
69  -----------------------\r
70 \r
71 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)\r
72  * All rights reserved.\r
73  *\r
74  * This package is an SSL implementation written\r
75  * by Eric Young (eay@cryptsoft.com).\r
76  * The implementation was written so as to conform with Netscapes SSL.\r
77  * \r
78  * This library is free for commercial and non-commercial use as long as\r
79  * the following conditions are aheared to.  The following conditions\r
80  * apply to all code found in this distribution, be it the RC4, RSA,\r
81  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation\r
82  * included with this distribution is covered by the same copyright terms\r
83  * except that the holder is Tim Hudson (tjh@cryptsoft.com).\r
84  * \r
85  * Copyright remains Eric Young's, and as such any Copyright notices in\r
86  * the code are not to be removed.\r
87  * If this package is used in a product, Eric Young should be given attribution\r
88  * as the author of the parts of the library used.\r
89  * This can be in the form of a textual message at program startup or\r
90  * in documentation (online or textual) provided with the package.\r
91  * \r
92  * Redistribution and use in source and binary forms, with or without\r
93  * modification, are permitted provided that the following conditions\r
94  * are met:\r
95  * 1. Redistributions of source code must retain the copyright\r
96  *    notice, this list of conditions and the following disclaimer.\r
97  * 2. Redistributions in binary form must reproduce the above copyright\r
98  *    notice, this list of conditions and the following disclaimer in the\r
99  *    documentation and/or other materials provided with the distribution.\r
100  * 3. All advertising materials mentioning features or use of this software\r
101  *    must display the following acknowledgement:\r
102  *    "This product includes cryptographic software written by\r
103  *     Eric Young (eay@cryptsoft.com)"\r
104  *    The word 'cryptographic' can be left out if the rouines from the library\r
105  *    being used are not cryptographic related :-).\r
106  * 4. If you include any Windows specific code (or a derivative thereof) from \r
107  *    the apps directory (application code) you must include an acknowledgement:\r
108  *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"\r
109  * \r
110  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND\r
111  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\r
112  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\r
113  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE\r
114  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
115  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
116  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
117  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\r
118  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\r
119  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\r
120  * SUCH DAMAGE.\r
121  * \r
122  * The licence and distribution terms for any publically available version or\r
123  * derivative of this code cannot be changed.  i.e. this code cannot simply be\r
124  * copied and put under another distribution licence\r
125  * [including the GNU Public Licence.]\r
126  */\r
127 \r