|
2 | 2 | LICENSE ISSUES |
3 | 3 | ============== |
4 | 4 |
|
5 | | - The OpenSSL toolkit stays under a dual license, i.e. both the conditions of |
| 5 | + The OpenSSL toolkit stays under a double license, i.e. both the conditions of |
6 | 6 | the OpenSSL License and the original SSLeay license apply to the toolkit. |
7 | | - See below for the actual license texts. Actually both licenses are BSD-style |
8 | | - Open Source licenses. In case of any license issues related to OpenSSL |
9 | | - |
| 7 | + See below for the actual license texts. |
10 | 8 |
|
11 | 9 | OpenSSL License |
12 | 10 | --------------- |
13 | 11 |
|
14 | 12 | /* ==================================================================== |
15 | | - * Copyright (c) 1998-2016 The OpenSSL Project. All rights reserved. |
| 13 | + * Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved. |
16 | 14 | * |
17 | 15 | * Redistribution and use in source and binary forms, with or without |
18 | 16 | * modification, are permitted provided that the following conditions |
19 | 17 | * are met: |
20 | 18 | * |
21 | 19 | * 1. Redistributions of source code must retain the above copyright |
22 | | - * notice, this list of conditions and the following disclaimer. |
| 20 | + * notice, this list of conditions and the following disclaimer. |
23 | 21 | * |
24 | 22 | * 2. Redistributions in binary form must reproduce the above copyright |
25 | 23 | * notice, this list of conditions and the following disclaimer in |
|
74 | 72 | * This package is an SSL implementation written |
75 | 73 | * by Eric Young ( [email protected]). |
76 | 74 | * The implementation was written so as to conform with Netscapes SSL. |
77 | | - * |
| 75 | + * |
78 | 76 | * This library is free for commercial and non-commercial use as long as |
79 | 77 | * the following conditions are aheared to. The following conditions |
80 | 78 | * apply to all code found in this distribution, be it the RC4, RSA, |
81 | 79 | * lhash, DES, etc., code; not just the SSL code. The SSL documentation |
82 | 80 | * included with this distribution is covered by the same copyright terms |
83 | 81 | * except that the holder is Tim Hudson ( [email protected]). |
84 | | - * |
| 82 | + * |
85 | 83 | * Copyright remains Eric Young's, and as such any Copyright notices in |
86 | 84 | * the code are not to be removed. |
87 | 85 | * If this package is used in a product, Eric Young should be given attribution |
88 | 86 | * as the author of the parts of the library used. |
89 | 87 | * This can be in the form of a textual message at program startup or |
90 | 88 | * in documentation (online or textual) provided with the package. |
91 | | - * |
| 89 | + * |
92 | 90 | * Redistribution and use in source and binary forms, with or without |
93 | 91 | * modification, are permitted provided that the following conditions |
94 | 92 | * are met: |
|
103 | 101 | |
104 | 102 | * The word 'cryptographic' can be left out if the rouines from the library |
105 | 103 | * being used are not cryptographic related :-). |
106 | | - * 4. If you include any Windows specific code (or a derivative thereof) from |
| 104 | + * 4. If you include any Windows specific code (or a derivative thereof) from |
107 | 105 | * the apps directory (application code) you must include an acknowledgement: |
108 | 106 | * "This product includes software written by Tim Hudson ( [email protected])" |
109 | | - * |
| 107 | + * |
110 | 108 | * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND |
111 | 109 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
112 | 110 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
|
118 | 116 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
119 | 117 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
120 | 118 | * SUCH DAMAGE. |
121 | | - * |
| 119 | + * |
122 | 120 | * The licence and distribution terms for any publically available version or |
123 | 121 | * derivative of this code cannot be changed. i.e. this code cannot simply be |
124 | 122 | * copied and put under another distribution licence |
|
0 commit comments