Updated all files for new copyright year.

This commit is contained in:
JT Smith 2003-01-05 18:32:19 +00:00
parent 7888fca98a
commit 225ca72d3e
129 changed files with 197 additions and 248 deletions

View file

@ -4,7 +4,7 @@ package WebGUI::Utility;
=head1 LEGAL
-------------------------------------------------------------------
WebGUI is Copyright 2001-2002 Plain Black LLC.
WebGUI is Copyright 2001-2003 Plain Black LLC.
-------------------------------------------------------------------
Please read the legal notices (docs/legal.txt) and the license
(docs/license.txt) that came with this distribution before using
@ -45,8 +45,8 @@ This package provides miscellaneous but useful utilities to the WebGUI programme
$integer = randint($low,$high);
randomizeArray(\@array);
$hashRef = randomizeHash(\%hash);
$hashRef = sortHash(\%hash);
$hashRef = sortHashDescending(\%hash);
$hash = sortHash(%hash);
$hash = sortHashDescending(%hash);
=head1 METHODS