changed company name

This commit is contained in:
JT Smith 2004-09-03 17:01:59 +00:00
parent e570009912
commit c866d00c1b
175 changed files with 179 additions and 178 deletions

View file

@ -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

View file

@ -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'");