Blame LICENSE

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