diff options
| author | Stephen Cprek <smcprek@us.ibm.com> | 2016-03-24 14:12:39 -0500 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2016-08-05 10:44:47 -0400 |
| commit | 36b757e4ce2bac2107c6776ca4c4f529a5fa1b83 (patch) | |
| tree | 9f8fa87b778259f4c306022d574f9848d7b84cf3 /src/build/tools/pre-commit-actions | |
| parent | 51dd9c2385c56836385acbc0d95258682b7d01d3 (diff) | |
| download | talos-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/pre-commit-actions')
| -rwxr-xr-x | src/build/tools/pre-commit-actions | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/build/tools/pre-commit-actions b/src/build/tools/pre-commit-actions index fc2740bdd..d47dfff74 100755 --- a/src/build/tools/pre-commit-actions +++ b/src/build/tools/pre-commit-actions @@ -6,7 +6,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2015 +# Contributors Listed Below - COPYRIGHT 2015,2016 # [+] International Business Machines Corp. # # @@ -27,7 +27,7 @@ # This hook is used to add or update copyright prolog statements and run # the code beautifier astyle. -my $copyrightScript = "addCopyright.pl"; +my $copyrightScript = "addCopyright"; ## Make up a list of all staged files ( --cached --name-only ) ## Filter for only Added or Modified ( --diff-filter=AM ) |

