From b32b12e6b0cf743b2f8eaaa960ceebf0b0ec8e1b Mon Sep 17 00:00:00 2001 From: Slack Coder Date: Thu, 19 Dec 2024 14:15:24 -0500 Subject: Remove WTFPL references and consolidate Keep it simple and list this in once place. --- SBO-Lib/lib/SBO/Lib/Util.pm | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'SBO-Lib/lib/SBO/Lib/Util.pm') diff --git a/SBO-Lib/lib/SBO/Lib/Util.pm b/SBO-Lib/lib/SBO/Lib/Util.pm index b5049d7..d6327c1 100644 --- a/SBO-Lib/lib/SBO/Lib/Util.pm +++ b/SBO-Lib/lib/SBO/Lib/Util.pm @@ -466,8 +466,6 @@ There is no useful return value. sub show_version { say "sbotools version $SBO::Lib::VERSION"; - say 'licensed under the WTFPL'; - say ''; } =head2 slurp @@ -560,18 +558,4 @@ sub version_cmp { # by overriding its implementation for tests sub _race::cond { return } -=head1 AUTHORS - -SBO::Lib was originally written by Jacob Pipkin with -contributions from Luke Williams and Andreas -Guldstrand . - -=head1 LICENSE - -The sbotools are licensed under the WTFPL . - -Copyright (C) 2012-2017, Jacob Pipkin, Luke Williams, Andreas Guldstrand. - -=cut - 1; -- cgit v1.2.3