Blame LICENSE

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