aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib/SBO/Lib/Util.pm
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2024-12-19 14:15:24 -0500
committerSlack Coder <slackcoder@server.ky>2025-01-10 13:18:22 -0500
commitb32b12e6b0cf743b2f8eaaa960ceebf0b0ec8e1b (patch)
tree621fc69c90812dcc2b9a9c1eeb0888afe5f4f8bd /SBO-Lib/lib/SBO/Lib/Util.pm
parent85c4f4ec3221123f66447acff60415e9a2cbf083 (diff)
downloadsbotools2-b32b12e6b0cf743b2f8eaaa960ceebf0b0ec8e1b.tar.xz
Remove WTFPL references and consolidate
Keep it simple and list this in once place.
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib/Util.pm')
-rw-r--r--SBO-Lib/lib/SBO/Lib/Util.pm16
1 files changed, 0 insertions, 16 deletions
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 '<http://sam.zoy.org/wtfpl/COPYING>';
}
=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 <j@dawnrazor.net> with
-contributions from Luke Williams <xocel@iquidus.org> and Andreas
-Guldstrand <andreas.guldstrand@gmail.com>.
-
-=head1 LICENSE
-
-The sbotools are licensed under the WTFPL <http://sam.zoy.org/wtfpl/COPYING>.
-
-Copyright (C) 2012-2017, Jacob Pipkin, Luke Williams, Andreas Guldstrand.
-
-=cut
-
1;