Warning, /sdk/kdesvn/COPYING.OpenSSL is written in an unsupported language. File is not indexed.
0001 0002 LICENSE ISSUES 0003 ============== 0004 0005 The OpenSSL toolkit stays under a dual license, i.e. both the conditions of 0006 the OpenSSL License and the original SSLeay license apply to the toolkit. 0007 See below for the actual license texts. Actually both licenses are BSD-style 0008 Open Source licenses. In case of any license issues related to OpenSSL 0009 please contact openssl-core@openssl.org. 0010 0011 OpenSSL License 0012 --------------- 0013 0014 /* ==================================================================== 0015 * Copyright (c) 1998-2005 The OpenSSL Project. All rights reserved. 0016 * 0017 * Redistribution and use in source and binary forms, with or without 0018 * modification, are permitted provided that the following conditions 0019 * are met: 0020 * 0021 * 1. Redistributions of source code must retain the above copyright 0022 * notice, this list of conditions and the following disclaimer. 0023 * 0024 * 2. Redistributions in binary form must reproduce the above copyright 0025 * notice, this list of conditions and the following disclaimer in 0026 * the documentation and/or other materials provided with the 0027 * distribution. 0028 * 0029 * 3. All advertising materials mentioning features or use of this 0030 * software must display the following acknowledgment: 0031 * "This product includes software developed by the OpenSSL Project 0032 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" 0033 * 0034 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to 0035 * endorse or promote products derived from this software without 0036 * prior written permission. For written permission, please contact 0037 * openssl-core@openssl.org. 0038 * 0039 * 5. Products derived from this software may not be called "OpenSSL" 0040 * nor may "OpenSSL" appear in their names without prior written 0041 * permission of the OpenSSL Project. 0042 * 0043 * 6. Redistributions of any form whatsoever must retain the following 0044 * acknowledgment: 0045 * "This product includes software developed by the OpenSSL Project 0046 * for use in the OpenSSL Toolkit (http://www.openssl.org/)" 0047 * 0048 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY 0049 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 0050 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 0051 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR 0052 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 0053 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 0054 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 0055 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 0056 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 0057 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 0058 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 0059 * OF THE POSSIBILITY OF SUCH DAMAGE. 0060 * ==================================================================== 0061 * 0062 * This product includes cryptographic software written by Eric Young 0063 * (eay@cryptsoft.com). This product includes software written by Tim 0064 * Hudson (tjh@cryptsoft.com). 0065 * 0066 */ 0067 0068 Original SSLeay License 0069 ----------------------- 0070 0071 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 0072 * All rights reserved. 0073 * 0074 * This package is an SSL implementation written 0075 * by Eric Young (eay@cryptsoft.com). 0076 * The implementation was written so as to conform with Netscapes SSL. 0077 * 0078 * This library is free for commercial and non-commercial use as long as 0079 * the following conditions are aheared to. The following conditions 0080 * apply to all code found in this distribution, be it the RC4, RSA, 0081 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 0082 * included with this distribution is covered by the same copyright terms 0083 * except that the holder is Tim Hudson (tjh@cryptsoft.com). 0084 * 0085 * Copyright remains Eric Young's, and as such any Copyright notices in 0086 * the code are not to be removed. 0087 * If this package is used in a product, Eric Young should be given attribution 0088 * as the author of the parts of the library used. 0089 * This can be in the form of a textual message at program startup or 0090 * in documentation (online or textual) provided with the package. 0091 * 0092 * Redistribution and use in source and binary forms, with or without 0093 * modification, are permitted provided that the following conditions 0094 * are met: 0095 * 1. Redistributions of source code must retain the copyright 0096 * notice, this list of conditions and the following disclaimer. 0097 * 2. Redistributions in binary form must reproduce the above copyright 0098 * notice, this list of conditions and the following disclaimer in the 0099 * documentation and/or other materials provided with the distribution. 0100 * 3. All advertising materials mentioning features or use of this software 0101 * must display the following acknowledgement: 0102 * "This product includes cryptographic software written by 0103 * Eric Young (eay@cryptsoft.com)" 0104 * The word 'cryptographic' can be left out if the rouines from the library 0105 * being used are not cryptographic related :-). 0106 * 4. If you include any Windows specific code (or a derivative thereof) from 0107 * the apps directory (application code) you must include an acknowledgement: 0108 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" 0109 * 0110 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND 0111 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 0112 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 0113 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE 0114 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 0115 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 0116 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 0117 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 0118 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 0119 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 0120 * SUCH DAMAGE. 0121 * 0122 * The licence and distribution terms for any publically available version or 0123 * derivative of this code cannot be changed. i.e. this code cannot simply be 0124 * copied and put under another distribution licence 0125 * [including the GNU Public Licence.] 0126 */ 0127