summaryrefslogtreecommitdiff
path: root/libre/cowsay/0005-clarify-licensing.patch
blob: 4f97716a3871f53a01810ba197213d144a4cfdbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
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