Skip to content

Commit

Permalink
Bug 230791 Wrong company name and trademarks in mozilla.exe p=mbockel…
Browse files Browse the repository at this point in the history
…camp@web.de r=leaf sr=bryner
  • Loading branch information
neil%parkwaycc.co.uk committed Jan 22, 2004
1 parent 3eef660 commit 74f9ae7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions composer/app/module.rc
Expand Up @@ -146,12 +146,12 @@ BEGIN
BEGIN
VALUE "Comments", ""
VALUE "LegalCopyright", "License: MPL 1.1/GPL 2.0/LGPL 2.1"
VALUE "CompanyName", "Mozilla, Netscape"
VALUE "CompanyName", "Mozilla Foundation"
VALUE "FileDescription", "Composer"
VALUE "FileVersion", "Personal Debug"
VALUE "ProductVersion", "Personal Debug"
VALUE "InternalName", ""
VALUE "LegalTrademarks", "Mozilla, Netscape"
VALUE "LegalTrademarks", "Mozilla"
VALUE "OriginalFilename", "composer.exe"

VALUE "PrivateBuild", ""
Expand Down
4 changes: 2 additions & 2 deletions config/version_win.pl
Expand Up @@ -247,8 +247,8 @@ sub getNextEntry
}

my $copyright = "License: MPL 1.1/GPL 2.0/LGPL 2.1";
my $company = "Mozilla, Netscape";
my $trademarks = "Mozilla, Netscape";
my $company = "Mozilla Foundation";
my $trademarks = "Mozilla";
my $productname = "Mozilla";


Expand Down

0 comments on commit 74f9ae7

Please sign in to comment.