Forgot to insert copyright stuff

This commit is contained in:
Martin Kamerbeek 2002-11-24 17:13:45 +00:00
parent bc67304535
commit c9168a442f

View file

@ -1,5 +1,21 @@
package WebGUI::Authentication;
#-------------------------------------------------------------------
# This module is Copyright 2002 by M. Kamerbeek of Procolix
# (procolix.com) for WebGUI and released under GNU/GPL.
#-------------------------------------------------------------------
#-------------------------------------------------------------------
# WebGUI is Copyright 2001-2002 Plain Black LLC.
#-------------------------------------------------------------------
# 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 WebGUI::Authentication::LDAP;
use WebGUI::Authentication::WebGUI;
use WebGUI::SQL;