summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-04-19 16:47:11 +0000
committerMoonchild <moonchild@palemoon.org>2022-04-19 16:47:11 +0000
commit99ec088ecf1259643f6124206af024de3ebc49ad (patch)
tree1c76a5a7ff9c370f0c19d8448bba5c6f6772ffae /config
parent062a5085b12f33e8f7c4bb76bd539bd60f3c3686 (diff)
downloaduxp-99ec088ecf1259643f6124206af024de3ebc49ad.tar.gz
No issue - Use UXP generic credentials if no module.ver is present.
Diffstat (limited to 'config')
-rwxr-xr-xconfig/version_win.pl4
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";