mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
OvmfPkg: 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: OvmfPkg/Library/Tcg2PhysicalPresenceLibQemu/PhysicalPresenceStrings.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
ad44b8d552
commit
6bbf3cbfe6
1 changed files with 7 additions and 7 deletions
|
|
@ -1,10 +1,10 @@
|
|||
/** @file
|
||||
String definitions for TPM 2.0 physical presence confirm text.
|
||||
|
||||
Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
|
||||
**/
|
||||
// /** @file
|
||||
// String definitions for TPM 2.0 physical presence confirm text.
|
||||
//
|
||||
// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>
|
||||
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
//
|
||||
// **/
|
||||
|
||||
#langdef en-US "English"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue