ArmPlatformPkg: Fix Ecc error 8001
This patch fixes the following Ecc reported error: File header doesn't exist File header comment missing the ""Copyright"" Even though a copyright is present in the header file, the leading '*' char prevents the Ecc tool from detecting it. According to the edk2 coding specifcation, section 5.2.3 "File Heading", there should not be leading '*' char. Signed-off-by: Pierre Gondois <Pierre.Gondois@arm.com> Reviewed-by: Ard Biesheuvel <ardb@kernel.org> Reviewed-by: Sami Mujawar <sami.mujawar@arm.com>
This commit is contained in:
		
				
					committed by
					
						![mergify[bot]](/avatar/e3df20cd7a67969c41a65f03bea54961?size=40) mergify[bot]
						mergify[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							3c13938079
						
					
				
				
					commit
					5a5440d0dc
				
			| @@ -1,9 +1,9 @@ | ||||
| /** @file | ||||
| * | ||||
| *  Copyright (c) 2011 - 2013, ARM Limited. All rights reserved. | ||||
| * | ||||
| *  SPDX-License-Identifier: BSD-2-Clause-Patent | ||||
| * | ||||
|  | ||||
|   Copyright (c) 2011 - 2013, ARM Limited. All rights reserved. | ||||
|  | ||||
|   SPDX-License-Identifier: BSD-2-Clause-Patent | ||||
|  | ||||
| **/ | ||||
|  | ||||
| #include "PrePi.h" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user