mirror of
https://github.com/Dasharo/edk2-upstream.git
synced 2026-06-13 19:16:19 -07:00
SecurityPkg: 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: SecurityPkg/Library/DxeTcg2PhysicalPresenceLib/PhysicalPresenceStrings.uni SecurityPkg/Library/DxeTcgPhysicalPresenceLib/PhysicalPresenceStrings.uni SecurityPkg/Tcg/Tcg2Config/Tcg2ConfigStrings.uni SecurityPkg/Tcg/TcgConfigDxe/TcgConfigStrings.uni SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/SecureBootConfigStrings.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:
committed by
mergify[bot]
parent
7347c32f65
commit
201a4fe3ec
@@ -1,10 +1,10 @@
|
||||
/** @file
|
||||
String definitions for TPM 2.0 physical presence confirm text.
|
||||
|
||||
Copyright (c) 2013 - 2018, 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 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
//
|
||||
// **/
|
||||
|
||||
#langdef en-US "English"
|
||||
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
/** @file
|
||||
String definitions for TPM 1.2 physical presence confirm text.
|
||||
|
||||
Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
(C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
|
||||
**/
|
||||
// /** @file
|
||||
// String definitions for TPM 1.2 physical presence confirm text.
|
||||
//
|
||||
// Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
// (C) Copyright 2016 Hewlett Packard Enterprise Development LP<BR>
|
||||
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
//
|
||||
// **/
|
||||
|
||||
#langdef en-US "English"
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
/** @file
|
||||
String definitions for TCG2 configuration form.
|
||||
|
||||
Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
|
||||
**/
|
||||
// /** @file
|
||||
// String definitions for TCG2 configuration form.
|
||||
//
|
||||
// Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
//
|
||||
// **/
|
||||
|
||||
#langdef en-US "English"
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
/** @file
|
||||
String definitions for TCG configuration form.
|
||||
|
||||
Copyright (c) 2011 - 2019, Intel Corporation. All rights reserved.<BR>
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
|
||||
**/
|
||||
// /** @file
|
||||
// String definitions for TCG configuration form.
|
||||
//
|
||||
// Copyright (c) 2011 - 2019, Intel Corporation. All rights reserved.<BR>
|
||||
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
//
|
||||
// **/
|
||||
|
||||
#langdef en-US "English"
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
/** @file
|
||||
String definitions for Secure Boot Configuration form.
|
||||
|
||||
Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
|
||||
**/
|
||||
// /** @file
|
||||
// String definitions for Secure Boot Configuration form.
|
||||
//
|
||||
// Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>
|
||||
// SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
//
|
||||
// **/
|
||||
|
||||
#langdef en-US "English"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user