summaryrefslogtreecommitdiffstats
path: root/src/build/tools/addCopyright.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/tools/addCopyright.pl')
-rwxr-xr-xsrc/build/tools/addCopyright.pl10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/build/tools/addCopyright.pl b/src/build/tools/addCopyright.pl
index 406bc7052..604fa9807 100755
--- a/src/build/tools/addCopyright.pl
+++ b/src/build/tools/addCopyright.pl
@@ -81,10 +81,12 @@ use constant IBM => 'International Business Machines Corp.';
use constant GOOGLE => 'Google Inc.';
# Create mapping for git contrubitors to companies
-my %fileContributorsCompany = ();
-$fileContributorsCompany{"ibm.com"} = IBM;
-$fileContributorsCompany{"google.com"} = GOOGLE;
-$fileContributorsCompany{"Google Shared Technology"} = GOOGLE;
+my %fileContributorsCompany = (
+ "ibm.com" => IBM,
+ "ozlabs.org" => IBM,
+ "google.com" => GOOGLE,
+ "Google Shared Technology" => GOOGLE,
+);
## note that these use single ticks so that the escape chars are NOT evaluated yet.
my $OLD_DELIMITER_END = 'IBM_PROLOG_END';
OpenPOWER on IntegriCloud