fix shebang line in diskUsage.pl and added license notice

This commit is contained in:
Colin Kuskie 2007-05-15 20:33:21 +00:00
parent 11fd0b1ca7
commit ee9908768d
2 changed files with 11 additions and 1 deletions

View file

@ -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;