updated copyright

This commit is contained in:
JT Smith 2003-05-10 19:14:27 +00:00
parent 4f3859724b
commit 07287dd2ec
9 changed files with 17 additions and 20 deletions

View file

@ -1,7 +1,7 @@
package Hourly::CleanLoginHistory; package Hourly::CleanLoginHistory;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# 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 # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package Hourly::DecayKarma; package Hourly::DecayKarma;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# 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 # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package Hourly::DeleteExpiredEvents; package Hourly::DeleteExpiredEvents;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# 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 # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package Hourly::DeleteExpiredGroupings; package Hourly::DeleteExpiredGroupings;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# 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 # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package Hourly::DeleteExpiredSessions; package Hourly::DeleteExpiredSessions;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# 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 # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,17 +1,14 @@
package Hourly::EmptyTrash; package Hourly::EmptyTrash;
#----------------------------------------- #-------------------------------------------------------------------
# Copyright 2002 Plain Black LLC # WebGUI is Copyright 2001-2003 Plain Black LLC.
#----------------------------------------- #-------------------------------------------------------------------
# Before using this software be sure you # Please read the legal notices (docs/legal.txt) and the license
# agree to the terms of its license, which # (docs/license.txt) that came with this distribution before using
# can be found in docs/ihpkit.pdf of this # this software.
# distribution. #-------------------------------------------------------------------
#----------------------------------------- # http://www.plainblack.com info@plainblack.com
# http://www.plainblack.com #-------------------------------------------------------------------
# info@plainblack.com
#-----------------------------------------
use strict; use strict;
use WebGUI::DateTime; use WebGUI::DateTime;

View file

@ -1,7 +1,7 @@
package Hourly::NotifyExpiredGroupings; package Hourly::NotifyExpiredGroupings;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# 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 # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package Hourly::SyncProfilesToLDAP; package Hourly::SyncProfilesToLDAP;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# 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 # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using

View file

@ -1,7 +1,7 @@
package Hourly::TrashExpiredContent; package Hourly::TrashExpiredContent;
#------------------------------------------------------------------- #-------------------------------------------------------------------
# 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 # Please read the legal notices (docs/legal.txt) and the license
# (docs/license.txt) that came with this distribution before using # (docs/license.txt) that came with this distribution before using