From 3b8c5419859800cb3999d42457b7d993f2f67431 Mon Sep 17 00:00:00 2001 From: Stephen Cprek Date: Mon, 8 Aug 2016 10:45:39 -0500 Subject: 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 Tested-by: Jenkins Server Reviewed-by: Martin Peschke Reviewed-by: Martin Gloff Reviewed-by: Daniel M. Crowell --- src/build/tools/addCopyright | 5 +++++ 1 file changed, 5 insertions(+) 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) { -- cgit v1.2.1