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-prologs | |
| parent | 51dd9c2385c56836385acbc0d95258682b7d01d3 (diff) | |
| download | blackbird-hostboot-36b757e4ce2bac2107c6776ca4c4f529a5fa1b83.tar.gz blackbird-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-prologs')
| -rwxr-xr-x | src/build/tools/pre-commit-prologs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/build/tools/pre-commit-prologs b/src/build/tools/pre-commit-prologs index 4fe92a065..a64e4d176 100755 --- a/src/build/tools/pre-commit-prologs +++ b/src/build/tools/pre-commit-prologs @@ -6,7 +6,9 @@ # # OpenPOWER HostBoot Project # -# COPYRIGHT International Business Machines Corp. 2011,2014 +# Contributors Listed Below - COPYRIGHT 2011,2016 +# [+] International Business Machines Corp. +# # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -24,7 +26,7 @@ # This hook is used to add or update copyright prolog statements -my $script = "addCopyright.pl"; +my $script = "addCopyright"; ## Make up a list of all staged files ( --cached --name-only ) ## Filter for only Added or Modified ( --diff-filter=AM ) |

