diff --git a/lib/WebGUI/Authentication.pm b/lib/WebGUI/Authentication.pm index c751da15b..1e664dc52 100644 --- a/lib/WebGUI/Authentication.pm +++ b/lib/WebGUI/Authentication.pm @@ -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;