summaryrefslogtreecommitdiff
path: root/libre/cowsay/0005-clarify-licensing.patch
diff options
context:
space:
mode:
Diffstat (limited to 'libre/cowsay/0005-clarify-licensing.patch')
-rw-r--r--libre/cowsay/0005-clarify-licensing.patch44
1 files changed, 44 insertions, 0 deletions
diff --git a/libre/cowsay/0005-clarify-licensing.patch b/libre/cowsay/0005-clarify-licensing.patch
new file mode 100644
index 000000000..4f97716a3
--- /dev/null
+++ b/libre/cowsay/0005-clarify-licensing.patch
@@ -0,0 +1,44 @@
+From cf2c880bda21967d1b1f36eeed4e73fee7570ea5 Mon Sep 17 00:00:00 2001
+From: bill-auger <mr.j.spam.me@gmail.com>
+Date: Wed, 22 Mar 2023 12:05:25 -0400
+Subject: [PATCH 5/5] clarify licensing
+
+this was clearly the author's intention, per the last changelog entry
+
+> 3.04 24 June 2016
+> - Licensing terms have changed to GPLv3.
+---
+ cowsay | 3 ++-
+ cowsay.1 | 3 +++
+ 2 files changed, 5 insertions(+), 1 deletion(-)
+
+diff --git a/cowsay b/cowsay
+index aa356df..e05d20b 100755
+--- a/cowsay
++++ b/cowsay
+@@ -1,7 +1,8 @@
+ #%BANGPERL%
+
+ ##
+-## Cowsay 3.03
++## Cowsay 3.04
++## SPDX-License-Identifier: GPL-3.0-only
+ ##
+ ## This file is part of cowsay. (c) 1999-2000 Tony Monroe.
+ ## - animation feature: (c) 2023 bill-auger <bill-auger@programmer.net>
+diff --git a/cowsay.1 b/cowsay.1
+index 84760b4..7a6c423 100644
+--- a/cowsay.1
++++ b/cowsay.1
+@@ -202,5 +202,8 @@ If there are any, please notify the author at the address below.
+ Tony Monroe (tony@nog.net), with suggestions from Shannon
+ Appel (appel@CSUA.Berkeley.EDU) and contributions from Anthony Polito
+ (aspolito@CSUA.Berkeley.EDU).
++Animation feature by Bill Auger <bill-auger@programmer.net>.
++.SH LICENSE
++GPLv3
+ .SH SEE ALSO
+ perl(1), wall(1), nwrite(1), figlet(6)
+--
+2.40.0
+