0005-clarify-licensing.patch 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. From cf2c880bda21967d1b1f36eeed4e73fee7570ea5 Mon Sep 17 00:00:00 2001
  2. From: bill-auger <mr.j.spam.me@gmail.com>
  3. Date: Wed, 22 Mar 2023 12:05:25 -0400
  4. Subject: [PATCH 5/5] clarify licensing
  5. this was clearly the author's intention, per the last changelog entry
  6. > 3.04 24 June 2016
  7. > - Licensing terms have changed to GPLv3.
  8. ---
  9. cowsay | 3 ++-
  10. cowsay.1 | 3 +++
  11. 2 files changed, 5 insertions(+), 1 deletion(-)
  12. diff --git a/cowsay b/cowsay
  13. index aa356df..e05d20b 100755
  14. --- a/cowsay
  15. +++ b/cowsay
  16. @@ -1,7 +1,8 @@
  17. #%BANGPERL%
  18. ##
  19. -## Cowsay 3.03
  20. +## Cowsay 3.04
  21. +## SPDX-License-Identifier: GPL-3.0-only
  22. ##
  23. ## This file is part of cowsay. (c) 1999-2000 Tony Monroe.
  24. ## - animation feature: (c) 2023 bill-auger <bill-auger@programmer.net>
  25. diff --git a/cowsay.1 b/cowsay.1
  26. index 84760b4..7a6c423 100644
  27. --- a/cowsay.1
  28. +++ b/cowsay.1
  29. @@ -202,5 +202,8 @@ If there are any, please notify the author at the address below.
  30. Tony Monroe (tony@nog.net), with suggestions from Shannon
  31. Appel (appel@CSUA.Berkeley.EDU) and contributions from Anthony Polito
  32. (aspolito@CSUA.Berkeley.EDU).
  33. +Animation feature by Bill Auger <bill-auger@programmer.net>.
  34. +.SH LICENSE
  35. +GPLv3
  36. .SH SEE ALSO
  37. perl(1), wall(1), nwrite(1), figlet(6)
  38. --
  39. 2.40.0