diff options
author | Slack Coder <slackcoder@server.ky> | 2024-12-19 14:15:24 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2025-01-10 13:18:22 -0500 |
commit | b32b12e6b0cf743b2f8eaaa960ceebf0b0ec8e1b (patch) | |
tree | 621fc69c90812dcc2b9a9c1eeb0888afe5f4f8bd /sbofind | |
parent | 85c4f4ec3221123f66447acff60415e9a2cbf083 (diff) | |
download | sbotools2-b32b12e6b0cf743b2f8eaaa960ceebf0b0ec8e1b.tar.xz |
Remove WTFPL references and consolidate
Keep it simple and list this in once place.
Diffstat (limited to 'sbofind')
-rwxr-xr-x | sbofind | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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'; |