summary refs log tree commit diff
path: root/ring.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-08-06 15:15:18 -0400
committerJune McEnroe <june@causal.agency>2020-08-06 15:15:18 -0400
commit92237b37e5ab0cd54f49e8a2f315f4c9f986dc0d (patch)
tree8b2539149d45e576ffb75bc8c31a7034ecdd1b7c /ring.c
parentMention LibreTLS in README (diff)
downloadpounce-92237b37e5ab0cd54f49e8a2f315f4c9f986dc0d.tar.gz
pounce-92237b37e5ab0cd54f49e8a2f315f4c9f986dc0d.zip
Say "OpenSSL" in additional permission notices
LibreSSL is "a modified version of that library".
Diffstat (limited to '')
-rw-r--r--ring.c4
1 files changed, 2 insertions, 2 deletions
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.
  */
 
-14Check for NULL copy or undo buffers in psfedJune McEnroe 2019-01-14Add cash.7 READMEJune McEnroe 2019-01-14Document old=new argument of fc -sJune McEnroe 2019-01-14Allow replacing empty string with fc old=newJune McEnroe 2019-01-13Enable warnings in libeditJune McEnroe 2019-01-13Show full path in RPS1June McEnroe 2019-01-13Shorten $HOME to ~ in prompt expansionJune McEnroe 2019-01-13Document PSlitJune McEnroe 2019-01-13Document PS0June McEnroe 2019-01-13Set PS0 in cashJune McEnroe 2019-01-13Add PS0June McEnroe 2019-01-13Change default ENV from cashrc to env.shJune McEnroe 2019-01-13Use colours in cash promptsJune McEnroe 2019-01-12Set PSlit like NetBSD shJune McEnroe 2019-01-12Install gnupg2 from pkgsrc and symlink gpgJune McEnroe 2019-01-12Reference cash builtin man pages in cash.1 SEE ALSOJune McEnroe 2019-01-12Restore cash builtin man page datesJune McEnroe 2019-01-12Use local libeditJune McEnroe 2019-01-12Replace libedit MakefileJune McEnroe 2019-01-11Import /usr/src/lib/libedit from NetBSD 8.0June McEnroe 2019-01-11Add PSlit for prompt escapesJune McEnroe 2019-01-11Don't make depend automaticallyJune McEnroe