summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorPatrick Williams <iawillia@us.ibm.com>2015-07-06 12:40:24 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2015-07-17 09:15:02 -0500
commit416c36d20651783f52ad87e68f42bf23c15777a0 (patch)
tree05f4c447c3bceb7c8e911e94a6b925ed46a1d01b /src/build
parent06ffb0d8868e0bd3143447d913932d72614f6c62 (diff)
downloadtalos-hostboot-416c36d20651783f52ad87e68f42bf23c15777a0.tar.gz
talos-hostboot-416c36d20651783f52ad87e68f42bf23c15777a0.zip
Make ozlabs contribs part of IBM.
Change-Id: I91bb33c15a2bd93018e081a08a381604a96a582a Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/18940 Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/build')
-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