mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
EmbeddedPkg: align UNI file headers with UNI Spec standard
The Uni file standard specifies that comments begin with the characters "//". The following files contained incorrectly formatted C-style comments and have been updated: EmbeddedPkg/Drivers/ConsolePrefDxe/ConsolePrefHii.uni EmbeddedPkg/Drivers/DtPlatformDxe/DtPlatformHii.uni EmbeddedPkg/Drivers/MemoryAttributeManagerDxe/MemoryAttributeManagerDxeHii.uni The problems were identified during testing of the parser https://github.com/xpahos/edk2-idea. Signed-off-by: Alexander Gryanko <xpahos@gmail.com>
This commit is contained in:
parent
83296834f0
commit
70bddc908f
3 changed files with 21 additions and 21 deletions
|
|
@ -1,10 +1,10 @@
|
|||
/** @file
|
||||
*
|
||||
* Copyright (c) 2017, Linaro, Ltd. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
*
|
||||
**/
|
||||
// /** @file
|
||||
//
|
||||
// Copyright (c) 2017, Linaro, Ltd. All rights reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
//
|
||||
//**/
|
||||
|
||||
#langdef en-US "English"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
/** @file
|
||||
*
|
||||
* Copyright (c) 2017, Linaro, Ltd. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
*
|
||||
**/
|
||||
// /** @file
|
||||
//
|
||||
// Copyright (c) 2017, Linaro, Ltd. All rights reserved.
|
||||
//
|
||||
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
//
|
||||
// **/
|
||||
|
||||
#langdef en-US "English"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
/** @file
|
||||
|
||||
Copyright (c) 2023-2024, Mario Bălănică <mariobalanica02@gmail.com>
|
||||
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
|
||||
**/
|
||||
// /** @file
|
||||
//
|
||||
// Copyright (c) 2023-2024, Mario Bălănică <mariobalanica02@gmail.com>
|
||||
//
|
||||
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
//
|
||||
// **/
|
||||
|
||||
#langdef en-US "English"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue