diff options
author | Matt A. Tobin <email@mattatobin.com> | 2022-03-25 00:01:05 -0500 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2022-03-25 00:01:05 -0500 |
commit | 46de659d63f8485dc01175ae0e36235bd2b11e58 (patch) | |
tree | cf71ea28cafdecb502918bb1685eb255d9b51d56 /config | |
parent | 8a34848ce0f6d4006947c51227b05bec6d12bfdb (diff) | |
download | aura-central-46de659d63f8485dc01175ae0e36235bd2b11e58.tar.gz |
Rebrand the Platform Codebase
Diffstat (limited to 'config')
-rwxr-xr-x | config/version_win.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/version_win.pl b/config/version_win.pl index ab2bf1219..f3eec5377 100755 --- a/config/version_win.pl +++ b/config/version_win.pl @@ -235,9 +235,9 @@ for ($j = 1; $j < 4; $j++) my $winappversion = "$appver[0],$appver[1],$appver[2],$appver[3]"; my $copyright = "License: MPL 2.0"; -my $company = "GRE Contributors"; -my $trademarks = "GRE and Goanna are (tm) Moonchild Productions"; -my $productname = "Goanna Runtime Environment"; +my $company = "ARE Contributors"; +my $trademarks = "ARE is (tm) Binary Outcast"; +my $productname = "Aura Runtime Environment"; if (defined($override_comment)){$override_comment =~ s/\@MOZ_APP_DISPLAYNAME\@/$displayname/g; $comment=$override_comment;} |