mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
PrmPkg: 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: PrmPkg/Application/PrmInfo/PrmInfoStrings.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
6bbf3cbfe6
commit
47204fbe6a
1 changed files with 7 additions and 7 deletions
|
|
@ -1,10 +1,10 @@
|
|||
/** @file
|
||||
String definitions for the PRM Information UEFI shell application.
|
||||
|
||||
Copyright (C) Microsoft Corporation. All rights reserved.
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
|
||||
*/
|
||||
// /** @file
|
||||
// String definitions for the PRM Information UEFI shell application.
|
||||
//
|
||||
// Copyright (C) Microsoft Corporation. All rights reserved.
|
||||
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
//
|
||||
// */
|
||||
|
||||
#langdef en-US "English"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue