summaryrefslogtreecommitdiff
path: root/libre/cowsay/0005-clarify-licensing.patch
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2023-03-20 09:18:40 -0400
committerbill-auger <mr.j.spam.me@gmail.com>2023-03-23 23:44:00 -0400
commitc9e01b9dfc083a5e1dd8d83347cdfe888a67b098 (patch)
tree8e1576ecaf238541810c96a6908de03de069fdfc /libre/cowsay/0005-clarify-licensing.patch
parentf0b60c185ab5b57a5c8c2adc4fc8e2fd0290f003 (diff)
[cowsay]: upgrade to v3.04
changed upstream to same as arch added mksource() to remove dubious cows
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..1a86b6910
--- /dev/null
+++ b/libre/cowsay/0005-clarify-licensing.patch
@@ -0,0 +1,44 @@
+From 7af7b4b7c7752c07735613684921c025caa08a4a 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 8c8d45a..a7e281a 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
+