diff options
Diffstat (limited to 'SBO-Lib')
-rw-r--r-- | SBO-Lib/lib/SBO/Lib.pm | 19 | ||||
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Build.pm | 14 | ||||
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Download.pm | 14 | ||||
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Info.pm | 14 | ||||
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Pkgs.pm | 14 | ||||
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Readme.pm | 14 | ||||
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Repo.pm | 14 | ||||
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Tree.pm | 14 | ||||
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Util.pm | 16 |
9 files changed, 0 insertions, 133 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index 63f52bf..ae67b23 100644 --- a/SBO-Lib/lib/SBO/Lib.pm +++ b/SBO-Lib/lib/SBO/Lib.pm @@ -5,11 +5,6 @@ # Lib.pm # shared functions for the sbo_ scripts. # -# authors: Jacob Pipkin <j@dawnrazor.net> -# Luke Williams <xocel@iquidus.org> -# Andreas Guldstrand <andreas.guldstrand@gmail.com> -# maintainer: Slack Coder <slackcoder@server.ky> - use 5.16.0; use strict; use warnings FATAL => 'all'; @@ -99,20 +94,6 @@ unless ($< == 0) { exit _ERR_USAGE; } -=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 - 'ok'; __END__ 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 <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 - 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 <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 - # 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 <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; 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 <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; 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 <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; 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 <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; 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 <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; 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; |