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/Build.pm | 14 -------------- SBO-Lib/lib/SBO/Lib/Download.pm | 14 -------------- SBO-Lib/lib/SBO/Lib/Info.pm | 14 -------------- SBO-Lib/lib/SBO/Lib/Pkgs.pm | 14 -------------- SBO-Lib/lib/SBO/Lib/Readme.pm | 14 -------------- SBO-Lib/lib/SBO/Lib/Repo.pm | 14 -------------- SBO-Lib/lib/SBO/Lib/Tree.pm | 14 -------------- SBO-Lib/lib/SBO/Lib/Util.pm | 16 ---------------- 8 files changed, 114 deletions(-) (limited to 'SBO-Lib/lib/SBO/Lib') diff --git a/SBO-Lib/lib/SBO/Lib/Build.pm b/SBO-Lib/lib/SBO/Lib/Build.pm index 7d38e3c..e6aa66b 100644 --- a/SBO-Lib/lib/SBO/Lib/Build.pm +++ b/SBO-Lib/lib/SBO/Lib/Build.pm @@ -752,20 +752,6 @@ sub run_tee { return $out, $ret; } -=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 - sub _build_queue { my ($sbos, $warnings) = @_; my @queue = @$sbos; diff --git a/SBO-Lib/lib/SBO/Lib/Download.pm b/SBO-Lib/lib/SBO/Lib/Download.pm index fa3ba4a..38e910a 100644 --- a/SBO-Lib/lib/SBO/Lib/Download.pm +++ b/SBO-Lib/lib/SBO/Lib/Download.pm @@ -286,20 +286,6 @@ sub verify_distfile { return $info_md5 eq $md5sum ? 1 : 0; } -=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 - # given a link, grab the filename from it and prepend $distfiles sub _get_fname { my $fn = shift; diff --git a/SBO-Lib/lib/SBO/Lib/Info.pm b/SBO-Lib/lib/SBO/Lib/Info.pm index 4d5f8e1..6b7fc7c 100644 --- a/SBO-Lib/lib/SBO/Lib/Info.pm +++ b/SBO-Lib/lib/SBO/Lib/Info.pm @@ -231,18 +231,4 @@ sub parse_info { } -=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; diff --git a/SBO-Lib/lib/SBO/Lib/Pkgs.pm b/SBO-Lib/lib/SBO/Lib/Pkgs.pm index fef9d2f..46a56cc 100644 --- a/SBO-Lib/lib/SBO/Lib/Pkgs.pm +++ b/SBO-Lib/lib/SBO/Lib/Pkgs.pm @@ -195,18 +195,4 @@ sub get_local_outdated_versions { return @outdated; } -=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; diff --git a/SBO-Lib/lib/SBO/Lib/Readme.pm b/SBO-Lib/lib/SBO/Lib/Readme.pm index 7c36a90..c3a51c7 100644 --- a/SBO-Lib/lib/SBO/Lib/Readme.pm +++ b/SBO-Lib/lib/SBO/Lib/Readme.pm @@ -217,18 +217,4 @@ sub user_prompt { return $cmds, $opts; } -=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; diff --git a/SBO-Lib/lib/SBO/Lib/Repo.pm b/SBO-Lib/lib/SBO/Lib/Repo.pm index 82758fd..35ed4c9 100644 --- a/SBO-Lib/lib/SBO/Lib/Repo.pm +++ b/SBO-Lib/lib/SBO/Lib/Repo.pm @@ -369,18 +369,4 @@ sub update_tree { pull_sbo_tree(), return 1; } -=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; diff --git a/SBO-Lib/lib/SBO/Lib/Tree.pm b/SBO-Lib/lib/SBO/Lib/Tree.pm index 8dce930..533cbed 100644 --- a/SBO-Lib/lib/SBO/Lib/Tree.pm +++ b/SBO-Lib/lib/SBO/Lib/Tree.pm @@ -158,18 +158,4 @@ sub is_local { return !!$local{$sbo}; } -=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; 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