diff options
Diffstat (limited to 'config')
-rwxr-xr-x | config/version_win.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/version_win.pl b/config/version_win.pl index 26c3fea9ed..b6e69c40b0 100755 --- a/config/version_win.pl +++ b/config/version_win.pl @@ -235,8 +235,8 @@ for ($j = 1; $j < 4; $j++) my $winappversion = "$appver[0],$appver[1],$appver[2],$appver[3]"; my $copyright = "License: MPL 2.0"; -my $company = "Moonchild Productions"; -my $trademarks = "Moonchild"; +my $company = "UXP Contributors"; +my $trademarks = "Goanna is (tm) Moonchild Productions"; my $productname = "UXP"; |