From ee9908768d8ee410c28a81ada0b3a0759805174d Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Tue, 15 May 2007 20:33:21 +0000 Subject: [PATCH] fix shebang line in diskUsage.pl and added license notice --- docs/changelog/7.x.x.txt | 2 ++ sbin/diskUsage.pl | 10 +++++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 1f09adc07..245b2838e 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,4 +1,6 @@ 7.3.18 + - fix: diskUsage.pl (perlDreamer Consulting, LLC) + http://www.plainblack.com/bugs/tracker/diskusage.pl#tlMpeq3vzsd37pRHcz_NYg - fix: thread next/prev url (perlDreamer Consulting, LLC) http://www.plainblack.com/bugs/tracker/thread-next/prev-url/ - fix: getLineage joinClass expects string, not array ref (perlDreamer Consulting, LLC) diff --git a/sbin/diskUsage.pl b/sbin/diskUsage.pl index 719875328..64d3cfb06 100644 --- a/sbin/diskUsage.pl +++ b/sbin/diskUsage.pl @@ -1,4 +1,12 @@ -#!/data/wre/prereqs/perl/bin/perl +#------------------------------------------------------------------- +# WebGUI is Copyright 2001-2006 Plain Black Corporation. +#------------------------------------------------------------------- +# Please read the legal notices (docs/legal.txt) and the license +# (docs/license.txt) that came with this distribution before using +# this software. +#------------------------------------------------------------------- +# http://www.plainblack.com info@plainblack.com +#------------------------------------------------------------------- use lib "../lib"; use Getopt::Long;