summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--bounce.c4
-rw-r--r--bounce.h4
-rw-r--r--client.c4
-rw-r--r--config.c4
-rw-r--r--dispatch.c4
-rw-r--r--local.c4
-rw-r--r--ring.c4
-rw-r--r--server.c4
-rw-r--r--state.c4
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.
  */