aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib/SBO/Lib/Download.pm
diff options
context:
space:
mode:
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib/Download.pm')
-rw-r--r--SBO-Lib/lib/SBO/Lib/Download.pm14
1 files changed, 0 insertions, 14 deletions
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;