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