From c8c2c477d4bdaf1e11e2a7a64dc5e453e132ac08 Mon Sep 17 00:00:00 2001 From: Jacob Pipkin Date: Fri, 30 Nov 2012 09:18:31 -0600 Subject: shared credit --- SBO-Lib/lib/SBO/Lib.pm | 6 ++---- man1/sbocheck.1 | 4 +++- man1/sboclean.1 | 2 ++ man1/sboconfig.1 | 4 +++- man1/sbofind.1 | 4 +++- man1/sboinstall.1 | 4 +++- man1/sbosnap.1 | 4 +++- man1/sboupgrade.1 | 4 +++- man5/sbotools.conf.5 | 4 +++- sbocheck | 3 ++- sboclean | 3 ++- sboconfig | 3 ++- sbofind | 5 ++--- sboinstall | 3 ++- sbosnap | 3 ++- sboupgrade | 3 ++- 16 files changed, 39 insertions(+), 20 deletions(-) diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm index a6c205e..e27647a 100644 --- a/SBO-Lib/lib/SBO/Lib.pm +++ b/SBO-Lib/lib/SBO/Lib.pm @@ -5,11 +5,9 @@ # Lib.pm # shared functions for the sbo_ scripts. # -# author: Jacob Pipkin -# date: Setting Orange, the 37th day of Discord in the YOLD 3178 +# authors: Jacob Pipkin +# Luke Williams # license: WTFPL -# -# modified by: Luke Williams use 5.16.0; use strict; diff --git a/man1/sbocheck.1 b/man1/sbocheck.1 index 59c2560..7d52488 100644 --- a/man1/sbocheck.1 +++ b/man1/sbocheck.1 @@ -25,6 +25,8 @@ None known, but there may be some. Please report any found to j@dawnrazor.net; p .SH SEE ALSO .P sboclean(1), sboconfig(1), sbofind(1), sboinstall(1), sboupgrade(1), sbosnap(1), sbotools.conf(5) -.SH AUTHOR +.SH AUTHORS .P Jacob Pipkin +.P +Luke Williams diff --git a/man1/sboclean.1 b/man1/sboclean.1 index 1bed44b..c2446c8 100644 --- a/man1/sboclean.1 +++ b/man1/sboclean.1 @@ -42,3 +42,5 @@ sbocheck(1), sboconfig(1), sbofind(1), sboinstall(1), sboupgrade(1), sbosnap(1), .SH AUTHOR .P Jacob Pipkin +.P +Luke Williams diff --git a/man1/sboconfig.1 b/man1/sboconfig.1 index b4f47da..0379124 100644 --- a/man1/sboconfig.1 +++ b/man1/sboconfig.1 @@ -55,6 +55,8 @@ None known, but there may be some. Please report any found to j@dawnrazor.net; p .SH SEE ALSO .P sbocheck(1), sboclean(1), sbofind(1), sboinstall(1), sboupgrade(1), sbosnap(1), sbotools.conf(5) -.SH AUTHOR +.SH AUTHORS .P Jacob Pipkin +.P +Luke Williams diff --git a/man1/sbofind.1 b/man1/sbofind.1 index f9973e4..ad8acfb 100644 --- a/man1/sbofind.1 +++ b/man1/sbofind.1 @@ -35,6 +35,8 @@ None known, but there may be some. Please report any found to j@dawnrazor.net; p .SH SEE ALSO .P sbocheck(1), sboclean(1), sboconfig(1), sboinstall(1), sboupgrade(1), sbosnap(1), sbotools.conf(5) -.SH AUTHOR +.SH AUTHORS .P Jacob Pipkin +.P +Luke Williams diff --git a/man1/sboinstall.1 b/man1/sboinstall.1 index 3f8fa91..46a9da8 100644 --- a/man1/sboinstall.1 +++ b/man1/sboinstall.1 @@ -60,6 +60,8 @@ None known, but there may be some. Please report any found to j@dawnrazor.net; p .SH SEE ALSO .P sbocheck(1), sboclean(1), sboconfig(1), sbofind(1), sbosnap(1), sboupgrade(1), sbotools.conf(5) -.SH AUTHOR +.SH AUTHORS .P Jacob Pipkin +.P +Luke Williams diff --git a/man1/sbosnap.1 b/man1/sbosnap.1 index dba3d0c..e8f71b2 100644 --- a/man1/sbosnap.1 +++ b/man1/sbosnap.1 @@ -36,6 +36,8 @@ None known, but there may be some. Please report any found to j@dawnrazor.net; p .SH SEE ALSO .P sbocheck(1), sboclean(1), sboconfig(1), sbofind(1), sboinstall(1), sboupgrade(1), sbotools.conf(5) -.SH AUTHOR +.SH AUTHORS .P Jacob Pipkin +.P +Luke Williams diff --git a/man1/sboupgrade.1 b/man1/sboupgrade.1 index fba3f58..de1a4ab 100644 --- a/man1/sboupgrade.1 +++ b/man1/sboupgrade.1 @@ -70,6 +70,8 @@ None known, but there may be some. Please report any found to j@dawnrazor.net; p .SH SEE ALSO .P sbocheck(1), sboclean(1), sboconfig(1), sbofind(1), sboinstall(1), sbosnap(1), sbotools.conf(5) -.SH AUTHOR +.SH AUTHORS .P Jacob Pipkin +.P +Luke Williams diff --git a/man5/sbotools.conf.5 b/man5/sbotools.conf.5 index ff5786b..e48e62b 100644 --- a/man5/sbotools.conf.5 +++ b/man5/sbotools.conf.5 @@ -35,6 +35,8 @@ If set to a path, this is where the slackbuilds.org tree will live; by default, .SH SEE ALSO .P sbocheck(1), sboclean(1), sboconfig(1), sbofind(1), sboinstall(1), sboupgrade(1), sbosnap(1) -.SH AUTHOR +.SH AUTHORS .P Jacob Pipkin +.P +Luke Williams diff --git a/sbocheck b/sbocheck index 091164a..5a40212 100755 --- a/sbocheck +++ b/sbocheck @@ -5,7 +5,8 @@ # sbocheck # script to update the local sbo tree and check for updates # -# author: Jacob Pipkin +# authors: Jacob Pipkin +# Luke Williams # license: WTFPL use 5.16.0; diff --git a/sboclean b/sboclean index e9aedd8..dd3ec46 100755 --- a/sboclean +++ b/sboclean @@ -5,7 +5,8 @@ # sboclean # script to clean stuff left around from sbotools. # -# author: Jacob Pipkin +# authors: Jacob Pipkin +# Luke Williams # license: WTFPL use 5.16.0; diff --git a/sboconfig b/sboconfig index cfa8921..71d9d91 100755 --- a/sboconfig +++ b/sboconfig @@ -5,7 +5,8 @@ # sboconfig # script to handle sbotools configuration # -# author: Jacob Pipkin +# authors: Jacob Pipkin +# Luke Williams # license: WTFPL use 5.16.0; diff --git a/sbofind b/sbofind index 752c3fe..7da97cd 100755 --- a/sbofind +++ b/sbofind @@ -5,10 +5,9 @@ # sbofind # script to locate something in a local SlackBuilds tree. # -# author: Jacob Pipkin +# authors: Jacob Pipkin +# Luke Williams # license: WTFPL -# -# modified by: Luke Williams use 5.16.0; use strict; diff --git a/sboinstall b/sboinstall index 624d188..bc56615 100755 --- a/sboinstall +++ b/sboinstall @@ -5,7 +5,8 @@ # sboinstall # script to install a SlackBuild by name # -# author: Jacob Pipkin +# authors: Jacob Pipkin +# Luke Williams # license: WTFPL use 5.16.0; diff --git a/sbosnap b/sbosnap index 6e61e14..9edf6b6 100755 --- a/sbosnap +++ b/sbosnap @@ -5,7 +5,8 @@ # sbosnap # script to pull down / update a local copy of the slackbuilds.org tree. # -# author: Jacob Pipkin +# authors: Jacob Pipkin +# Luke Williams # license: WTFPL use 5.16.0; diff --git a/sboupgrade b/sboupgrade index cdedb78..20f98e0 100755 --- a/sboupgrade +++ b/sboupgrade @@ -5,7 +5,8 @@ # sboinstall # script to install a SlackBuild by name # -# author: Jacob Pipkin +# authors: Jacob Pipkin +# Luke Williams # license: WTFPL use 5.16.0; -- cgit v1.2.3