From 92237b37e5ab0cd54f49e8a2f315f4c9f986dc0d Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 6 Aug 2020 15:15:18 -0400 Subject: Say "OpenSSL" in additional permission notices LibreSSL is "a modified version of that library". --- bounce.c | 4 ++-- bounce.h | 4 ++-- client.c | 4 ++-- config.c | 4 ++-- dispatch.c | 4 ++-- local.c | 4 ++-- ring.c | 4 ++-- server.c | 4 ++-- state.c | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/bounce.c b/bounce.c index 2da86bc..682e2db 100644 --- a/bounce.c +++ b/bounce.c @@ -16,12 +16,12 @@ * Additional permission under GNU GPL version 3 section 7: * * If you modify this Program, or any covered work, by linking or - * combining it with LibreSSL (or a modified version of that library), + * combining it with OpenSSL (or a modified version of that library), * containing parts covered by the terms of the OpenSSL License and the * original SSLeay license, the licensors of this Program grant you * additional permission to convey the resulting work. Corresponding * Source for a non-source form of such a combination shall include the - * source code for the parts of LibreSSL used as well as that of the + * source code for the parts of OpenSSL used as well as that of the * covered work. */ diff --git a/bounce.h b/bounce.h index e4a65c7..8a9958f 100644 --- a/bounce.h +++ b/bounce.h @@ -16,12 +16,12 @@ * Additional permission under GNU GPL version 3 section 7: * * If you modify this Program, or any covered work, by linking or - * combining it with LibreSSL (or a modified version of that library), + * combining it with OpenSSL (or a modified version of that library), * containing parts covered by the terms of the OpenSSL License and the * original SSLeay license, the licensors of this Program grant you * additional permission to convey the resulting work. Corresponding * Source for a non-source form of such a combination shall include the - * source code for the parts of LibreSSL used as well as that of the + * source code for the parts of OpenSSL used as well as that of the * covered work. */ diff --git a/client.c b/client.c index 30174e9..4811867 100644 --- a/client.c +++ b/client.c @@ -16,12 +16,12 @@ * Additional permission under GNU GPL version 3 section 7: * * If you modify this Program, or any covered work, by linking or - * combining it with LibreSSL (or a modified version of that library), + * combining it with OpenSSL (or a modified version of that library), * containing parts covered by the terms of the OpenSSL License and the * original SSLeay license, the licensors of this Program grant you * additional permission to convey the resulting work. Corresponding * Source for a non-source form of such a combination shall include the - * source code for the parts of LibreSSL used as well as that of the + * source code for the parts of OpenSSL used as well as that of the * covered work. */ diff --git a/config.c b/config.c index 7850b86..4c58624 100644 --- a/config.c +++ b/config.c @@ -16,12 +16,12 @@ * Additional permission under GNU GPL version 3 section 7: * * If you modify this Program, or any covered work, by linking or - * combining it with LibreSSL (or a modified version of that library), + * combining it with OpenSSL (or a modified version of that library), * containing parts covered by the terms of the OpenSSL License and the * original SSLeay license, the licensors of this Program grant you * additional permission to convey the resulting work. Corresponding * Source for a non-source form of such a combination shall include the - * source code for the parts of LibreSSL used as well as that of the + * source code for the parts of OpenSSL used as well as that of the * covered work. */ diff --git a/dispatch.c b/dispatch.c index 2c052ef..f52aacd 100644 --- a/dispatch.c +++ b/dispatch.c @@ -16,12 +16,12 @@ * Additional permission under GNU GPL version 3 section 7: * * If you modify this Program, or any covered work, by linking or - * combining it with LibreSSL (or a modified version of that library), + * combining it with OpenSSL (or a modified version of that library), * containing parts covered by the terms of the OpenSSL License and the * original SSLeay license, the licensors of this Program grant you * additional permission to convey the resulting work. Corresponding * Source for a non-source form of such a combination shall include the - * source code for the parts of LibreSSL used as well as that of the + * source code for the parts of OpenSSL used as well as that of the * covered work. */ diff --git a/local.c b/local.c index 22e6f59..ad95a00 100644 --- a/local.c +++ b/local.c @@ -16,12 +16,12 @@ * Additional permission under GNU GPL version 3 section 7: * * If you modify this Program, or any covered work, by linking or - * combining it with LibreSSL (or a modified version of that library), + * combining it with OpenSSL (or a modified version of that library), * containing parts covered by the terms of the OpenSSL License and the * original SSLeay license, the licensors of this Program grant you * additional permission to convey the resulting work. Corresponding * Source for a non-source form of such a combination shall include the - * source code for the parts of LibreSSL used as well as that of the + * source code for the parts of OpenSSL used as well as that of the * covered work. */ diff --git a/ring.c b/ring.c index 8bc3048..e675526 100644 --- a/ring.c +++ b/ring.c @@ -16,12 +16,12 @@ * Additional permission under GNU GPL version 3 section 7: * * If you modify this Program, or any covered work, by linking or - * combining it with LibreSSL (or a modified version of that library), + * combining it with OpenSSL (or a modified version of that library), * containing parts covered by the terms of the OpenSSL License and the * original SSLeay license, the licensors of this Program grant you * additional permission to convey the resulting work. Corresponding * Source for a non-source form of such a combination shall include the - * source code for the parts of LibreSSL used as well as that of the + * source code for the parts of OpenSSL used as well as that of the * covered work. */ diff --git a/server.c b/server.c index 609e87e..1c87c2a 100644 --- a/server.c +++ b/server.c @@ -16,12 +16,12 @@ * Additional permission under GNU GPL version 3 section 7: * * If you modify this Program, or any covered work, by linking or - * combining it with LibreSSL (or a modified version of that library), + * combining it with OpenSSL (or a modified version of that library), * containing parts covered by the terms of the OpenSSL License and the * original SSLeay license, the licensors of this Program grant you * additional permission to convey the resulting work. Corresponding * Source for a non-source form of such a combination shall include the - * source code for the parts of LibreSSL used as well as that of the + * source code for the parts of OpenSSL used as well as that of the * covered work. */ diff --git a/state.c b/state.c index f35f29f..59a61ed 100644 --- a/state.c +++ b/state.c @@ -16,12 +16,12 @@ * Additional permission under GNU GPL version 3 section 7: * * If you modify this Program, or any covered work, by linking or - * combining it with LibreSSL (or a modified version of that library), + * combining it with OpenSSL (or a modified version of that library), * containing parts covered by the terms of the OpenSSL License and the * original SSLeay license, the licensors of this Program grant you * additional permission to convey the resulting work. Corresponding * Source for a non-source form of such a combination shall include the - * source code for the parts of LibreSSL used as well as that of the + * source code for the parts of OpenSSL used as well as that of the * covered work. */ -- cgit 1.4.1