summaryrefslogtreecommitdiffstats
path: root/src/build/tools/copyright-check.sh
diff options
context:
space:
mode:
authorStephen Cprek <smcprek@us.ibm.com>2016-03-24 14:12:39 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-08-05 10:44:47 -0400
commit36b757e4ce2bac2107c6776ca4c4f529a5fa1b83 (patch)
tree9f8fa87b778259f4c306022d574f9848d7b84cf3 /src/build/tools/copyright-check.sh
parent51dd9c2385c56836385acbc0d95258682b7d01d3 (diff)
downloadtalos-hostboot-36b757e4ce2bac2107c6776ca4c4f529a5fa1b83.tar.gz
talos-hostboot-36b757e4ce2bac2107c6776ca4c4f529a5fa1b83.zip
Enable the import tree to have hostboot prologs
Also removed suffix from addCopyright script Change-Id: I83f633ee8a9e91eccf817756e8f4f19a6c89da27 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22460 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/build/tools/copyright-check.sh')
-rwxr-xr-xsrc/build/tools/copyright-check.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/build/tools/copyright-check.sh b/src/build/tools/copyright-check.sh
index 07445902d..2b3c23961 100755
--- a/src/build/tools/copyright-check.sh
+++ b/src/build/tools/copyright-check.sh
@@ -6,7 +6,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2011,2015
+# Contributors Listed Below - COPYRIGHT 2011,2016
# [+] International Business Machines Corp.
#
#
@@ -25,12 +25,12 @@
# IBM_PROLOG_END_TAG
#
-# Front end to addCopyright.pl - script to check for copyright block during
+# Front end to addCopyright - script to check for copyright block during
# Gerrit checkin.
#
export WORKSPACE_DIR=`pwd`
-export ADDCOPYRIGHT=${WORKSPACE_DIR}/src/build/tools/addCopyright.pl
+export ADDCOPYRIGHT=${WORKSPACE_DIR}/src/build/tools/addCopyright
## run git show to get a list of checked in files
CHECKINFILES=`git show --pretty=format: --name-only -n1 | tr '\n' ' '`
OpenPOWER on IntegriCloud