diff options
Diffstat (limited to 'SBO-Lib/lib/SBO/Lib.pm')
-rw-r--r-- | SBO-Lib/lib/SBO/Lib.pm | 19 |
1 files changed, 0 insertions, 19 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__ |