From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 716261A1E86 for ; Sun, 16 Oct 2016 18:33:12 -0700 (PDT) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP; 16 Oct 2016 18:33:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,356,1473145200"; d="scan'208";a="180441387" Received: from shwdeopenpsi014.ccr.corp.intel.com ([10.239.9.34]) by fmsmga004.fm.intel.com with ESMTP; 16 Oct 2016 18:33:12 -0700 From: Hao Wu To: edk2-devel@lists.01.org Cc: Hao Wu , Jiewen Yao , Chao Zhang Date: Mon, 17 Oct 2016 09:32:51 +0800 Message-Id: <1476667971-11456-3-git-send-email-hao.a.wu@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.0 In-Reply-To: <1476667971-11456-1-git-send-email-hao.a.wu@intel.com> References: <1476667971-11456-1-git-send-email-hao.a.wu@intel.com> Subject: [PATCH 2/2] SecurityPkg: Fix typo 'Ihis' with 'This' in codes X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2016 01:33:12 -0000 Cc: Jiewen Yao Cc: Chao Zhang Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Hao Wu --- SecurityPkg/Include/Library/HashLib.h | 4 ++-- SecurityPkg/Include/Library/Tcg2PhysicalPresenceLib.h | 2 +- SecurityPkg/Include/Library/Tcg2PpVendorLib.h | 4 ++-- SecurityPkg/Include/Library/TcgPhysicalPresenceLib.h | 4 ++-- SecurityPkg/Include/Library/TcgPpVendorLib.h | 4 ++-- SecurityPkg/Include/Library/TpmCommLib.h | 4 ++-- SecurityPkg/Include/Library/TrEEPhysicalPresenceLib.h | 4 ++-- SecurityPkg/Include/Library/TrEEPpVendorLib.h | 4 ++-- SecurityPkg/Include/Ppi/FirmwareVolumeInfoMeasurementExcluded.h | 4 ++-- SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.c | 4 ++-- SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.c | 4 ++-- .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.c | 4 ++-- .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.h | 4 ++-- .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.c | 4 ++-- .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf | 4 ++-- .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.uni | 4 ++-- .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.c | 4 ++-- .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf | 4 ++-- .../Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.uni | 4 ++-- SecurityPkg/Library/HashLibTpm2/HashLibTpm2.c | 4 ++-- SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.c | 4 ++-- SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.c | 4 ++-- SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.c | 2 +- SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.c | 4 ++-- SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf | 4 ++-- SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.uni | 6 +++--- SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.c | 4 ++-- SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf | 4 ++-- SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.uni | 6 +++--- SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.c | 4 ++-- SecurityPkg/Library/Tpm2DeviceLibTrEE/Tpm2DeviceLibTrEE.c | 4 ++-- 31 files changed, 62 insertions(+), 62 deletions(-) diff --git a/SecurityPkg/Include/Library/HashLib.h b/SecurityPkg/Include/Library/HashLib.h index b857569..8be8b9c 100644 --- a/SecurityPkg/Include/Library/HashLib.h +++ b/SecurityPkg/Include/Library/HashLib.h @@ -1,9 +1,9 @@ /** @file - Ihis library abstract TPM2 hash calculation. + This library abstract TPM2 hash calculation. The platform can choose multiply hash, while caller just need invoke these API. Then all hash value will be returned and/or extended. -Copyright (c) 2013, Intel Corporation. All rights reserved.
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/SecurityPkg/Include/Library/Tcg2PhysicalPresenceLib.h b/SecurityPkg/Include/Library/Tcg2PhysicalPresenceLib.h index 1bee13a..696c7e8 100644 --- a/SecurityPkg/Include/Library/Tcg2PhysicalPresenceLib.h +++ b/SecurityPkg/Include/Library/Tcg2PhysicalPresenceLib.h @@ -1,5 +1,5 @@ /** @file - Ihis library is intended to be used by BDS modules. + This library is intended to be used by BDS modules. This library will execute TPM2 request. Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.
diff --git a/SecurityPkg/Include/Library/Tcg2PpVendorLib.h b/SecurityPkg/Include/Library/Tcg2PpVendorLib.h index 2434750..5ae7413 100644 --- a/SecurityPkg/Include/Library/Tcg2PpVendorLib.h +++ b/SecurityPkg/Include/Library/Tcg2PpVendorLib.h @@ -1,5 +1,5 @@ /** @file - Ihis library is to support TCG PC Client Platform Physical Presence Interface Specification + This library is to support TCG PC Client Platform Physical Presence Interface Specification Family "2.0" part, >= 128 Vendor Specific PPI Operation. The Vendor Specific PPI operation may change TPM state, BIOS TPM management @@ -7,7 +7,7 @@ Caution: This function may receive untrusted input. -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/SecurityPkg/Include/Library/TcgPhysicalPresenceLib.h b/SecurityPkg/Include/Library/TcgPhysicalPresenceLib.h index 3ef9d0a..b451823 100644 --- a/SecurityPkg/Include/Library/TcgPhysicalPresenceLib.h +++ b/SecurityPkg/Include/Library/TcgPhysicalPresenceLib.h @@ -1,8 +1,8 @@ /** @file - Ihis library is intended to be used by BDS modules. + This library is intended to be used by BDS modules. This library will lock TPM after executing TPM request. -Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.
+Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/SecurityPkg/Include/Library/TcgPpVendorLib.h b/SecurityPkg/Include/Library/TcgPpVendorLib.h index fd8c2e7..08b3690 100644 --- a/SecurityPkg/Include/Library/TcgPpVendorLib.h +++ b/SecurityPkg/Include/Library/TcgPpVendorLib.h @@ -1,5 +1,5 @@ /** @file - Ihis library is to support TCG Physical Presence Interface (PPI) specification + This library is to support TCG Physical Presence Interface (PPI) specification >= 128 Vendor Specific PPI Operation. The Vendor Specific PPI operation may change TPM state, BIOS TPM management @@ -7,7 +7,7 @@ Caution: This function may receive untrusted input. -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/SecurityPkg/Include/Library/TpmCommLib.h b/SecurityPkg/Include/Library/TpmCommLib.h index 9bca341..6c97569 100644 --- a/SecurityPkg/Include/Library/TpmCommLib.h +++ b/SecurityPkg/Include/Library/TpmCommLib.h @@ -1,8 +1,8 @@ /** @file - Ihis library is only intended to be used by TPM modules. + This library is only intended to be used by TPM modules. It provides basic TPM Interface Specification (TIS) and Command functions. -Copyright (c) 2005 - 2012, Intel Corporation. All rights reserved.
+Copyright (c) 2005 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/SecurityPkg/Include/Library/TrEEPhysicalPresenceLib.h b/SecurityPkg/Include/Library/TrEEPhysicalPresenceLib.h index 7c0484d..ba809b9 100644 --- a/SecurityPkg/Include/Library/TrEEPhysicalPresenceLib.h +++ b/SecurityPkg/Include/Library/TrEEPhysicalPresenceLib.h @@ -1,8 +1,8 @@ /** @file - Ihis library is intended to be used by BDS modules. + This library is intended to be used by BDS modules. This library will execute TPM2 request. -Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/SecurityPkg/Include/Library/TrEEPpVendorLib.h b/SecurityPkg/Include/Library/TrEEPpVendorLib.h index 80c1bab..d3a0767 100644 --- a/SecurityPkg/Include/Library/TrEEPpVendorLib.h +++ b/SecurityPkg/Include/Library/TrEEPpVendorLib.h @@ -1,5 +1,5 @@ /** @file - Ihis library is to support Trusted Execution Environment (TrEE) ACPI Profile + This library is to support Trusted Execution Environment (TrEE) ACPI Profile >= 128 Vendor Specific PPI Operation. The Vendor Specific PPI operation may change TPM state, BIOS TPM management @@ -7,7 +7,7 @@ Caution: This function may receive untrusted input. -Copyright (c) 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/SecurityPkg/Include/Ppi/FirmwareVolumeInfoMeasurementExcluded.h b/SecurityPkg/Include/Ppi/FirmwareVolumeInfoMeasurementExcluded.h index 88d09b0..d99fc1d 100644 --- a/SecurityPkg/Include/Ppi/FirmwareVolumeInfoMeasurementExcluded.h +++ b/SecurityPkg/Include/Ppi/FirmwareVolumeInfoMeasurementExcluded.h @@ -1,7 +1,7 @@ /** @file - Ihis PPI means a FV does not need to be extended to PCR by TCG modules. + This PPI means a FV does not need to be extended to PCR by TCG modules. -Copyright (c) 2013, Intel Corporation. All rights reserved.
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.c b/SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.c index a42c60d..6dc3508 100644 --- a/SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.c +++ b/SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.c @@ -1,8 +1,8 @@ /** @file - Ihis library is BaseCrypto SHA1 hash instance. + This library is BaseCrypto SHA1 hash instance. It can be registered to BaseCrypto router, to serve as hash engine. -Copyright (c) 2013, Intel Corporation. All rights reserved.
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.c b/SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.c index abc97b4..32e0312 100644 --- a/SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.c +++ b/SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.c @@ -1,8 +1,8 @@ /** @file - Ihis library is BaseCrypto SHA256 hash instance. + This library is BaseCrypto SHA256 hash instance. It can be registered to BaseCrypto router, to serve as hash engine. -Copyright (c) 2013, Intel Corporation. All rights reserved.
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.c b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.c index 7fb5f3d..adca938 100644 --- a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.c +++ b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.c @@ -1,7 +1,7 @@ /** @file - Ihis is BaseCrypto router support function. + This is BaseCrypto router support function. -Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.h b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.h index f0ea3ca..88e328b 100644 --- a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.h +++ b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.h @@ -1,7 +1,7 @@ /** @file - Ihis is BaseCrypto router support function definition. + This is BaseCrypto router support function definition. -Copyright (c) 2013, Intel Corporation. All rights reserved.
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.c b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.c index 4f3c8df..3250c3a 100644 --- a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.c +++ b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.c @@ -1,9 +1,9 @@ /** @file - Ihis library is BaseCrypto router. It will redirect hash request to each individual + This library is BaseCrypto router. It will redirect hash request to each individual hash handler registerd, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to mask some hash engines. -Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf index 6050059..c4e40d4 100644 --- a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf +++ b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf @@ -1,11 +1,11 @@ ## @file # Provides hash service by registered hash handler # -# Ihis library is BaseCrypto router. It will redirect hash request to each individual +# This library is BaseCrypto router. It will redirect hash request to each individual # hash handler registered, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to # mask some hash engines. # -# Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.
+# Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at diff --git a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.uni b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.uni index 55b691d..db7d8a2 100644 --- a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.uni +++ b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.uni @@ -1,11 +1,11 @@ // /** @file // Provides hash service by registered hash handler // -// Ihis library is BaseCrypto router. It will redirect hash request to each individual +// This library is BaseCrypto router. It will redirect hash request to each individual // hash handler registered, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to // mask some hash engines. // -// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.
+// Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
// // This program and the accompanying materials // are licensed and made available under the terms and conditions of the BSD License diff --git a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.c b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.c index c3d4879..a4fc0c6 100644 --- a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.c +++ b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.c @@ -1,9 +1,9 @@ /** @file - Ihis library is BaseCrypto router. It will redirect hash request to each individual + This library is BaseCrypto router. It will redirect hash request to each individual hash handler registerd, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to mask some hash engines. -Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf index 1a3cd6a..f5ca5d4 100644 --- a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf +++ b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf @@ -1,11 +1,11 @@ ## @file # Provides hash service by registered hash handler # -# Ihis library is BaseCrypto router. It will redirect hash request to each individual +# This library is BaseCrypto router. It will redirect hash request to each individual # hash handler registered, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to # mask some hash engines. # -# Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.
+# Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at diff --git a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.uni b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.uni index cdd8480..db7d8a2 100644 --- a/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.uni +++ b/SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.uni @@ -1,11 +1,11 @@ // /** @file // Provides hash service by registered hash handler // -// Ihis library is BaseCrypto router. It will redirect hash request to each individual +// This library is BaseCrypto router. It will redirect hash request to each individual // hash handler registered, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to // mask some hash engines. // -// Copyright (c) 2013, Intel Corporation. All rights reserved.
+// Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
// // This program and the accompanying materials // are licensed and made available under the terms and conditions of the BSD License diff --git a/SecurityPkg/Library/HashLibTpm2/HashLibTpm2.c b/SecurityPkg/Library/HashLibTpm2/HashLibTpm2.c index 075db4a..cd5dde5 100644 --- a/SecurityPkg/Library/HashLibTpm2/HashLibTpm2.c +++ b/SecurityPkg/Library/HashLibTpm2/HashLibTpm2.c @@ -1,7 +1,7 @@ /** @file - Ihis library uses TPM2 device to calculation hash. + This library uses TPM2 device to calculation hash. -Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
(C) Copyright 2015 Hewlett Packard Enterprise Development LP
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License diff --git a/SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.c b/SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.c index 6b793bf..126ec06 100644 --- a/SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.c +++ b/SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.c @@ -1,7 +1,7 @@ /** @file - Ihis library is TPM12 TCG protocol lib. + This library is TPM12 TCG protocol lib. -Copyright (c) 2013, Intel Corporation. All rights reserved.
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.c b/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.c index 7d10dbb..0b1723e 100644 --- a/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.c +++ b/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.c @@ -1,8 +1,8 @@ /** @file - Ihis library is TPM2 DTPM device lib. + This library is TPM2 DTPM device lib. Choosing this library means platform uses and only uses DTPM device as TPM2 engine. -Copyright (c) 2013, Intel Corporation. All rights reserved.
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.c b/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.c index a50d266..3f28f21 100644 --- a/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.c +++ b/SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.c @@ -1,5 +1,5 @@ /** @file - Ihis library is TPM2 DTPM instance. + This library is TPM2 DTPM instance. It can be registered to Tpm2 Device router, to be active TPM2 engine, based on platform setting. diff --git a/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.c b/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.c index 5e1501e..1e8c354 100644 --- a/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.c +++ b/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.c @@ -1,9 +1,9 @@ /** @file - Ihis library is TPM2 device router. Platform can register multi TPM2 instance to it + This library is TPM2 device router. Platform can register multi TPM2 instance to it via PcdTpmInstanceGuid. Platform need make choice that which one will be final one. At most one TPM2 instance can be finally registered, and other will return unsupported. -Copyright (c) 2013, Intel Corporation. All rights reserved.
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf b/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf index b69e2a7..28f381c 100644 --- a/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf +++ b/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf @@ -1,11 +1,11 @@ ## @file # Provides TPM 2.0 TIS functions # -# Ihis library is TPM 2.0 device router. Platform can register multi TPM 2.0 instance to +# This library is TPM 2.0 device router. Platform can register multi TPM 2.0 instance to # it via PcdTpmInstanceGuid. Platform need make choice that which one will be final one. # At most one TPM 2.0 instance can be finally registered, and other will return unsupported. # -# Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at diff --git a/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.uni b/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.uni index 4742f45..b6d59e4 100644 --- a/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.uni +++ b/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.uni @@ -1,11 +1,11 @@ // /** @file // Provides TPM 2.0 TIS functions // -// Ihis library is TPM 2.0 device router. Platform can register multi TPM 2.0 instance to +// This library is TPM 2.0 device router. Platform can register multi TPM 2.0 instance to // it via PcdTpmInstanceGuid. Platform need make choice that which one will be final one. // At most one TPM 2.0 instance can be finally registered, and other will return unsupported. // -// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.
+// Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
// // This program and the accompanying materials // are licensed and made available under the terms and conditions of the BSD License @@ -19,5 +19,5 @@ #string STR_MODULE_ABSTRACT #language en-US "Provides TPM 2.0 TIS functions" -#string STR_MODULE_DESCRIPTION #language en-US "Ihis library is TPM 2.0 device router. Platform can register multi TPM 2.0 instance to it via PcdTpmInstanceGuid. Platform need make choice that which one will be final one. At most one TPM 2.0 instance can be finally registered, and other will return unsupported." +#string STR_MODULE_DESCRIPTION #language en-US "This library is TPM 2.0 device router. Platform can register multi TPM 2.0 instance to it via PcdTpmInstanceGuid. Platform need make choice that which one will be final one. At most one TPM 2.0 instance can be finally registered, and other will return unsupported." diff --git a/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.c b/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.c index 8e75140..0211399 100644 --- a/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.c +++ b/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.c @@ -1,9 +1,9 @@ /** @file - Ihis library is TPM2 device router. Platform can register multi TPM2 instance to it + This library is TPM2 device router. Platform can register multi TPM2 instance to it via PcdTpmInstanceGuid. Platform need make choice that which one will be final one. At most one TPM2 instance can be finally registered, and other will return unsupported. -Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf b/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf index b1a850f..2eca146 100644 --- a/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf +++ b/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf @@ -1,11 +1,11 @@ ## @file # Provides TPM 2.0 TIS functions # -# Ihis library is TPM 2.0 device router. Platform can register multi TPM 2.0 instance to +# This library is TPM 2.0 device router. Platform can register multi TPM 2.0 instance to # it via PcdTpmInstanceGuid. Platform need make choice that which one will be final one. # At most one TPM 2.0 instance can be finally registered, and other will return unsupported. # -# Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.
+# Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
# This program and the accompanying materials # are licensed and made available under the terms and conditions of the BSD License # which accompanies this distribution. The full text of the license may be found at diff --git a/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.uni b/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.uni index 4742f45..b6d59e4 100644 --- a/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.uni +++ b/SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.uni @@ -1,11 +1,11 @@ // /** @file // Provides TPM 2.0 TIS functions // -// Ihis library is TPM 2.0 device router. Platform can register multi TPM 2.0 instance to +// This library is TPM 2.0 device router. Platform can register multi TPM 2.0 instance to // it via PcdTpmInstanceGuid. Platform need make choice that which one will be final one. // At most one TPM 2.0 instance can be finally registered, and other will return unsupported. // -// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.
+// Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
// // This program and the accompanying materials // are licensed and made available under the terms and conditions of the BSD License @@ -19,5 +19,5 @@ #string STR_MODULE_ABSTRACT #language en-US "Provides TPM 2.0 TIS functions" -#string STR_MODULE_DESCRIPTION #language en-US "Ihis library is TPM 2.0 device router. Platform can register multi TPM 2.0 instance to it via PcdTpmInstanceGuid. Platform need make choice that which one will be final one. At most one TPM 2.0 instance can be finally registered, and other will return unsupported." +#string STR_MODULE_DESCRIPTION #language en-US "This library is TPM 2.0 device router. Platform can register multi TPM 2.0 instance to it via PcdTpmInstanceGuid. Platform need make choice that which one will be final one. At most one TPM 2.0 instance can be finally registered, and other will return unsupported." diff --git a/SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.c b/SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.c index e1a92c3..1d59050 100644 --- a/SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.c +++ b/SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.c @@ -1,7 +1,7 @@ /** @file - Ihis library is TPM2 TCG2 protocol lib. + This library is TPM2 TCG2 protocol lib. -Copyright (c) 2013, Intel Corporation. All rights reserved.
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at diff --git a/SecurityPkg/Library/Tpm2DeviceLibTrEE/Tpm2DeviceLibTrEE.c b/SecurityPkg/Library/Tpm2DeviceLibTrEE/Tpm2DeviceLibTrEE.c index 53963b7..dc7b270 100644 --- a/SecurityPkg/Library/Tpm2DeviceLibTrEE/Tpm2DeviceLibTrEE.c +++ b/SecurityPkg/Library/Tpm2DeviceLibTrEE/Tpm2DeviceLibTrEE.c @@ -1,7 +1,7 @@ /** @file - Ihis library is TPM2 TREE protocol lib. + This library is TPM2 TREE protocol lib. -Copyright (c) 2013, Intel Corporation. All rights reserved.
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at -- 1.9.5.msysgit.0