commit b32b12e6b0cf743b2f8eaaa960ceebf0b0ec8e1b
parent 85c4f4ec3221123f66447acff60415e9a2cbf083
Author: Slack Coder <slackcoder@server.ky>
Date: Thu, 19 Dec 2024 14:15:24 -0500
Remove WTFPL references and consolidate
Keep it simple and list this in once place.
Diffstat:
11 files changed, 0 insertions(+), 140 deletions(-)
diff --git 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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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;
diff --git a/sbofind b/sbofind
@@ -5,11 +5,6 @@
# sbofind
# script to locate something in a local SlackBuilds tree.
#
-# authors: Jacob Pipkin <j@dawnrazor.net>
-# Luke Williams <xocel@iquidus.org>
-# Andreas Guldstrand <andreas.guldstrand@gmail.com>
-# license: WTFPL <http://sam.zoy.org/wtfpl/COPYING>
-
use 5.16.0;
use strict;
use warnings FATAL => 'all';
diff --git a/t/10-version.t b/t/10-version.t
@@ -18,8 +18,6 @@ make_slackbuilds_txt();
my $version = $SBO::Lib::VERSION;
my $ver_text = <<"VERSION";
sbotools version $version
-licensed under the WTFPL
-<http://sam.zoy.org/wtfpl/COPYING>
VERSION
# 1-8: test -v output of sbo* scripts