Forgot to insert copyright stuff
This commit is contained in:
parent
bc67304535
commit
c9168a442f
1 changed files with 16 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue