From e3cbe658c5655c923df294d12f13397a66958184 Mon Sep 17 00:00:00 2001 From: brian d foy Date: Sat, 11 Feb 2023 23:16:51 -0500 Subject: [PATCH] Make Tom C's programs licensed under "perl", like his others --- bin/man | 2 +- bin/tee | 2 +- bin/uudecode | 2 +- bin/uuencode | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/man b/bin/man index 0e531875..2b6a8608 100755 --- a/bin/man +++ b/bin/man @@ -5,7 +5,7 @@ Name: man Description: format and display the on-line manual page Author: Tom Christiansen, tchrist@perl.com -License: +License: perl =end metadata diff --git a/bin/tee b/bin/tee index b2469dc2..7bbb2f8d 100755 --- a/bin/tee +++ b/bin/tee @@ -5,7 +5,7 @@ Name: tee Description: pipe fitting Author: Tom Christiansen, tchrist@perl.com -License: +License: perl =end metadata diff --git a/bin/uudecode b/bin/uudecode index ad600be3..6886696e 100755 --- a/bin/uudecode +++ b/bin/uudecode @@ -7,7 +7,7 @@ Description: decode a binary file Author: Nick Ing-Simmons, nick@ni-s.u-net.com Author: Tom Christiansen, tchrist@perl.com Author: brian d foy, brian.d.foy@gmail.com -License: +License: perl =end metadata diff --git a/bin/uuencode b/bin/uuencode index d26230d1..9863f374 100755 --- a/bin/uuencode +++ b/bin/uuencode @@ -5,7 +5,7 @@ Name: uuencode Description: encode a binary file Author: Tom Christiansen, tchrist@perl.com -License: +License: perl =end metadata