Blame SOURCES/openssl-pkcs11-0.4.8-openssl-license-update.patch

61e0f4
From 218edd6df9f9546eb0b6f55fbcff07a1aa4763c6 Mon Sep 17 00:00:00 2001
61e0f4
From: =?UTF-8?q?Micha=C5=82=20Trojnara?= <Michal.Trojnara@stunnel.org>
61e0f4
Date: Sat, 1 Sep 2018 06:26:43 +0200
61e0f4
Subject: [PATCH 15/23] Updated OpenSSL license in the engine front-end
61e0f4
61e0f4
The OpenSSL team has decided to re-license their library.
61e0f4
This commit propagates the license change to our derived code.
61e0f4
---
61e0f4
 src/eng_front.c | 65 +++++++------------------------------------------
61e0f4
 1 file changed, 9 insertions(+), 56 deletions(-)
61e0f4
61e0f4
diff --git a/src/eng_front.c b/src/eng_front.c
61e0f4
index 286aaa9..95c2b03 100644
61e0f4
--- a/src/eng_front.c
61e0f4
+++ b/src/eng_front.c
61e0f4
@@ -1,63 +1,16 @@
61e0f4
-/* crypto/engine/hw_pkcs11.c */
61e0f4
-/* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
61e0f4
+/*
61e0f4
+ * Copyright 1999-2001 The OpenSSL Project Authors. All Rights Reserved.
61e0f4
+ * Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
61e0f4
  * project 2000.
61e0f4
+ * Portions Copyright (c) 2003 Kevin Stefanik (kstef@mtppi.org)
61e0f4
  * Copied/modified by Kevin Stefanik (kstef@mtppi.org) for the OpenSC
61e0f4
  * project 2003.
61e0f4
- * Copyright (c) 2017 Michał Trojnara
61e0f4
- */
61e0f4
-/* ====================================================================
61e0f4
- * Copyright (c) 1999-2001 The OpenSSL Project.  All rights reserved.
61e0f4
- * Portions Copyright (c) 2003 Kevin Stefanik (kstef@mtppi.org)
61e0f4
- *
61e0f4
- * Redistribution and use in source and binary forms, with or without
61e0f4
- * modification, are permitted provided that the following conditions
61e0f4
- * are met:
61e0f4
- *
61e0f4
- * 1. Redistributions of source code must retain the above copyright
61e0f4
- *    notice, this list of conditions and the following disclaimer.
61e0f4
- *
61e0f4
- * 2. Redistributions in binary form must reproduce the above copyright
61e0f4
- *    notice, this list of conditions and the following disclaimer in
61e0f4
- *    the documentation and/or other materials provided with the
61e0f4
- *    distribution.
61e0f4
- *
61e0f4
- * 3. All advertising materials mentioning features or use of this
61e0f4
- *    software must display the following acknowledgment:
61e0f4
- *    "This product includes software developed by the OpenSSL Project
61e0f4
- *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
61e0f4
- *
61e0f4
- * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
61e0f4
- *    endorse or promote products derived from this software without
61e0f4
- *    prior written permission. For written permission, please contact
61e0f4
- *    licensing@OpenSSL.org.
61e0f4
- *
61e0f4
- * 5. Products derived from this software may not be called "OpenSSL"
61e0f4
- *    nor may "OpenSSL" appear in their names without prior written
61e0f4
- *    permission of the OpenSSL Project.
61e0f4
- *
61e0f4
- * 6. Redistributions of any form whatsoever must retain the following
61e0f4
- *    acknowledgment:
61e0f4
- *    "This product includes software developed by the OpenSSL Project
61e0f4
- *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
61e0f4
- *
61e0f4
- * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
61e0f4
- * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
61e0f4
- * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
61e0f4
- * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
61e0f4
- * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
61e0f4
- * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
61e0f4
- * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
61e0f4
- * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
61e0f4
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
61e0f4
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
61e0f4
- * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
61e0f4
- * OF THE POSSIBILITY OF SUCH DAMAGE.
61e0f4
- * ====================================================================
61e0f4
- *
61e0f4
- * This product includes cryptographic software written by Eric Young
61e0f4
- * (eay@cryptsoft.com).  This product includes software written by Tim
61e0f4
- * Hudson (tjh@cryptsoft.com).
61e0f4
+ * Copyright (c) 2016-2018 Michał Trojnara
61e0f4
  *
61e0f4
+ * Licensed under the OpenSSL license (the "License").  You may not use
61e0f4
+ * this file except in compliance with the License.  You can obtain a copy
61e0f4
+ * in the file LICENSE in the source distribution or at
61e0f4
+ * https://www.openssl.org/source/license.html
61e0f4
  */
61e0f4
 
61e0f4
 #include "engine.h"
61e0f4
-- 
61e0f4
2.17.1
61e0f4