diff --git a/lib/WebGUI/Authentication.pm b/lib/WebGUI/Authentication.pm index 1e664dc52..ed95031e4 100644 --- a/lib/WebGUI/Authentication.pm +++ b/lib/WebGUI/Authentication.pm @@ -1,11 +1,5 @@ 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. #------------------------------------------------------------------- diff --git a/lib/WebGUI/Authentication/LDAP.pm b/lib/WebGUI/Authentication/LDAP.pm index 8561ed253..a95ef8cfa 100644 --- a/lib/WebGUI/Authentication/LDAP.pm +++ b/lib/WebGUI/Authentication/LDAP.pm @@ -1,10 +1,5 @@ package WebGUI::Authentication::LDAP; -#------------------------------------------------------------------- -# This module is copyright by M. Kamerbeek of Procolix (procolix.com) -# for WebGUI and released under GNU/GPL. -#------------------------------------------------------------------- - #------------------------------------------------------------------- # WebGUI is Copyright 2001-2002 Plain Black LLC. #------------------------------------------------------------------- diff --git a/lib/WebGUI/Authentication/SMB.pm b/lib/WebGUI/Authentication/SMB.pm index 656a62851..9805a3dae 100644 --- a/lib/WebGUI/Authentication/SMB.pm +++ b/lib/WebGUI/Authentication/SMB.pm @@ -1,10 +1,5 @@ package WebGUI::Authentication::SMB; -#------------------------------------------------------------------- -# This module is copyright by M. Kamerbeek of Procolix (procolix.com) -# for WebGUI and released under GNU/GPL. -#------------------------------------------------------------------- - #------------------------------------------------------------------- # WebGUI is Copyright 2001-2002 Plain Black LLC. #------------------------------------------------------------------- diff --git a/lib/WebGUI/Authentication/WebGUI.pm b/lib/WebGUI/Authentication/WebGUI.pm index 64db55bfd..5662d4209 100644 --- a/lib/WebGUI/Authentication/WebGUI.pm +++ b/lib/WebGUI/Authentication/WebGUI.pm @@ -1,10 +1,5 @@ package WebGUI::Authentication::WebGUI; -#------------------------------------------------------------------- -# This module is copyright by M. Kamerbeek of Procolix (procolix.com) -# for WebGUI and released under GNU/GPL. -#------------------------------------------------------------------- - #------------------------------------------------------------------- # WebGUI is Copyright 2001-2002 Plain Black LLC. #------------------------------------------------------------------- @@ -111,4 +106,4 @@ sub formEditUserSettings { return ''; } -1; \ No newline at end of file +1;