mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg: Fix Ecc error 9001
This patch fixes the following Ecc reported error: INF/DEC/DSC/FDF file header comment should begin with "## @file" or "# @file" at the very top file 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:
parent
5a5440d0dc
commit
890e6d466c
|
@ -1,10 +1,10 @@
|
|||
/** @file
|
||||
*
|
||||
* Copyright (c) 2011 - 2020, Arm Limited. All rights reserved.<BR>
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
*
|
||||
**/
|
||||
## @file
|
||||
#
|
||||
# Copyright (c) 2011 - 2020, Arm Limited. All rights reserved.<BR>
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#
|
||||
##
|
||||
|
||||
[Defines]
|
||||
INF_VERSION = 0x00010005
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
/** @file
|
||||
*
|
||||
* Copyright (c) 2011 - 2020, Arm Limited. All rights reserved.<BR>
|
||||
* Copyright (c) 2018, Linaro Limited. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
*
|
||||
**/
|
||||
## @file
|
||||
#
|
||||
# Copyright (c) 2011 - 2020, Arm Limited. All rights reserved.<BR>
|
||||
# Copyright (c) 2018, Linaro Limited. All rights reserved.
|
||||
#
|
||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#
|
||||
##
|
||||
|
||||
[Defines]
|
||||
INF_VERSION = 0x00010005
|
||||
|
|
Loading…
Reference in New Issue