summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2015-12-07 16:57:22 -0600
committerPatrick Williams <iawillia@us.ibm.com>2015-12-11 15:30:28 -0600
commit86aa79ffb51fc1286dad97d4275ee805d95c9b7e (patch)
treeea51690543250bea15a5529590c70ef4539dd6ca /src
parent3b57d1c52f78645cfbe69f1dd059ac964d53de1f (diff)
downloadtalos-hostboot-86aa79ffb51fc1286dad97d4275ee805d95c9b7e.tar.gz
talos-hostboot-86aa79ffb51fc1286dad97d4275ee805d95c9b7e.zip
Fix copyright prolog to handle moved files
Change-Id: I6e28a1ff5dbc3150b63669656e2f30068a6bd040 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22519 Tested-by: Jenkins Server Reviewed-by: PRACHI GUPTA <pragupta@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/build/tools/addCopyright.pl4
-rw-r--r--src/usr/isteps/istep13/call_mem_pll_initf.C1
-rw-r--r--src/usr/isteps/istep13/call_mem_pll_setup.C1
-rw-r--r--src/usr/isteps/istep13/hbVddrMsg.C1
-rw-r--r--src/usr/isteps/istep13/palmetto_vddr.C1
-rw-r--r--src/usr/isteps/istep13/platform_vddr.H1
6 files changed, 7 insertions, 2 deletions
diff --git a/src/build/tools/addCopyright.pl b/src/build/tools/addCopyright.pl
index ba0672242..af97800b1 100755
--- a/src/build/tools/addCopyright.pl
+++ b/src/build/tools/addCopyright.pl
@@ -1080,7 +1080,7 @@ sub getFileContributors
my %fileContributors = ();
# Check file for company Origin
- my $gitDomain = `git log -- $filename | grep Origin: | sort | uniq`;
+ my $gitDomain = `git log --follow -- $filename | grep Origin: | sort | uniq`;
my @gitDomain = split('\n', $gitDomain);
foreach my $origin (@gitDomain)
{
@@ -1097,7 +1097,7 @@ sub getFileContributors
}
# Check file for all contributors
- my $gitAuthors = `git log --pretty="%aN <%aE>" -- $filename | sort | uniq`;
+ my $gitAuthors = `git log --follow --pretty="%aN <%aE>" -- $filename | sort | uniq`;
my @gitAuthors = split('\n', $gitAuthors);
# Add current commiter.
diff --git a/src/usr/isteps/istep13/call_mem_pll_initf.C b/src/usr/isteps/istep13/call_mem_pll_initf.C
index 2217ec42b..bbeb93e83 100644
--- a/src/usr/isteps/istep13/call_mem_pll_initf.C
+++ b/src/usr/isteps/istep13/call_mem_pll_initf.C
@@ -6,6 +6,7 @@
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2015 */
+/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
/* */
diff --git a/src/usr/isteps/istep13/call_mem_pll_setup.C b/src/usr/isteps/istep13/call_mem_pll_setup.C
index 9ddddcabd..3e5715cc7 100644
--- a/src/usr/isteps/istep13/call_mem_pll_setup.C
+++ b/src/usr/isteps/istep13/call_mem_pll_setup.C
@@ -6,6 +6,7 @@
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2015 */
+/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
/* */
diff --git a/src/usr/isteps/istep13/hbVddrMsg.C b/src/usr/isteps/istep13/hbVddrMsg.C
index 0c253f9a5..70bb61af5 100644
--- a/src/usr/isteps/istep13/hbVddrMsg.C
+++ b/src/usr/isteps/istep13/hbVddrMsg.C
@@ -6,6 +6,7 @@
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2012,2015 */
+/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
/* */
diff --git a/src/usr/isteps/istep13/palmetto_vddr.C b/src/usr/isteps/istep13/palmetto_vddr.C
index b3307a63f..d115fe88b 100644
--- a/src/usr/isteps/istep13/palmetto_vddr.C
+++ b/src/usr/isteps/istep13/palmetto_vddr.C
@@ -6,6 +6,7 @@
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2014,2015 */
+/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
/* */
diff --git a/src/usr/isteps/istep13/platform_vddr.H b/src/usr/isteps/istep13/platform_vddr.H
index 0ec49a869..da1dbc4d2 100644
--- a/src/usr/isteps/istep13/platform_vddr.H
+++ b/src/usr/isteps/istep13/platform_vddr.H
@@ -6,6 +6,7 @@
/* OpenPOWER HostBoot Project */
/* */
/* Contributors Listed Below - COPYRIGHT 2014,2015 */
+/* [+] Google Inc. */
/* [+] International Business Machines Corp. */
/* */
/* */
OpenPOWER on IntegriCloud