123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- 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
|