summaryrefslogtreecommitdiffstats
path: root/src/build
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2019-06-24 09:32:44 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2019-06-26 15:01:25 -0500
commit6fccf28881ecc8adb2c6f1ed877e1f41967ab8a6 (patch)
treec90a68228d9f60f12aabf4a2acde847c37d0b060 /src/build
parentc88e93047c9a7e9ffbe819e94850939d57c3e1bd (diff)
downloadtalos-hostboot-6fccf28881ecc8adb2c6f1ed877e1f41967ab8a6.tar.gz
talos-hostboot-6fccf28881ecc8adb2c6f1ed877e1f41967ab8a6.zip
Add explicit support for a few new companies in copyright
Commits from contributors from the following domains will now reflect the company name instead of the individual contributor. - inspur.com - yadro.com - supermicro.com Change-Id: Ia33baf5da38e94e36db8a8a3212fe98baeee6a48 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/79402 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/build')
-rwxr-xr-xsrc/build/tools/addCopyright6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/build/tools/addCopyright b/src/build/tools/addCopyright
index 81e871010..1a172a49b 100755
--- a/src/build/tools/addCopyright
+++ b/src/build/tools/addCopyright
@@ -96,6 +96,9 @@ use constant LICENSE_PROLOG => "LICENSE_PROLOG";
# When adding a new company add constant here and to %fileContributorsCompany
use constant IBM => 'International Business Machines Corp.';
use constant GOOGLE => 'Google Inc.';
+use constant INSPUR => 'Inspur Power Systems Corp.';
+use constant SUPERMICRO => 'Super Micro Computer, Inc.';
+use constant YADRO => 'YADRO';
# Create mapping for git contrubitors to companies
my %fileContributorsCompany = (
@@ -103,6 +106,9 @@ my %fileContributorsCompany = (
"ozlabs.org" => IBM,
"google.com" => GOOGLE,
"Google Shared Technology" => GOOGLE,
+ "inspur.com" => INSPUR,
+ "supermicro.com" => SUPERMICRO,
+ "yadro.com" => YADRO,
);
#------------------------------------------------------------------------------
OpenPOWER on IntegriCloud