summaryrefslogtreecommitdiffstats
path: root/src/build/tools/addCopyright
diff options
context:
space:
mode:
Diffstat (limited to 'src/build/tools/addCopyright')
-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