From b63b8c9f512b64e14802c2b0d90fb93645ebbee2 Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Mon, 30 Jun 2014 11:40:49 -0500 Subject: 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 --- src/build/tools/addCopyright.pl | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/build/tools/addCopyright.pl') 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 -- cgit v1.2.1