diff --git a/docs/legal.txt b/docs/legal.txt index 8887947c4..a42c3fba7 100644 --- a/docs/legal.txt +++ b/docs/legal.txt @@ -2,9 +2,10 @@ # WebGUI Legal Information # #################################################################### -WebGUI is Copyright 2001-2004 Plain Black LLC. All rights reserved. +WebGUI is Copyright 2001-2004 Plain Black Corporation. All rights +reserved. -WebGUI is a trademark of Plain Black LLC. +WebGUI is a trademark of Plain Black Corporation. WebGUI is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -36,7 +37,7 @@ each file, or this file, or the license file. The notice at the top of each file looks like the following: #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/docs/upgrades/upgrade_5.9.9-6.0.0.pl b/docs/upgrades/upgrade_5.9.9-6.0.0.pl index a29328cf0..bca3399c4 100644 --- a/docs/upgrades/upgrade_5.9.9-6.0.0.pl +++ b/docs/upgrades/upgrade_5.9.9-6.0.0.pl @@ -25,7 +25,7 @@ while (my $style = $sth->hashRef) { if ($style->{styleId} == 3) { $style->{body} =~ s/styles\/plainblack\/logo-white\.gif/plainblack.gif/ixsg; $style->{body} =~ s/2001-2002/2001-2004/ixsg; - $style->{body} =~ s/Plain\s+Black\s+Software/Plain Black LLC/ixsg; + $style->{body} =~ s/Plain\s+Black\s+Software/Plain Black Corporation/ixsg; } my ($header,$footer) = split(/\^\-\;/,$style->{body}); my ($newStyleId) = WebGUI::SQL->quickArray("select max(templateId) from template where namespace='style'"); diff --git a/lib/WebGUI.pm b/lib/WebGUI.pm index 63f2dc71d..a29067c19 100644 --- a/lib/WebGUI.pm +++ b/lib/WebGUI.pm @@ -2,7 +2,7 @@ package WebGUI; our $VERSION = "6.2.0"; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Affiliate.pm b/lib/WebGUI/Affiliate.pm index 0f411bd79..9de10d7dd 100644 --- a/lib/WebGUI/Affiliate.pm +++ b/lib/WebGUI/Affiliate.pm @@ -3,7 +3,7 @@ package WebGUI::Affiliate; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Attachment.pm b/lib/WebGUI/Attachment.pm index 93212449b..74701b85a 100644 --- a/lib/WebGUI/Attachment.pm +++ b/lib/WebGUI/Attachment.pm @@ -3,7 +3,7 @@ package WebGUI::Attachment; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Auth.pm b/lib/WebGUI/Auth.pm index 6455778c2..aeee3181a 100644 --- a/lib/WebGUI/Auth.pm +++ b/lib/WebGUI/Auth.pm @@ -3,7 +3,7 @@ package WebGUI::Auth; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Auth/LDAP.pm b/lib/WebGUI/Auth/LDAP.pm index e28444b71..21702e526 100644 --- a/lib/WebGUI/Auth/LDAP.pm +++ b/lib/WebGUI/Auth/LDAP.pm @@ -1,7 +1,7 @@ package WebGUI::Auth::LDAP; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Auth/SMB.pm b/lib/WebGUI/Auth/SMB.pm index 21950e71e..3d6c52bd5 100644 --- a/lib/WebGUI/Auth/SMB.pm +++ b/lib/WebGUI/Auth/SMB.pm @@ -1,7 +1,7 @@ package WebGUI::Auth::SMB; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Auth/WebGUI.pm b/lib/WebGUI/Auth/WebGUI.pm index 0b981f34a..d2aebc448 100644 --- a/lib/WebGUI/Auth/WebGUI.pm +++ b/lib/WebGUI/Auth/WebGUI.pm @@ -1,7 +1,7 @@ package WebGUI::Auth::WebGUI; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Cache.pm b/lib/WebGUI/Cache.pm index 56546c530..2cecbd2ec 100644 --- a/lib/WebGUI/Cache.pm +++ b/lib/WebGUI/Cache.pm @@ -3,7 +3,7 @@ package WebGUI::Cache; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Collateral.pm b/lib/WebGUI/Collateral.pm index a678aa10f..71cc58279 100644 --- a/lib/WebGUI/Collateral.pm +++ b/lib/WebGUI/Collateral.pm @@ -3,7 +3,7 @@ package WebGUI::Collateral; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/CollateralFolder.pm b/lib/WebGUI/CollateralFolder.pm index b2e8a9b55..07b083bef 100644 --- a/lib/WebGUI/CollateralFolder.pm +++ b/lib/WebGUI/CollateralFolder.pm @@ -4,7 +4,7 @@ package WebGUI::CollateralFolder; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Config.pm b/lib/WebGUI/Config.pm index 973cb77ca..dcc5732ee 100644 --- a/lib/WebGUI/Config.pm +++ b/lib/WebGUI/Config.pm @@ -3,7 +3,7 @@ package WebGUI::Config; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/DatabaseLink.pm b/lib/WebGUI/DatabaseLink.pm index 187193942..f6a8cd0eb 100644 --- a/lib/WebGUI/DatabaseLink.pm +++ b/lib/WebGUI/DatabaseLink.pm @@ -3,7 +3,7 @@ package WebGUI::DatabaseLink; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/DateTime.pm b/lib/WebGUI/DateTime.pm index 52fc41569..5d75c202a 100644 --- a/lib/WebGUI/DateTime.pm +++ b/lib/WebGUI/DateTime.pm @@ -3,7 +3,7 @@ package WebGUI::DateTime; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/ErrorHandler.pm b/lib/WebGUI/ErrorHandler.pm index acafc3bdf..d3fcacea0 100644 --- a/lib/WebGUI/ErrorHandler.pm +++ b/lib/WebGUI/ErrorHandler.pm @@ -3,7 +3,7 @@ package WebGUI::ErrorHandler; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Export.pm b/lib/WebGUI/Export.pm index 3fd6720fc..62d30e3bb 100644 --- a/lib/WebGUI/Export.pm +++ b/lib/WebGUI/Export.pm @@ -4,7 +4,7 @@ package WebGUI::Export; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Form.pm b/lib/WebGUI/Form.pm index 06578fdd1..26f13cf37 100644 --- a/lib/WebGUI/Form.pm +++ b/lib/WebGUI/Form.pm @@ -3,7 +3,7 @@ package WebGUI::Form; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/FormProcessor.pm b/lib/WebGUI/FormProcessor.pm index 7fb40599f..3a830767a 100644 --- a/lib/WebGUI/FormProcessor.pm +++ b/lib/WebGUI/FormProcessor.pm @@ -3,7 +3,7 @@ package WebGUI::FormProcessor; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Forum.pm b/lib/WebGUI/Forum.pm index 8a179ce64..260421070 100644 --- a/lib/WebGUI/Forum.pm +++ b/lib/WebGUI/Forum.pm @@ -3,7 +3,7 @@ package WebGUI::Forum; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Forum/Post.pm b/lib/WebGUI/Forum/Post.pm index ee19598f8..5b4ff51c7 100644 --- a/lib/WebGUI/Forum/Post.pm +++ b/lib/WebGUI/Forum/Post.pm @@ -3,7 +3,7 @@ package WebGUI::Forum::Post; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Forum/Thread.pm b/lib/WebGUI/Forum/Thread.pm index 536069e65..e5437a69b 100644 --- a/lib/WebGUI/Forum/Thread.pm +++ b/lib/WebGUI/Forum/Thread.pm @@ -3,7 +3,7 @@ package WebGUI::Forum::Thread; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Forum/UI.pm b/lib/WebGUI/Forum/UI.pm index 61960ac8b..5d5c65a48 100644 --- a/lib/WebGUI/Forum/UI.pm +++ b/lib/WebGUI/Forum/UI.pm @@ -3,7 +3,7 @@ package WebGUI::Forum::UI; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Group.pm b/lib/WebGUI/Group.pm index 177f55305..3a990b979 100755 --- a/lib/WebGUI/Group.pm +++ b/lib/WebGUI/Group.pm @@ -3,7 +3,7 @@ package WebGUI::Group; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Grouping.pm b/lib/WebGUI/Grouping.pm index 576488a1a..dd09c52b7 100755 --- a/lib/WebGUI/Grouping.pm +++ b/lib/WebGUI/Grouping.pm @@ -3,7 +3,7 @@ package WebGUI::Grouping; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/HTML.pm b/lib/WebGUI/HTML.pm index 05edecdf7..a95a687ee 100644 --- a/lib/WebGUI/HTML.pm +++ b/lib/WebGUI/HTML.pm @@ -3,7 +3,7 @@ package WebGUI::HTML; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/HTMLForm.pm b/lib/WebGUI/HTMLForm.pm index 525e5ad8c..09cc0eae9 100644 --- a/lib/WebGUI/HTMLForm.pm +++ b/lib/WebGUI/HTMLForm.pm @@ -3,7 +3,7 @@ package WebGUI::HTMLForm; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/HTTP.pm b/lib/WebGUI/HTTP.pm index 4c55b983c..47e068d24 100644 --- a/lib/WebGUI/HTTP.pm +++ b/lib/WebGUI/HTTP.pm @@ -3,7 +3,7 @@ package WebGUI::HTTP; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Icon.pm b/lib/WebGUI/Icon.pm index af950bef2..a35c5122a 100644 --- a/lib/WebGUI/Icon.pm +++ b/lib/WebGUI/Icon.pm @@ -3,7 +3,7 @@ package WebGUI::Icon; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Id.pm b/lib/WebGUI/Id.pm index 8ef732481..1838fc970 100644 --- a/lib/WebGUI/Id.pm +++ b/lib/WebGUI/Id.pm @@ -4,7 +4,7 @@ package WebGUI::Id; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/International.pm b/lib/WebGUI/International.pm index 5f40630c1..54bebad23 100644 --- a/lib/WebGUI/International.pm +++ b/lib/WebGUI/International.pm @@ -3,7 +3,7 @@ package WebGUI::International; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro.pm b/lib/WebGUI/Macro.pm index 4f12835b1..54a43de93 100644 --- a/lib/WebGUI/Macro.pm +++ b/lib/WebGUI/Macro.pm @@ -3,7 +3,7 @@ package WebGUI::Macro; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/AOIHits.pm b/lib/WebGUI/Macro/AOIHits.pm index 11226b598..d9ec159d1 100644 --- a/lib/WebGUI/Macro/AOIHits.pm +++ b/lib/WebGUI/Macro/AOIHits.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::AOIHits; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/AOIRank.pm b/lib/WebGUI/Macro/AOIRank.pm index ab6005f3c..4b76b2ddf 100644 --- a/lib/WebGUI/Macro/AOIRank.pm +++ b/lib/WebGUI/Macro/AOIRank.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::AOIRank; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/AdminBar.pm b/lib/WebGUI/Macro/AdminBar.pm index 59a4837ab..919093312 100644 --- a/lib/WebGUI/Macro/AdminBar.pm +++ b/lib/WebGUI/Macro/AdminBar.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::AdminBar; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/AdminText.pm b/lib/WebGUI/Macro/AdminText.pm index b11fc52ce..82257a3c2 100644 --- a/lib/WebGUI/Macro/AdminText.pm +++ b/lib/WebGUI/Macro/AdminText.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::AdminText; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/AdminToggle.pm b/lib/WebGUI/Macro/AdminToggle.pm index 77745bf42..01e1e2e51 100644 --- a/lib/WebGUI/Macro/AdminToggle.pm +++ b/lib/WebGUI/Macro/AdminToggle.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::AdminToggle; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/At_username.pm b/lib/WebGUI/Macro/At_username.pm index 31717418b..2d7804090 100644 --- a/lib/WebGUI/Macro/At_username.pm +++ b/lib/WebGUI/Macro/At_username.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::At_username; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/Backslash_pageUrl.pm b/lib/WebGUI/Macro/Backslash_pageUrl.pm index b5cd54479..6646c13c4 100644 --- a/lib/WebGUI/Macro/Backslash_pageUrl.pm +++ b/lib/WebGUI/Macro/Backslash_pageUrl.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::Backslash_pageUrl; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/CanEditText.pm b/lib/WebGUI/Macro/CanEditText.pm index 15b775873..64c050257 100644 --- a/lib/WebGUI/Macro/CanEditText.pm +++ b/lib/WebGUI/Macro/CanEditText.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::CanEditText; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/D_date.pm b/lib/WebGUI/Macro/D_date.pm index 6a5796bcf..6868a9a1d 100644 --- a/lib/WebGUI/Macro/D_date.pm +++ b/lib/WebGUI/Macro/D_date.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::D_date; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/EditableToggle.pm b/lib/WebGUI/Macro/EditableToggle.pm index b091d5c8d..ba58b722d 100644 --- a/lib/WebGUI/Macro/EditableToggle.pm +++ b/lib/WebGUI/Macro/EditableToggle.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::EditableToggle; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/Env.pm b/lib/WebGUI/Macro/Env.pm index 9bab939c5..6663c3560 100644 --- a/lib/WebGUI/Macro/Env.pm +++ b/lib/WebGUI/Macro/Env.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::Env; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/Execute.pm b/lib/WebGUI/Macro/Execute.pm index ae185c151..69d01bcba 100644 --- a/lib/WebGUI/Macro/Execute.pm +++ b/lib/WebGUI/Macro/Execute.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::Execute; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/Extras.pm b/lib/WebGUI/Macro/Extras.pm index d87dabfa6..5f167d286 100644 --- a/lib/WebGUI/Macro/Extras.pm +++ b/lib/WebGUI/Macro/Extras.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::Extras; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/File.pm b/lib/WebGUI/Macro/File.pm index 8182a74ac..70a2b38fa 100644 --- a/lib/WebGUI/Macro/File.pm +++ b/lib/WebGUI/Macro/File.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::File; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/FormParam.pm b/lib/WebGUI/Macro/FormParam.pm index f7adb57b4..e77825500 100644 --- a/lib/WebGUI/Macro/FormParam.pm +++ b/lib/WebGUI/Macro/FormParam.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::FormParam; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/GroupAdd.pm b/lib/WebGUI/Macro/GroupAdd.pm index d12e3e6c9..e16187ae8 100644 --- a/lib/WebGUI/Macro/GroupAdd.pm +++ b/lib/WebGUI/Macro/GroupAdd.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::GroupAdd; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/GroupDelete.pm b/lib/WebGUI/Macro/GroupDelete.pm index 31615bbef..1643e1a5f 100644 --- a/lib/WebGUI/Macro/GroupDelete.pm +++ b/lib/WebGUI/Macro/GroupDelete.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::GroupDelete; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/GroupText.pm b/lib/WebGUI/Macro/GroupText.pm index 2b2af67a9..c9a63ec60 100644 --- a/lib/WebGUI/Macro/GroupText.pm +++ b/lib/WebGUI/Macro/GroupText.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::GroupText; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/H_homeLink.pm b/lib/WebGUI/Macro/H_homeLink.pm index ef8cb4620..10afa2f31 100644 --- a/lib/WebGUI/Macro/H_homeLink.pm +++ b/lib/WebGUI/Macro/H_homeLink.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::H_homeLink; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/Hash_userId.pm b/lib/WebGUI/Macro/Hash_userId.pm index 2f68e92bf..34bde0e50 100644 --- a/lib/WebGUI/Macro/Hash_userId.pm +++ b/lib/WebGUI/Macro/Hash_userId.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::Hash_userId; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/I_imageWithTags.pm b/lib/WebGUI/Macro/I_imageWithTags.pm index b0063a296..220c4f5d4 100644 --- a/lib/WebGUI/Macro/I_imageWithTags.pm +++ b/lib/WebGUI/Macro/I_imageWithTags.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::I_imageWithTags; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/Include.pm b/lib/WebGUI/Macro/Include.pm index a370482d7..a525fab90 100644 --- a/lib/WebGUI/Macro/Include.pm +++ b/lib/WebGUI/Macro/Include.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::Include; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/International.pm b/lib/WebGUI/Macro/International.pm index 52548e336..2d5856072 100644 --- a/lib/WebGUI/Macro/International.pm +++ b/lib/WebGUI/Macro/International.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::International; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/JavaScript.pm b/lib/WebGUI/Macro/JavaScript.pm index 68f3e5e0d..e047a843f 100644 --- a/lib/WebGUI/Macro/JavaScript.pm +++ b/lib/WebGUI/Macro/JavaScript.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::JavaScript; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/L_loginBox.pm b/lib/WebGUI/Macro/L_loginBox.pm index 423b596d8..3c9078a77 100644 --- a/lib/WebGUI/Macro/L_loginBox.pm +++ b/lib/WebGUI/Macro/L_loginBox.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::L_loginBox; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/LastModified.pm b/lib/WebGUI/Macro/LastModified.pm index fd67909d6..fd2b6f9bc 100644 --- a/lib/WebGUI/Macro/LastModified.pm +++ b/lib/WebGUI/Macro/LastModified.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::LastModified; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/LoginToggle.pm b/lib/WebGUI/Macro/LoginToggle.pm index add703725..b89ea2ac4 100644 --- a/lib/WebGUI/Macro/LoginToggle.pm +++ b/lib/WebGUI/Macro/LoginToggle.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::LoginToggle; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/Navigation.pm b/lib/WebGUI/Macro/Navigation.pm index fd78d5923..711491c38 100644 --- a/lib/WebGUI/Macro/Navigation.pm +++ b/lib/WebGUI/Macro/Navigation.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::Navigation; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/Page.pm b/lib/WebGUI/Macro/Page.pm index 4bd4efab9..836146fc9 100644 --- a/lib/WebGUI/Macro/Page.pm +++ b/lib/WebGUI/Macro/Page.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::Page; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/PageTitle.pm b/lib/WebGUI/Macro/PageTitle.pm index c0088f325..bf82ad344 100644 --- a/lib/WebGUI/Macro/PageTitle.pm +++ b/lib/WebGUI/Macro/PageTitle.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::PageTitle; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/RandomImage.pm b/lib/WebGUI/Macro/RandomImage.pm index 157da6d3b..724c13f96 100644 --- a/lib/WebGUI/Macro/RandomImage.pm +++ b/lib/WebGUI/Macro/RandomImage.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::RandomImage; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/RandomSnippet.pm b/lib/WebGUI/Macro/RandomSnippet.pm index ac11b7248..5f3cc5113 100644 --- a/lib/WebGUI/Macro/RandomSnippet.pm +++ b/lib/WebGUI/Macro/RandomSnippet.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::RandomSnippet; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/RawHeadTags.pm b/lib/WebGUI/Macro/RawHeadTags.pm index 6e01232a3..659072ed2 100644 --- a/lib/WebGUI/Macro/RawHeadTags.pm +++ b/lib/WebGUI/Macro/RawHeadTags.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::RawHeadTags; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/RootTitle.pm b/lib/WebGUI/Macro/RootTitle.pm index bbb07baa6..a04378c34 100644 --- a/lib/WebGUI/Macro/RootTitle.pm +++ b/lib/WebGUI/Macro/RootTitle.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::RootTitle; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/SI_scaledImage.pm b/lib/WebGUI/Macro/SI_scaledImage.pm index 9cdf188fa..f89692ab3 100644 --- a/lib/WebGUI/Macro/SI_scaledImage.pm +++ b/lib/WebGUI/Macro/SI_scaledImage.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::SI_scaledImage; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/Slash_gatewayUrl.pm b/lib/WebGUI/Macro/Slash_gatewayUrl.pm index c4748146a..a719c101f 100644 --- a/lib/WebGUI/Macro/Slash_gatewayUrl.pm +++ b/lib/WebGUI/Macro/Slash_gatewayUrl.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::Slash_gatewayUrl; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/Snippet.pm b/lib/WebGUI/Macro/Snippet.pm index 0f6eea67e..62ab8b0ee 100644 --- a/lib/WebGUI/Macro/Snippet.pm +++ b/lib/WebGUI/Macro/Snippet.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::Snippet; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/Spacer.pm b/lib/WebGUI/Macro/Spacer.pm index ef278a197..a22d6565c 100644 --- a/lib/WebGUI/Macro/Spacer.pm +++ b/lib/WebGUI/Macro/Spacer.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::Spacer; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/Splat_random.pm b/lib/WebGUI/Macro/Splat_random.pm index 031cd7040..2a3c03f19 100644 --- a/lib/WebGUI/Macro/Splat_random.pm +++ b/lib/WebGUI/Macro/Splat_random.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::Splat_random; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/StyleSheet.pm b/lib/WebGUI/Macro/StyleSheet.pm index 33776e8b3..ba271b186 100644 --- a/lib/WebGUI/Macro/StyleSheet.pm +++ b/lib/WebGUI/Macro/StyleSheet.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::StyleSheet; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/Thumbnail.pm b/lib/WebGUI/Macro/Thumbnail.pm index 428647eac..e696310ab 100644 --- a/lib/WebGUI/Macro/Thumbnail.pm +++ b/lib/WebGUI/Macro/Thumbnail.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::Thumbnail; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/URLEncode.pm b/lib/WebGUI/Macro/URLEncode.pm index 4ce0c15e3..b7c82381a 100644 --- a/lib/WebGUI/Macro/URLEncode.pm +++ b/lib/WebGUI/Macro/URLEncode.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::URLEncode; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/User.pm b/lib/WebGUI/Macro/User.pm index 97e8070df..d41b65bfa 100644 --- a/lib/WebGUI/Macro/User.pm +++ b/lib/WebGUI/Macro/User.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::User; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/a_account.pm b/lib/WebGUI/Macro/a_account.pm index a083973d9..d4a8908d7 100644 --- a/lib/WebGUI/Macro/a_account.pm +++ b/lib/WebGUI/Macro/a_account.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::a_account; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/c_companyName.pm b/lib/WebGUI/Macro/c_companyName.pm index f43278441..013c772dc 100644 --- a/lib/WebGUI/Macro/c_companyName.pm +++ b/lib/WebGUI/Macro/c_companyName.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::c_companyName; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/e_companyEmail.pm b/lib/WebGUI/Macro/e_companyEmail.pm index fe013a729..ac8c12ad2 100644 --- a/lib/WebGUI/Macro/e_companyEmail.pm +++ b/lib/WebGUI/Macro/e_companyEmail.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::e_companyEmail; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/i_imageNoTags.pm b/lib/WebGUI/Macro/i_imageNoTags.pm index 9a0a3762e..dbdcc8519 100644 --- a/lib/WebGUI/Macro/i_imageNoTags.pm +++ b/lib/WebGUI/Macro/i_imageNoTags.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::i_imageNoTags; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/r_printable.pm b/lib/WebGUI/Macro/r_printable.pm index 86e91ecc4..34cb85260 100644 --- a/lib/WebGUI/Macro/r_printable.pm +++ b/lib/WebGUI/Macro/r_printable.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::r_printable; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Macro/u_companyUrl.pm b/lib/WebGUI/Macro/u_companyUrl.pm index eb3a48ce4..9d7f23628 100644 --- a/lib/WebGUI/Macro/u_companyUrl.pm +++ b/lib/WebGUI/Macro/u_companyUrl.pm @@ -1,7 +1,7 @@ package WebGUI::Macro::u_companyUrl; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Mail.pm b/lib/WebGUI/Mail.pm index 1ad2000da..3fcdf3b98 100644 --- a/lib/WebGUI/Mail.pm +++ b/lib/WebGUI/Mail.pm @@ -3,7 +3,7 @@ package WebGUI::Mail; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/MessageLog.pm b/lib/WebGUI/MessageLog.pm index 5d034c3fc..578934b04 100644 --- a/lib/WebGUI/MessageLog.pm +++ b/lib/WebGUI/MessageLog.pm @@ -3,7 +3,7 @@ package WebGUI::MessageLog; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/MetaData.pm b/lib/WebGUI/MetaData.pm index a71eeb691..fffd59e89 100644 --- a/lib/WebGUI/MetaData.pm +++ b/lib/WebGUI/MetaData.pm @@ -3,7 +3,7 @@ package WebGUI::MetaData; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Navigation.pm b/lib/WebGUI/Navigation.pm index f657ad1e6..85866772c 100644 --- a/lib/WebGUI/Navigation.pm +++ b/lib/WebGUI/Navigation.pm @@ -3,7 +3,7 @@ package WebGUI::Navigation; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Node.pm b/lib/WebGUI/Node.pm index 6b1ed5eee..e9f5c5d56 100644 --- a/lib/WebGUI/Node.pm +++ b/lib/WebGUI/Node.pm @@ -3,7 +3,7 @@ package WebGUI::Node; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation.pm b/lib/WebGUI/Operation.pm index 9972a14eb..37c11d9f5 100644 --- a/lib/WebGUI/Operation.pm +++ b/lib/WebGUI/Operation.pm @@ -1,7 +1,7 @@ package WebGUI::Operation; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/Admin.pm b/lib/WebGUI/Operation/Admin.pm index b009161a8..812d4ad00 100644 --- a/lib/WebGUI/Operation/Admin.pm +++ b/lib/WebGUI/Operation/Admin.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::Admin; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/Auth.pm b/lib/WebGUI/Operation/Auth.pm index 052b779e5..1c6d7ada4 100644 --- a/lib/WebGUI/Operation/Auth.pm +++ b/lib/WebGUI/Operation/Auth.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::Auth; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/Clipboard.pm b/lib/WebGUI/Operation/Clipboard.pm index 0a6124851..29f2acf76 100644 --- a/lib/WebGUI/Operation/Clipboard.pm +++ b/lib/WebGUI/Operation/Clipboard.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::Clipboard; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/Collateral.pm b/lib/WebGUI/Operation/Collateral.pm index bbd8a9c5c..838065b7a 100644 --- a/lib/WebGUI/Operation/Collateral.pm +++ b/lib/WebGUI/Operation/Collateral.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::Collateral; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/DatabaseLink.pm b/lib/WebGUI/Operation/DatabaseLink.pm index 304691b28..c135717d1 100644 --- a/lib/WebGUI/Operation/DatabaseLink.pm +++ b/lib/WebGUI/Operation/DatabaseLink.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::DatabaseLink; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/Group.pm b/lib/WebGUI/Operation/Group.pm index 5e937e0f0..77c4e4bd5 100644 --- a/lib/WebGUI/Operation/Group.pm +++ b/lib/WebGUI/Operation/Group.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::Group; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/Help.pm b/lib/WebGUI/Operation/Help.pm index 6c13472f1..5cea82dd4 100644 --- a/lib/WebGUI/Operation/Help.pm +++ b/lib/WebGUI/Operation/Help.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::Help; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/MessageLog.pm b/lib/WebGUI/Operation/MessageLog.pm index 3fcafcda7..89f78bc64 100644 --- a/lib/WebGUI/Operation/MessageLog.pm +++ b/lib/WebGUI/Operation/MessageLog.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::MessageLog; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/MetaData.pm b/lib/WebGUI/Operation/MetaData.pm index 73e1bd5d8..b84d94db5 100644 --- a/lib/WebGUI/Operation/MetaData.pm +++ b/lib/WebGUI/Operation/MetaData.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::MetaData; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using @@ -14,7 +14,7 @@ use Exporter; use strict; use Tie::IxHash; use WebGUI::Icon; -use WebGUI::Id::generate(); +use WebGUI::Id; use WebGUI::International; use WebGUI::Macro; use WebGUI::MetaData; diff --git a/lib/WebGUI/Operation/Navigation.pm b/lib/WebGUI/Operation/Navigation.pm index cad98b946..5005a0c35 100644 --- a/lib/WebGUI/Operation/Navigation.pm +++ b/lib/WebGUI/Operation/Navigation.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::Navigation; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/Package.pm b/lib/WebGUI/Operation/Package.pm index aa5cacea0..36d668d93 100644 --- a/lib/WebGUI/Operation/Package.pm +++ b/lib/WebGUI/Operation/Package.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::Package; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/Page.pm b/lib/WebGUI/Operation/Page.pm index f61c566f1..a786ce6c2 100644 --- a/lib/WebGUI/Operation/Page.pm +++ b/lib/WebGUI/Operation/Page.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::Page; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/Profile.pm b/lib/WebGUI/Operation/Profile.pm index 0989bf9be..908f85cb8 100644 --- a/lib/WebGUI/Operation/Profile.pm +++ b/lib/WebGUI/Operation/Profile.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::Profile; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/ProfileSettings.pm b/lib/WebGUI/Operation/ProfileSettings.pm index 188c1e376..54aadc42e 100644 --- a/lib/WebGUI/Operation/ProfileSettings.pm +++ b/lib/WebGUI/Operation/ProfileSettings.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::ProfileSettings; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/Replacements.pm b/lib/WebGUI/Operation/Replacements.pm index 5e91ab42e..cd1c9f76c 100644 --- a/lib/WebGUI/Operation/Replacements.pm +++ b/lib/WebGUI/Operation/Replacements.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::Replacements; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/Root.pm b/lib/WebGUI/Operation/Root.pm index e707fc648..bdd027890 100644 --- a/lib/WebGUI/Operation/Root.pm +++ b/lib/WebGUI/Operation/Root.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::Root; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/Scratch.pm b/lib/WebGUI/Operation/Scratch.pm index 1ac6f91c3..fd00cb875 100644 --- a/lib/WebGUI/Operation/Scratch.pm +++ b/lib/WebGUI/Operation/Scratch.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::Scratch; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/Settings.pm b/lib/WebGUI/Operation/Settings.pm index 19f0e8b01..5d0309925 100644 --- a/lib/WebGUI/Operation/Settings.pm +++ b/lib/WebGUI/Operation/Settings.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::Settings; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/Shared.pm b/lib/WebGUI/Operation/Shared.pm index 77b39988b..ca9366e8e 100644 --- a/lib/WebGUI/Operation/Shared.pm +++ b/lib/WebGUI/Operation/Shared.pm @@ -2,7 +2,7 @@ package WebGUI::Operation::Shared; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/Statistics.pm b/lib/WebGUI/Operation/Statistics.pm index 34e63d729..61f85f6da 100644 --- a/lib/WebGUI/Operation/Statistics.pm +++ b/lib/WebGUI/Operation/Statistics.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::Statistics; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/Style.pm b/lib/WebGUI/Operation/Style.pm index 211af8d39..ad6b98f05 100644 --- a/lib/WebGUI/Operation/Style.pm +++ b/lib/WebGUI/Operation/Style.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::Style; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/Template.pm b/lib/WebGUI/Operation/Template.pm index 38c37e62b..53abb56e6 100644 --- a/lib/WebGUI/Operation/Template.pm +++ b/lib/WebGUI/Operation/Template.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::Template; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/Theme.pm b/lib/WebGUI/Operation/Theme.pm index 8eb5e6bd7..beb7c51db 100644 --- a/lib/WebGUI/Operation/Theme.pm +++ b/lib/WebGUI/Operation/Theme.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::Theme; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/Trash.pm b/lib/WebGUI/Operation/Trash.pm index b9045e42c..7f74d5fef 100644 --- a/lib/WebGUI/Operation/Trash.pm +++ b/lib/WebGUI/Operation/Trash.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::Trash; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/User.pm b/lib/WebGUI/Operation/User.pm index 75082fc36..0624b8bb4 100644 --- a/lib/WebGUI/Operation/User.pm +++ b/lib/WebGUI/Operation/User.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::User; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Operation/WebGUI.pm b/lib/WebGUI/Operation/WebGUI.pm index 693f55c1c..942a11651 100644 --- a/lib/WebGUI/Operation/WebGUI.pm +++ b/lib/WebGUI/Operation/WebGUI.pm @@ -1,7 +1,7 @@ package WebGUI::Operation::WebGUI; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Page.pm b/lib/WebGUI/Page.pm index 953c56a2a..491f43d89 100644 --- a/lib/WebGUI/Page.pm +++ b/lib/WebGUI/Page.pm @@ -3,7 +3,7 @@ package WebGUI::Page; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Paginator.pm b/lib/WebGUI/Paginator.pm index 294822b4d..988e3d14e 100644 --- a/lib/WebGUI/Paginator.pm +++ b/lib/WebGUI/Paginator.pm @@ -3,7 +3,7 @@ package WebGUI::Paginator; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/PassiveProfiling.pm b/lib/WebGUI/PassiveProfiling.pm index 7f7b9d282..45ed7715f 100644 --- a/lib/WebGUI/PassiveProfiling.pm +++ b/lib/WebGUI/PassiveProfiling.pm @@ -3,7 +3,7 @@ package WebGUI::PassiveProfiling; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Persistent.pm b/lib/WebGUI/Persistent.pm index 939b41ae3..e53b1866e 100644 --- a/lib/WebGUI/Persistent.pm +++ b/lib/WebGUI/Persistent.pm @@ -3,7 +3,7 @@ package WebGUI::Persistent; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Persistent/Query.pm b/lib/WebGUI/Persistent/Query.pm index bf80207af..c1d48bfe1 100644 --- a/lib/WebGUI/Persistent/Query.pm +++ b/lib/WebGUI/Persistent/Query.pm @@ -3,7 +3,7 @@ package WebGUI::Persistent::Query; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Persistent/Query/Delete.pm b/lib/WebGUI/Persistent/Query/Delete.pm index 6d2e24fe7..3b959b793 100644 --- a/lib/WebGUI/Persistent/Query/Delete.pm +++ b/lib/WebGUI/Persistent/Query/Delete.pm @@ -3,7 +3,7 @@ package WebGUI::Persistent::Query::Delete; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Persistent/Query/Insert.pm b/lib/WebGUI/Persistent/Query/Insert.pm index cf276c40d..800e109ad 100644 --- a/lib/WebGUI/Persistent/Query/Insert.pm +++ b/lib/WebGUI/Persistent/Query/Insert.pm @@ -3,7 +3,7 @@ package WebGUI::Persistent::Query::Insert; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Persistent/Query/Select.pm b/lib/WebGUI/Persistent/Query/Select.pm index 07286a499..3e19b9dc3 100644 --- a/lib/WebGUI/Persistent/Query/Select.pm +++ b/lib/WebGUI/Persistent/Query/Select.pm @@ -3,7 +3,7 @@ package WebGUI::Persistent::Query::Select; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Persistent/Query/Update.pm b/lib/WebGUI/Persistent/Query/Update.pm index 36de326f4..ec5fedf20 100644 --- a/lib/WebGUI/Persistent/Query/Update.pm +++ b/lib/WebGUI/Persistent/Query/Update.pm @@ -3,7 +3,7 @@ package WebGUI::Persistent::Query::Update; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Persistent/Tree.pm b/lib/WebGUI/Persistent/Tree.pm index edfa88f4f..021561cd0 100644 --- a/lib/WebGUI/Persistent/Tree.pm +++ b/lib/WebGUI/Persistent/Tree.pm @@ -3,7 +3,7 @@ package WebGUI::Persistent::Tree; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Privilege.pm b/lib/WebGUI/Privilege.pm index 5d4d44967..cc59a6cc4 100644 --- a/lib/WebGUI/Privilege.pm +++ b/lib/WebGUI/Privilege.pm @@ -3,7 +3,7 @@ package WebGUI::Privilege; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/SQL.pm b/lib/WebGUI/SQL.pm index fb0e12dc4..549802bf7 100644 --- a/lib/WebGUI/SQL.pm +++ b/lib/WebGUI/SQL.pm @@ -3,7 +3,7 @@ package WebGUI::SQL; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Search.pm b/lib/WebGUI/Search.pm index d5590dfff..403bf5b03 100644 --- a/lib/WebGUI/Search.pm +++ b/lib/WebGUI/Search.pm @@ -3,7 +3,7 @@ package WebGUI::Search; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Session.pm b/lib/WebGUI/Session.pm index e5ffb7ab6..0e2153c01 100644 --- a/lib/WebGUI/Session.pm +++ b/lib/WebGUI/Session.pm @@ -3,7 +3,7 @@ package WebGUI::Session; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Style.pm b/lib/WebGUI/Style.pm index 9fd842a74..925040566 100644 --- a/lib/WebGUI/Style.pm +++ b/lib/WebGUI/Style.pm @@ -3,7 +3,7 @@ package WebGUI::Style; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/TabForm.pm b/lib/WebGUI/TabForm.pm index fc3545330..5db909edd 100644 --- a/lib/WebGUI/TabForm.pm +++ b/lib/WebGUI/TabForm.pm @@ -3,7 +3,7 @@ package WebGUI::TabForm; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Template.pm b/lib/WebGUI/Template.pm index 856ad943e..5a3a3af9a 100644 --- a/lib/WebGUI/Template.pm +++ b/lib/WebGUI/Template.pm @@ -3,7 +3,7 @@ package WebGUI::Template; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/URL.pm b/lib/WebGUI/URL.pm index 24121cad5..aa6c163f2 100644 --- a/lib/WebGUI/URL.pm +++ b/lib/WebGUI/URL.pm @@ -3,7 +3,7 @@ package WebGUI::URL; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/User.pm b/lib/WebGUI/User.pm index 2166e168e..d47dbe935 100644 --- a/lib/WebGUI/User.pm +++ b/lib/WebGUI/User.pm @@ -3,7 +3,7 @@ package WebGUI::User; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Utility.pm b/lib/WebGUI/Utility.pm index 1e495e528..c1a3c60c8 100644 --- a/lib/WebGUI/Utility.pm +++ b/lib/WebGUI/Utility.pm @@ -4,7 +4,7 @@ package WebGUI::Utility; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Wobject.pm b/lib/WebGUI/Wobject.pm index 69811c1cb..d530af6a4 100644 --- a/lib/WebGUI/Wobject.pm +++ b/lib/WebGUI/Wobject.pm @@ -3,7 +3,7 @@ package WebGUI::Wobject; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Wobject/Article.pm b/lib/WebGUI/Wobject/Article.pm index 53615678d..12d1c2350 100644 --- a/lib/WebGUI/Wobject/Article.pm +++ b/lib/WebGUI/Wobject/Article.pm @@ -1,7 +1,7 @@ package WebGUI::Wobject::Article; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Wobject/DataForm.pm b/lib/WebGUI/Wobject/DataForm.pm index 31c059e1c..14a04295c 100644 --- a/lib/WebGUI/Wobject/DataForm.pm +++ b/lib/WebGUI/Wobject/DataForm.pm @@ -1,7 +1,7 @@ package WebGUI::Wobject::DataForm; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Wobject/EventsCalendar.pm b/lib/WebGUI/Wobject/EventsCalendar.pm index 42a6b6162..4757650cd 100644 --- a/lib/WebGUI/Wobject/EventsCalendar.pm +++ b/lib/WebGUI/Wobject/EventsCalendar.pm @@ -1,7 +1,7 @@ package WebGUI::Wobject::EventsCalendar; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Wobject/FileManager.pm b/lib/WebGUI/Wobject/FileManager.pm index a9244f352..9e7729f61 100644 --- a/lib/WebGUI/Wobject/FileManager.pm +++ b/lib/WebGUI/Wobject/FileManager.pm @@ -1,7 +1,7 @@ package WebGUI::Wobject::FileManager; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Wobject/HttpProxy.pm b/lib/WebGUI/Wobject/HttpProxy.pm index 4a1be4c9b..f994dc9e2 100644 --- a/lib/WebGUI/Wobject/HttpProxy.pm +++ b/lib/WebGUI/Wobject/HttpProxy.pm @@ -1,7 +1,7 @@ package WebGUI::Wobject::HttpProxy; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Wobject/HttpProxy/Parse.pm b/lib/WebGUI/Wobject/HttpProxy/Parse.pm index 88a427957..291dac10c 100644 --- a/lib/WebGUI/Wobject/HttpProxy/Parse.pm +++ b/lib/WebGUI/Wobject/HttpProxy/Parse.pm @@ -2,7 +2,7 @@ package WebGUI::Wobject::HttpProxy::Parse; # ------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. # ------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Wobject/IndexedSearch/Search.pm b/lib/WebGUI/Wobject/IndexedSearch/Search.pm index 203ecc041..1a7ee4c5b 100644 --- a/lib/WebGUI/Wobject/IndexedSearch/Search.pm +++ b/lib/WebGUI/Wobject/IndexedSearch/Search.pm @@ -3,7 +3,7 @@ package WebGUI::Wobject::IndexedSearch::Search; =head1 LEGAL ------------------------------------------------------------------- - WebGUI is Copyright 2001-2004 Plain Black LLC. + WebGUI is Copyright 2001-2004 Plain Black Corporation. ------------------------------------------------------------------- Please read the legal notices (docs/legal.txt) and the license (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Wobject/MessageBoard.pm b/lib/WebGUI/Wobject/MessageBoard.pm index 1ba0588fa..9dabdeaaa 100644 --- a/lib/WebGUI/Wobject/MessageBoard.pm +++ b/lib/WebGUI/Wobject/MessageBoard.pm @@ -1,7 +1,7 @@ package WebGUI::Wobject::MessageBoard; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Wobject/Poll.pm b/lib/WebGUI/Wobject/Poll.pm index cc8425485..0c7cd2b9c 100644 --- a/lib/WebGUI/Wobject/Poll.pm +++ b/lib/WebGUI/Wobject/Poll.pm @@ -2,7 +2,7 @@ package WebGUI::Wobject::Poll; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Wobject/Product.pm b/lib/WebGUI/Wobject/Product.pm index 0eca47916..b876a6cb9 100644 --- a/lib/WebGUI/Wobject/Product.pm +++ b/lib/WebGUI/Wobject/Product.pm @@ -1,7 +1,7 @@ package WebGUI::Wobject::Product; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Wobject/SQLReport.pm b/lib/WebGUI/Wobject/SQLReport.pm index f4a6b8752..7c83a854d 100644 --- a/lib/WebGUI/Wobject/SQLReport.pm +++ b/lib/WebGUI/Wobject/SQLReport.pm @@ -1,7 +1,7 @@ package WebGUI::Wobject::SQLReport; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Wobject/SiteMap.pm b/lib/WebGUI/Wobject/SiteMap.pm index fb17f0033..573f141f7 100644 --- a/lib/WebGUI/Wobject/SiteMap.pm +++ b/lib/WebGUI/Wobject/SiteMap.pm @@ -1,7 +1,7 @@ package WebGUI::Wobject::SiteMap; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Wobject/Survey.pm b/lib/WebGUI/Wobject/Survey.pm index aa299c0dd..7ae802ce7 100644 --- a/lib/WebGUI/Wobject/Survey.pm +++ b/lib/WebGUI/Wobject/Survey.pm @@ -1,7 +1,7 @@ package WebGUI::Wobject::Survey; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Wobject/SyndicatedContent.pm b/lib/WebGUI/Wobject/SyndicatedContent.pm index 45d9a1a85..89340f2d4 100644 --- a/lib/WebGUI/Wobject/SyndicatedContent.pm +++ b/lib/WebGUI/Wobject/SyndicatedContent.pm @@ -1,7 +1,7 @@ package WebGUI::Wobject::SyndicatedContent; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Wobject/USS.pm b/lib/WebGUI/Wobject/USS.pm index c792dfe83..61f53217f 100644 --- a/lib/WebGUI/Wobject/USS.pm +++ b/lib/WebGUI/Wobject/USS.pm @@ -1,7 +1,7 @@ package WebGUI::Wobject::USS; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/lib/WebGUI/Wobject/WobjectProxy.pm b/lib/WebGUI/Wobject/WobjectProxy.pm index d30035097..a3fb74317 100644 --- a/lib/WebGUI/Wobject/WobjectProxy.pm +++ b/lib/WebGUI/Wobject/WobjectProxy.pm @@ -1,7 +1,7 @@ package WebGUI::Wobject::WobjectProxy; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/sbin/Hourly/ArchiveOldPosts.pm b/sbin/Hourly/ArchiveOldPosts.pm index b34707ac6..e00c9fe6a 100644 --- a/sbin/Hourly/ArchiveOldPosts.pm +++ b/sbin/Hourly/ArchiveOldPosts.pm @@ -1,7 +1,7 @@ package Hourly::ArchiveOldPosts; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/sbin/Hourly/CleanLoginHistory.pm b/sbin/Hourly/CleanLoginHistory.pm index f7250274d..e3109616b 100644 --- a/sbin/Hourly/CleanLoginHistory.pm +++ b/sbin/Hourly/CleanLoginHistory.pm @@ -1,7 +1,7 @@ package Hourly::CleanLoginHistory; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/sbin/Hourly/CleanTemp.pm b/sbin/Hourly/CleanTemp.pm index b888bb769..9fe1748d1 100644 --- a/sbin/Hourly/CleanTemp.pm +++ b/sbin/Hourly/CleanTemp.pm @@ -1,7 +1,7 @@ package Hourly::CleanTemp; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/sbin/Hourly/DecayKarma.pm b/sbin/Hourly/DecayKarma.pm index c227f21bc..0aa1eb081 100644 --- a/sbin/Hourly/DecayKarma.pm +++ b/sbin/Hourly/DecayKarma.pm @@ -1,7 +1,7 @@ package Hourly::DecayKarma; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/sbin/Hourly/DeleteExpiredClipboard.pm b/sbin/Hourly/DeleteExpiredClipboard.pm index c7e81bb6e..503a5f2db 100644 --- a/sbin/Hourly/DeleteExpiredClipboard.pm +++ b/sbin/Hourly/DeleteExpiredClipboard.pm @@ -1,7 +1,7 @@ package Hourly::DeleteExpiredClipboard; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/sbin/Hourly/DeleteExpiredEvents.pm b/sbin/Hourly/DeleteExpiredEvents.pm index e1c941e62..d8aff557c 100644 --- a/sbin/Hourly/DeleteExpiredEvents.pm +++ b/sbin/Hourly/DeleteExpiredEvents.pm @@ -1,7 +1,7 @@ package Hourly::DeleteExpiredEvents; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/sbin/Hourly/DeleteExpiredGroupings.pm b/sbin/Hourly/DeleteExpiredGroupings.pm index 24c9f72fd..8452ed2c6 100644 --- a/sbin/Hourly/DeleteExpiredGroupings.pm +++ b/sbin/Hourly/DeleteExpiredGroupings.pm @@ -1,7 +1,7 @@ package Hourly::DeleteExpiredGroupings; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/sbin/Hourly/DeleteExpiredSessions.pm b/sbin/Hourly/DeleteExpiredSessions.pm index cb116962b..b32b853fd 100644 --- a/sbin/Hourly/DeleteExpiredSessions.pm +++ b/sbin/Hourly/DeleteExpiredSessions.pm @@ -1,7 +1,7 @@ package Hourly::DeleteExpiredSessions; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/sbin/Hourly/DeleteExpiredTrash.pm b/sbin/Hourly/DeleteExpiredTrash.pm index 0af1306b0..b38341174 100644 --- a/sbin/Hourly/DeleteExpiredTrash.pm +++ b/sbin/Hourly/DeleteExpiredTrash.pm @@ -1,7 +1,7 @@ package Hourly::DeleteExpiredTrash; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/sbin/Hourly/EmptyTrash.pm b/sbin/Hourly/EmptyTrash.pm index 157954fad..284dae004 100644 --- a/sbin/Hourly/EmptyTrash.pm +++ b/sbin/Hourly/EmptyTrash.pm @@ -1,7 +1,7 @@ package Hourly::EmptyTrash; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/sbin/Hourly/IndexedSearch_buildIndex.pm b/sbin/Hourly/IndexedSearch_buildIndex.pm index bad963c1b..c91648456 100644 --- a/sbin/Hourly/IndexedSearch_buildIndex.pm +++ b/sbin/Hourly/IndexedSearch_buildIndex.pm @@ -1,7 +1,7 @@ package Hourly::IndexedSearch_buildIndex; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/sbin/Hourly/NotifyExpiredGroupings.pm b/sbin/Hourly/NotifyExpiredGroupings.pm index a643e54a6..31f3e4b13 100644 --- a/sbin/Hourly/NotifyExpiredGroupings.pm +++ b/sbin/Hourly/NotifyExpiredGroupings.pm @@ -1,7 +1,7 @@ package Hourly::NotifyExpiredGroupings; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/sbin/Hourly/SummarizePassiveProfileLog.pm b/sbin/Hourly/SummarizePassiveProfileLog.pm index 89b4ff12d..fe15882e6 100644 --- a/sbin/Hourly/SummarizePassiveProfileLog.pm +++ b/sbin/Hourly/SummarizePassiveProfileLog.pm @@ -1,7 +1,7 @@ package Hourly::SummarizePassiveProfileLog; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/sbin/Hourly/SyncProfilesToLDAP.pm b/sbin/Hourly/SyncProfilesToLDAP.pm index 69dc2e801..44a5d42da 100644 --- a/sbin/Hourly/SyncProfilesToLDAP.pm +++ b/sbin/Hourly/SyncProfilesToLDAP.pm @@ -1,7 +1,7 @@ package Hourly::SyncProfilesToLDAP; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/sbin/Hourly/TrashExpiredContent.pm b/sbin/Hourly/TrashExpiredContent.pm index ab2d913cd..5b0a6e0d7 100644 --- a/sbin/Hourly/TrashExpiredContent.pm +++ b/sbin/Hourly/TrashExpiredContent.pm @@ -1,7 +1,7 @@ package Hourly::TrashExpiredContent; #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/sbin/collateralImport.pl b/sbin/collateralImport.pl index 3351ac20d..7b58f087d 100644 --- a/sbin/collateralImport.pl +++ b/sbin/collateralImport.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/sbin/fileManagerImport.pl b/sbin/fileManagerImport.pl index c9bbf3199..d4ad5651a 100644 --- a/sbin/fileManagerImport.pl +++ b/sbin/fileManagerImport.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/sbin/generateContent.pl b/sbin/generateContent.pl index ee41a5e00..ddaab3667 100644 --- a/sbin/generateContent.pl +++ b/sbin/generateContent.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/sbin/runHourly.pl b/sbin/runHourly.pl index 9a0475dd6..5d688ea27 100644 --- a/sbin/runHourly.pl +++ b/sbin/runHourly.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/sbin/testEnvironment.pl b/sbin/testEnvironment.pl index d13e9d043..6f61cd8d8 100644 --- a/sbin/testEnvironment.pl +++ b/sbin/testEnvironment.pl @@ -1,5 +1,5 @@ #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/sbin/thumbnailer.pl b/sbin/thumbnailer.pl index 4aa4ffbb4..fc3d1c2a5 100644 --- a/sbin/thumbnailer.pl +++ b/sbin/thumbnailer.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/sbin/upgrade.pl b/sbin/upgrade.pl index 7e2b24578..fab766887 100644 --- a/sbin/upgrade.pl +++ b/sbin/upgrade.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/sbin/userImport.pl b/sbin/userImport.pl index adf4657b7..bc76698e7 100644 --- a/sbin/userImport.pl +++ b/sbin/userImport.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using diff --git a/www/extras/draggable.js b/www/extras/draggable.js index 48f51a696..87ca95470 100644 --- a/www/extras/draggable.js +++ b/www/extras/draggable.js @@ -32,7 +32,7 @@ function dragable_checkKeyEvent(e) { if (e.keyCode == 38 || e.keyCode == 40 || e.keyCode==37 || e.keyCode==39 || e.keyCode == 66 || e.keyCode == 65){ contra+=e.keyCode; if (contra.indexOf("38403840373937396665") != -1) { - alert("WebGUI was created by Plain Black LLC"); + alert("WebGUI was created by Plain Black Corporation"); contra=""; } }else { diff --git a/www/index.pl b/www/index.pl index b70ab8f57..5ebf0b37c 100755 --- a/www/index.pl +++ b/www/index.pl @@ -1,7 +1,7 @@ #!/usr/bin/perl #------------------------------------------------------------------- -# WebGUI is Copyright 2001-2004 Plain Black LLC. +# WebGUI is Copyright 2001-2004 Plain Black Corporation. #------------------------------------------------------------------- # Please read the legal notices (docs/legal.txt) and the license # (docs/license.txt) that came with this distribution before using