os/security/securityanddataprivacytools/securitytools/certapp/utils/openssl_license.cpp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/security/securityanddataprivacytools/securitytools/certapp/utils/openssl_license.cpp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,146 @@
     1.4 +/*
     1.5 +* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of the License "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +*
    1.19 +*/
    1.20 +
    1.21 +#include "openssl_license.h"
    1.22 +const char * const openssl_license = "\n\
    1.23 +  LICENSE ISSUES\n\
    1.24 +  ==============\n\
    1.25 +\n\
    1.26 +  The OpenSSL toolkit stays under a dual license, i.e. both the conditions of\n\
    1.27 +  the OpenSSL License and the original SSLeay license apply to the toolkit.\n\
    1.28 +  See below for the actual license texts. Actually both licenses are BSD-style\n\
    1.29 +  Open Source licenses. In case of any license issues related to OpenSSL\n\
    1.30 +  please contact openssl-core@openssl.org.\n\
    1.31 +\n\
    1.32 +  OpenSSL License\n\
    1.33 +  ---------------\n\
    1.34 +\n\
    1.35 +/* ====================================================================\n\
    1.36 + * Copyright (c) 1998-2003 The OpenSSL Project.  All rights reserved.\n\
    1.37 + *\n\
    1.38 + * Redistribution and use in source and binary forms, with or without\n\
    1.39 + * modification, are permitted provided that the following conditions\n\
    1.40 + * are met:\n\
    1.41 + *\n\
    1.42 + * 1. Redistributions of source code must retain the above copyright\n\
    1.43 + *    notice, this list of conditions and the following disclaimer.\n\
    1.44 + *\n\
    1.45 + * 2. Redistributions in binary form must reproduce the above copyright\n\
    1.46 + *    notice, this list of conditions and the following disclaimer in\n\
    1.47 + *    the documentation and/or other materials provided with the\n\
    1.48 + *    distribution.\n\
    1.49 + *\n\
    1.50 + * 3. All advertising materials mentioning features or use of this\n\
    1.51 + *    software must display the following acknowledgment:\n\
    1.52 + *    \"This product includes software developed by the OpenSSL Project\n\
    1.53 + *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)\"\n\
    1.54 + *\n\
    1.55 + * 4. The names \"OpenSSL Toolkit\" and \"OpenSSL Project\" must not be used to\n\
    1.56 + *    endorse or promote products derived from this software without\n\
    1.57 + *    prior written permission. For written permission, please contact\n\
    1.58 + *    openssl-core@openssl.org.\n\
    1.59 + *\n\
    1.60 + * 5. Products derived from this software may not be called \"OpenSSL\"\n\
    1.61 + *    nor may \"OpenSSL\" appear in their names without prior written\n\
    1.62 + *    permission of the OpenSSL Project.\n\
    1.63 + *\n\
    1.64 + * 6. Redistributions of any form whatsoever must retain the following\n\
    1.65 + *    acknowledgment:\n\
    1.66 + *    \"This product includes software developed by the OpenSSL Project\n\
    1.67 + *    for use in the OpenSSL Toolkit (http://www.openssl.org/)\"\n\
    1.68 + *\n\
    1.69 + * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY\n\
    1.70 + * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n\
    1.71 + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\n\
    1.72 + * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR\n\
    1.73 + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n\
    1.74 + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT\n\
    1.75 + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;\n\
    1.76 + * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n\
    1.77 + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\n\
    1.78 + * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)\n\
    1.79 + * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED\n\
    1.80 + * OF THE POSSIBILITY OF SUCH DAMAGE.\n\
    1.81 + * ====================================================================\n\
    1.82 + *\n\
    1.83 + * This product includes cryptographic software written by Eric Young\n\
    1.84 + * (eay@cryptsoft.com).  This product includes software written by Tim\n\
    1.85 + * Hudson (tjh@cryptsoft.com).\n\
    1.86 + *\n\
    1.87 + */\n\
    1.88 +\n\
    1.89 + Original SSLeay License\n\
    1.90 + -----------------------\n\
    1.91 +\n\
    1.92 +/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)\n\
    1.93 + * All rights reserved.\n\
    1.94 + *\n\
    1.95 + * This package is an SSL implementation written\n\
    1.96 + * by Eric Young (eay@cryptsoft.com).\n\
    1.97 + * The implementation was written so as to conform with Netscapes SSL.\n\
    1.98 + *\n\
    1.99 + * This library is free for commercial and non-commercial use as long as\n\
   1.100 + * the following conditions are aheared to.  The following conditions\n\
   1.101 + * apply to all code found in this distribution, be it the RC4, RSA,\n\
   1.102 + * lhash, DES, etc., code; not just the SSL code.  The SSL documentation\n\
   1.103 + * included with this distribution is covered by the same copyright terms\n\
   1.104 + * except that the holder is Tim Hudson (tjh@cryptsoft.com).\n\
   1.105 + *\n\
   1.106 + * Copyright remains Eric Young's, and as such any Copyright notices in\n\
   1.107 + * the code are not to be removed.\n\
   1.108 + * If this package is used in a product, Eric Young should be given attribution\n\
   1.109 + * as the author of the parts of the library used.\n\
   1.110 + * This can be in the form of a textual message at program startup or\n\
   1.111 + * in documentation (online or textual) provided with the package.\n\
   1.112 + *\n\
   1.113 + * Redistribution and use in source and binary forms, with or without\n\
   1.114 + * modification, are permitted provided that the following conditions\n\
   1.115 + * are met:\n\
   1.116 + * 1. Redistributions of source code must retain the copyright\n\
   1.117 + *    notice, this list of conditions and the following disclaimer.\n\
   1.118 + * 2. Redistributions in binary form must reproduce the above copyright\n\
   1.119 + *    notice, this list of conditions and the following disclaimer in the\n\
   1.120 + *    documentation and/or other materials provided with the distribution.\n\
   1.121 + * 3. All advertising materials mentioning features or use of this software\n\
   1.122 + *    must display the following acknowledgement:\n\
   1.123 + *    \"This product includes cryptographic software written by\n\
   1.124 + *     Eric Young (eay@cryptsoft.com)\"\n\
   1.125 + *    The word 'cryptographic' can be left out if the rouines from the library\n\
   1.126 + *    being used are not cryptographic related :-).\n\
   1.127 + * 4. If you include any Windows specific code (or a derivative thereof) from\n\
   1.128 + *    the apps directory (application code) you must include an acknowledgement:\n\
   1.129 + *    \"This product includes software written by Tim Hudson (tjh@cryptsoft.com)\"\n\
   1.130 + *\n\
   1.131 + * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND\n\
   1.132 + * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\n\
   1.133 + * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE\n\
   1.134 + * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE\n\
   1.135 + * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\n\
   1.136 + * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\n\
   1.137 + * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\n\
   1.138 + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT\n\
   1.139 + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY\n\
   1.140 + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF\n\
   1.141 + * SUCH DAMAGE.\n\
   1.142 + *\n\
   1.143 + * The licence and distribution terms for any publically available version or\n\
   1.144 + * derivative of this code cannot be changed.  i.e. this code cannot simply be\n\
   1.145 + * copied and put under another distribution licence\n\
   1.146 + * [including the GNU Public Licence.]\n\
   1.147 + */\n";
   1.148 +
   1.149 +// End of file