summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2016-08-08 10:45:39 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-08-08 12:49:58 -0400
commit3b8c5419859800cb3999d42457b7d993f2f67431 (patch)
treed44c4d0738890502dbafb6eeab9d69359723dec0
parent381254a19aad3366aa2ab0b423477be95c2d954c (diff)
downloadtalos-hostboot-3b8c5419859800cb3999d42457b7d993f2f67431.tar.gz
talos-hostboot-3b8c5419859800cb3999d42457b7d993f2f67431.zip
Add IBM as contributor for all internally mirrored files
Change-Id: I279b3b4529a2bf1afd387d7eaf4c912c8e849113 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27996 Reviewed-by: Prachi Gupta <pragupta@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Martin Peschke <mpeschke@de.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
-rwxr-xr-xsrc/build/tools/addCopyright5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/build/tools/addCopyright b/src/build/tools/addCopyright
index 36da77703..8ef064b15 100755
--- a/src/build/tools/addCopyright
+++ b/src/build/tools/addCopyright
@@ -1117,6 +1117,11 @@ sub getFileContributors
chomp($curAuthorEmail);
push(@gitAuthors, $curAuthorEmail);
}
+ # Internal mirror, add IBM as contributor
+ elsif ($ENV{'MIRROR'} == 1)
+ {
+ push(@gitAuthors, "\@ibm.com>");
+ }
foreach my $contributor (@gitAuthors)
{
OpenPOWER on IntegriCloud