From c9168a442f8032d5bd6f64d28e2e663de403d72d Mon Sep 17 00:00:00 2001 From: Martin Kamerbeek Date: Sun, 24 Nov 2002 17:13:45 +0000 Subject: [PATCH] Forgot to insert copyright stuff --- lib/WebGUI/Authentication.pm | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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;