diff options
author | Patrick Williams <iawillia@us.ibm.com> | 2014-06-30 11:40:49 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-06-30 12:07:53 -0500 |
commit | b63b8c9f512b64e14802c2b0d90fb93645ebbee2 (patch) | |
tree | 5791660863ed0de648f50bd66096e67b12d2ac29 | |
parent | e84ce96dec683aba25ba5e620cef053fb588bbce (diff) | |
download | talos-hostboot-b63b8c9f512b64e14802c2b0d90fb93645ebbee2.tar.gz talos-hostboot-b63b8c9f512b64e14802c2b0d90fb93645ebbee2.zip |
Add delimintor in copyright contributor string.
Change-Id: Idc6485bab04eaec37e2660dbfbdac8eef11bd063
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/11881
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
-rwxr-xr-x | src/build/tools/addCopyright.pl | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/build/tools/addCopyright.pl b/src/build/tools/addCopyright.pl index 416952485..a49683cc9 100755 --- a/src/build/tools/addCopyright.pl +++ b/src/build/tools/addCopyright.pl @@ -6,7 +6,9 @@ # # OpenPOWER HostBoot Project # -# COPYRIGHT International Business Machines Corp. 2011,2014 +# Contributors Listed Below - COPYRIGHT 2011,2014 +# [+] 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. @@ -16,8 +18,8 @@ # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express -# or implied. See the License for the specific language governing +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or +# implied. See the License for the specific language governing # permissions and limitations under the License. # # IBM_PROLOG_END_TAG @@ -70,7 +72,7 @@ my $copyrightSymbol = ""; # my $copyrightSymbol = "(C)"; # Uncomment if unable to use character. my $projectName = "HostBoot"; -my $copyrightStr = "Contributors Listed Below COPYRIGHT"; +my $copyrightStr = "Contributors Listed Below - COPYRIGHT"; # Constants for company's copyright # When adding a new company add constant here and to %fileContributorsCompany |