summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2022-03-25 00:01:05 -0500
committerMatt A. Tobin <email@mattatobin.com>2022-03-25 00:01:05 -0500
commit46de659d63f8485dc01175ae0e36235bd2b11e58 (patch)
treecf71ea28cafdecb502918bb1685eb255d9b51d56 /config
parent8a34848ce0f6d4006947c51227b05bec6d12bfdb (diff)
downloadaura-central-46de659d63f8485dc01175ae0e36235bd2b11e58.tar.gz
Rebrand the Platform Codebase
Diffstat (limited to 'config')
-rwxr-xr-xconfig/version_win.pl6
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;}