sl@0: /* sl@0: * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of the License "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * sl@0: */ sl@0: sl@0: #include "openssl_license.h" sl@0: const char * const openssl_license = "\n\ sl@0: LICENSE ISSUES\n\ sl@0: ==============\n\ sl@0: \n\ sl@0: The OpenSSL toolkit stays under a dual license, i.e. both the conditions of\n\ sl@0: the OpenSSL License and the original SSLeay license apply to the toolkit.\n\ sl@0: See below for the actual license texts. Actually both licenses are BSD-style\n\ sl@0: Open Source licenses. In case of any license issues related to OpenSSL\n\ sl@0: please contact openssl-core@openssl.org.\n\ sl@0: \n\ sl@0: OpenSSL License\n\ sl@0: ---------------\n\ sl@0: \n\ sl@0: /* ====================================================================\n\ sl@0: * Copyright (c) 1998-2003 The OpenSSL Project. All rights reserved.\n\ sl@0: *\n\ sl@0: * Redistribution and use in source and binary forms, with or without\n\ sl@0: * modification, are permitted provided that the following conditions\n\ sl@0: * are met:\n\ sl@0: *\n\ sl@0: * 1. Redistributions of source code must retain the above copyright\n\ sl@0: * notice, this list of conditions and the following disclaimer.\n\ sl@0: *\n\ sl@0: * 2. Redistributions in binary form must reproduce the above copyright\n\ sl@0: * notice, this list of conditions and the following disclaimer in\n\ sl@0: * the documentation and/or other materials provided with the\n\ sl@0: * distribution.\n\ sl@0: *\n\ sl@0: * 3. All advertising materials mentioning features or use of this\n\ sl@0: * software must display the following acknowledgment:\n\ sl@0: * \"This product includes software developed by the OpenSSL Project\n\ sl@0: * for use in the OpenSSL Toolkit. (http://www.openssl.org/)\"\n\ sl@0: *\n\ sl@0: * 4. The names \"OpenSSL Toolkit\" and \"OpenSSL Project\" must not be used to\n\ sl@0: * endorse or promote products derived from this software without\n\ sl@0: * prior written permission. For written permission, please contact\n\ sl@0: * openssl-core@openssl.org.\n\ sl@0: *\n\ sl@0: * 5. Products derived from this software may not be called \"OpenSSL\"\n\ sl@0: * nor may \"OpenSSL\" appear in their names without prior written\n\ sl@0: * permission of the OpenSSL Project.\n\ sl@0: *\n\ sl@0: * 6. Redistributions of any form whatsoever must retain the following\n\ sl@0: * acknowledgment:\n\ sl@0: * \"This product includes software developed by the OpenSSL Project\n\ sl@0: * for use in the OpenSSL Toolkit (http://www.openssl.org/)\"\n\ sl@0: *\n\ sl@0: * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY\n\ sl@0: * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n\ sl@0: * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n\ sl@0: * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR\n\ sl@0: * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n\ sl@0: * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\n\ sl@0: * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\n\ sl@0: * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n\ sl@0: * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\n\ sl@0: * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\n\ sl@0: * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\n\ sl@0: * OF THE POSSIBILITY OF SUCH DAMAGE.\n\ sl@0: * ====================================================================\n\ sl@0: *\n\ sl@0: * This product includes cryptographic software written by Eric Young\n\ sl@0: * (eay@cryptsoft.com). This product includes software written by Tim\n\ sl@0: * Hudson (tjh@cryptsoft.com).\n\ sl@0: *\n\ sl@0: */\n\ sl@0: \n\ sl@0: Original SSLeay License\n\ sl@0: -----------------------\n\ sl@0: \n\ sl@0: /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)\n\ sl@0: * All rights reserved.\n\ sl@0: *\n\ sl@0: * This package is an SSL implementation written\n\ sl@0: * by Eric Young (eay@cryptsoft.com).\n\ sl@0: * The implementation was written so as to conform with Netscapes SSL.\n\ sl@0: *\n\ sl@0: * This library is free for commercial and non-commercial use as long as\n\ sl@0: * the following conditions are aheared to. The following conditions\n\ sl@0: * apply to all code found in this distribution, be it the RC4, RSA,\n\ sl@0: * lhash, DES, etc., code; not just the SSL code. The SSL documentation\n\ sl@0: * included with this distribution is covered by the same copyright terms\n\ sl@0: * except that the holder is Tim Hudson (tjh@cryptsoft.com).\n\ sl@0: *\n\ sl@0: * Copyright remains Eric Young's, and as such any Copyright notices in\n\ sl@0: * the code are not to be removed.\n\ sl@0: * If this package is used in a product, Eric Young should be given attribution\n\ sl@0: * as the author of the parts of the library used.\n\ sl@0: * This can be in the form of a textual message at program startup or\n\ sl@0: * in documentation (online or textual) provided with the package.\n\ sl@0: *\n\ sl@0: * Redistribution and use in source and binary forms, with or without\n\ sl@0: * modification, are permitted provided that the following conditions\n\ sl@0: * are met:\n\ sl@0: * 1. Redistributions of source code must retain the copyright\n\ sl@0: * notice, this list of conditions and the following disclaimer.\n\ sl@0: * 2. Redistributions in binary form must reproduce the above copyright\n\ sl@0: * notice, this list of conditions and the following disclaimer in the\n\ sl@0: * documentation and/or other materials provided with the distribution.\n\ sl@0: * 3. All advertising materials mentioning features or use of this software\n\ sl@0: * must display the following acknowledgement:\n\ sl@0: * \"This product includes cryptographic software written by\n\ sl@0: * Eric Young (eay@cryptsoft.com)\"\n\ sl@0: * The word 'cryptographic' can be left out if the rouines from the library\n\ sl@0: * being used are not cryptographic related :-).\n\ sl@0: * 4. If you include any Windows specific code (or a derivative thereof) from\n\ sl@0: * the apps directory (application code) you must include an acknowledgement:\n\ sl@0: * \"This product includes software written by Tim Hudson (tjh@cryptsoft.com)\"\n\ sl@0: *\n\ sl@0: * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND\n\ sl@0: * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n\ sl@0: * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n\ sl@0: * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE\n\ sl@0: * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n\ sl@0: * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n\ sl@0: * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n\ sl@0: * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n\ sl@0: * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n\ sl@0: * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n\ sl@0: * SUCH DAMAGE.\n\ sl@0: *\n\ sl@0: * The licence and distribution terms for any publically available version or\n\ sl@0: * derivative of this code cannot be changed. i.e. this code cannot simply be\n\ sl@0: * copied and put under another distribution licence\n\ sl@0: * [including the GNU Public Licence.]\n\ sl@0: */\n"; sl@0: sl@0: // End of file