]> git.proxmox.com Git - mirror_edk2.git/commitdiff
SecurityPkg: Fix typo 'Ihis' with 'This' in codes
authorHao Wu <hao.a.wu@intel.com>
Mon, 17 Oct 2016 01:26:13 +0000 (09:26 +0800)
committerHao Wu <hao.a.wu@intel.com>
Tue, 18 Oct 2016 01:41:56 +0000 (09:41 +0800)
Cc: Jiewen Yao <jiewen.yao@intel.com>
Cc: Chao Zhang <chao.b.zhang@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
31 files changed:
SecurityPkg/Include/Library/HashLib.h
SecurityPkg/Include/Library/Tcg2PhysicalPresenceLib.h
SecurityPkg/Include/Library/Tcg2PpVendorLib.h
SecurityPkg/Include/Library/TcgPhysicalPresenceLib.h
SecurityPkg/Include/Library/TcgPpVendorLib.h
SecurityPkg/Include/Library/TpmCommLib.h
SecurityPkg/Include/Library/TrEEPhysicalPresenceLib.h
SecurityPkg/Include/Library/TrEEPpVendorLib.h
SecurityPkg/Include/Ppi/FirmwareVolumeInfoMeasurementExcluded.h
SecurityPkg/Library/HashInstanceLibSha1/HashInstanceLibSha1.c
SecurityPkg/Library/HashInstanceLibSha256/HashInstanceLibSha256.c
SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.c
SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterCommon.h
SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.c
SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.inf
SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterDxe.uni
SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.c
SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.inf
SecurityPkg/Library/HashLibBaseCryptoRouter/HashLibBaseCryptoRouterPei.uni
SecurityPkg/Library/HashLibTpm2/HashLibTpm2.c
SecurityPkg/Library/Tpm12DeviceLibTcg/Tpm12DeviceLibTcg.c
SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2DeviceLibDTpm.c
SecurityPkg/Library/Tpm2DeviceLibDTpm/Tpm2InstanceLibDTpm.c
SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.c
SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.inf
SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterDxe.uni
SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.c
SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.inf
SecurityPkg/Library/Tpm2DeviceLibRouter/Tpm2DeviceLibRouterPei.uni
SecurityPkg/Library/Tpm2DeviceLibTcg2/Tpm2DeviceLibTcg2.c
SecurityPkg/Library/Tpm2DeviceLibTrEE/Tpm2DeviceLibTrEE.c

index b85756961e2accaa24d7511a555ae20917106766..8be8b9c59c3b60b5342165555763cc1e59ee39b9 100644 (file)
@@ -1,9 +1,9 @@
 /** @file\r
 /** @file\r
-  Ihis library abstract TPM2 hash calculation.\r
+  This library abstract TPM2 hash calculation.\r
   The platform can choose multiply hash, while caller just need invoke these API.\r
   Then all hash value will be returned and/or extended.\r
 \r
   The platform can choose multiply hash, while caller just need invoke these API.\r
   Then all hash value will be returned and/or extended.\r
 \r
-Copyright (c) 2013, Intel Corporation. All rights reserved. <BR>\r
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved. <BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
index 1bee13a5113a89c452f2f8be82d3ac02146ea602..696c7e88a7768547d02b64383283f8367238c920 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
 /** @file\r
-  Ihis library is intended to be used by BDS modules.\r
+  This library is intended to be used by BDS modules.\r
   This library will execute TPM2 request.\r
 \r
 Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
   This library will execute TPM2 request.\r
 \r
 Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
index 2434750f9fd69c93ca854c3879a4212dba8d89e9..5ae7413273a0957b68ecbb0f630667e160777739 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
 /** @file\r
-  Ihis library is to support TCG PC Client Platform Physical Presence Interface Specification\r
+  This library is to support TCG PC Client Platform Physical Presence Interface Specification\r
   Family "2.0" part, >= 128 Vendor Specific PPI Operation.\r
 \r
   The Vendor Specific PPI operation may change TPM state, BIOS TPM management\r
   Family "2.0" part, >= 128 Vendor Specific PPI Operation.\r
 \r
   The Vendor Specific PPI operation may change TPM state, BIOS TPM management\r
@@ -7,7 +7,7 @@
   \r
   Caution: This function may receive untrusted input.\r
 \r
   \r
   Caution: This function may receive untrusted input.\r
 \r
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials \r
 are licensed and made available under the terms and conditions of the BSD License \r
 which accompanies this distribution.  The full text of the license may be found at \r
 This program and the accompanying materials \r
 are licensed and made available under the terms and conditions of the BSD License \r
 which accompanies this distribution.  The full text of the license may be found at \r
index 3ef9d0a4426a2966dd5c1e761e582c4affb6882f..b451823bdf98c0a730bdc15e5802c401b6630d65 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
 /** @file\r
-  Ihis library is intended to be used by BDS modules.\r
+  This library is intended to be used by BDS modules.\r
   This library will lock TPM after executing TPM request.\r
 \r
   This library will lock TPM after executing TPM request.\r
 \r
-Copyright (c) 2011 - 2012, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2011 - 2016, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials \r
 are licensed and made available under the terms and conditions of the BSD License \r
 which accompanies this distribution.  The full text of the license may be found at \r
 This program and the accompanying materials \r
 are licensed and made available under the terms and conditions of the BSD License \r
 which accompanies this distribution.  The full text of the license may be found at \r
index fd8c2e7cfb9c94ef2ed4e3d83e65801465e67646..08b36908dbce844ff13146eb4443cd90d7e0f1f1 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
 /** @file\r
-  Ihis library is to support TCG Physical Presence Interface (PPI) specification\r
+  This library is to support TCG Physical Presence Interface (PPI) specification\r
   >= 128 Vendor Specific PPI Operation.\r
 \r
   The Vendor Specific PPI operation may change TPM state, BIOS TPM management\r
   >= 128 Vendor Specific PPI Operation.\r
 \r
   The Vendor Specific PPI operation may change TPM state, BIOS TPM management\r
@@ -7,7 +7,7 @@
   \r
   Caution: This function may receive untrusted input.\r
 \r
   \r
   Caution: This function may receive untrusted input.\r
 \r
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials \r
 are licensed and made available under the terms and conditions of the BSD License \r
 which accompanies this distribution.  The full text of the license may be found at \r
 This program and the accompanying materials \r
 are licensed and made available under the terms and conditions of the BSD License \r
 which accompanies this distribution.  The full text of the license may be found at \r
index 9bca341bb569a3d7d1ff4fd8779fe450a3adb0ff..6c97569c67a4ba09948da865dcd1a5b5a7cfb1df 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
 /** @file\r
-  Ihis library is only intended to be used by TPM modules.\r
+  This library is only intended to be used by TPM modules.\r
   It provides basic TPM Interface Specification (TIS) and Command functions.\r
 \r
   It provides basic TPM Interface Specification (TIS) and Command functions.\r
 \r
-Copyright (c) 2005 - 2012, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2005 - 2016, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials \r
 are licensed and made available under the terms and conditions of the BSD License \r
 which accompanies this distribution.  The full text of the license may be found at \r
 This program and the accompanying materials \r
 are licensed and made available under the terms and conditions of the BSD License \r
 which accompanies this distribution.  The full text of the license may be found at \r
index 7c0484d7a20bf1f29292f3a9351fc8e4d61a66a6..ba809b9cf9eb2eec1bcb3e329e2ae8e0bd869aa1 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
 /** @file\r
-  Ihis library is intended to be used by BDS modules.\r
+  This library is intended to be used by BDS modules.\r
   This library will execute TPM2 request.\r
 \r
   This library will execute TPM2 request.\r
 \r
-Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials \r
 are licensed and made available under the terms and conditions of the BSD License \r
 which accompanies this distribution.  The full text of the license may be found at \r
 This program and the accompanying materials \r
 are licensed and made available under the terms and conditions of the BSD License \r
 which accompanies this distribution.  The full text of the license may be found at \r
index 80c1babeaeb0c96dfd568cec8ea398ea54828627..d3a07670f08dc4a51d5f9a5fcfa1d08854d38172 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
 /** @file\r
-  Ihis library is to support Trusted Execution Environment (TrEE) ACPI Profile\r
+  This library is to support Trusted Execution Environment (TrEE) ACPI Profile\r
   >= 128 Vendor Specific PPI Operation.\r
 \r
   The Vendor Specific PPI operation may change TPM state, BIOS TPM management\r
   >= 128 Vendor Specific PPI Operation.\r
 \r
   The Vendor Specific PPI operation may change TPM state, BIOS TPM management\r
@@ -7,7 +7,7 @@
   \r
   Caution: This function may receive untrusted input.\r
 \r
   \r
   Caution: This function may receive untrusted input.\r
 \r
-Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials \r
 are licensed and made available under the terms and conditions of the BSD License \r
 which accompanies this distribution.  The full text of the license may be found at \r
 This program and the accompanying materials \r
 are licensed and made available under the terms and conditions of the BSD License \r
 which accompanies this distribution.  The full text of the license may be found at \r
index 88d09b0d33162c21ea7e8e5dad018b86b25a816e..d99fc1db3842be0c8d323b813ab9b8b4bc793a49 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 /** @file\r
-  Ihis PPI means a FV does not need to be extended to PCR by TCG modules.\r
+  This PPI means a FV does not need to be extended to PCR by TCG modules.\r
 \r
 \r
-Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials \r
 are licensed and made available under the terms and conditions of the BSD License \r
 which accompanies this distribution.  The full text of the license may be found at \r
 This program and the accompanying materials \r
 are licensed and made available under the terms and conditions of the BSD License \r
 which accompanies this distribution.  The full text of the license may be found at \r
index a42c60d9ba034166a7a82a77c5c632dca777128c..6dc3508be0898102dc9095c4bf2344e890f4161c 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
 /** @file\r
-  Ihis library is BaseCrypto SHA1 hash instance.\r
+  This library is BaseCrypto SHA1 hash instance.\r
   It can be registered to BaseCrypto router, to serve as hash engine.\r
 \r
   It can be registered to BaseCrypto router, to serve as hash engine.\r
 \r
-Copyright (c) 2013, Intel Corporation. All rights reserved. <BR>\r
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved. <BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
index abc97b447388d7cfde4ddd6b7dea05b85899b536..32e03120be03e0412cd77c56db574ddd9e04d92c 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
 /** @file\r
-  Ihis library is BaseCrypto SHA256 hash instance.\r
+  This library is BaseCrypto SHA256 hash instance.\r
   It can be registered to BaseCrypto router, to serve as hash engine.\r
 \r
   It can be registered to BaseCrypto router, to serve as hash engine.\r
 \r
-Copyright (c) 2013, Intel Corporation. All rights reserved. <BR>\r
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved. <BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
index 7fb5f3d1f823ef396f4d1d29e78813d22bfb3870..adca9384105a33983aaad113f0203be0c2694709 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 /** @file\r
-  Ihis is BaseCrypto router support function.\r
+  This is BaseCrypto router support function.\r
 \r
 \r
-Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved. <BR>\r
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved. <BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
index f0ea3ca212715f21e83d42a78609bbb48b005984..88e328bfbca64797caf87714838a0767b377bafa 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 /** @file\r
-  Ihis is BaseCrypto router support function definition.\r
+  This is BaseCrypto router support function definition.\r
 \r
 \r
-Copyright (c) 2013, Intel Corporation. All rights reserved. <BR>\r
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved. <BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
index 4f3c8dfa7c1fddcdbab500dc968944a28440468a..3250c3a01a0c6c8abcfe9d6090f7b75378963fda 100644 (file)
@@ -1,9 +1,9 @@
 /** @file\r
 /** @file\r
-  Ihis library is BaseCrypto router. It will redirect hash request to each individual\r
+  This library is BaseCrypto router. It will redirect hash request to each individual\r
   hash handler registerd, such as SHA1, SHA256.\r
   Platform can use PcdTpm2HashMask to mask some hash engines.\r
 \r
   hash handler registerd, such as SHA1, SHA256.\r
   Platform can use PcdTpm2HashMask to mask some hash engines.\r
 \r
-Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved. <BR>\r
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved. <BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
index 605005991bce27a73a2407f847aacf92d0ebb6a2..c4e40d47d998f01f92dc0bacba7d36a752c7ec25 100644 (file)
@@ -1,11 +1,11 @@
 ## @file\r
 #  Provides hash service by registered hash handler\r
 #\r
 ## @file\r
 #  Provides hash service by registered hash handler\r
 #\r
-#  Ihis library is BaseCrypto router. It will redirect hash request to each individual\r
+#  This library is BaseCrypto router. It will redirect hash request to each individual\r
 #  hash handler registered, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to \r
 #  mask some hash engines.\r
 #\r
 #  hash handler registered, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to \r
 #  mask some hash engines.\r
 #\r
-# Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution. The full text of the license may be found at\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution. The full text of the license may be found at\r
index 55b691df1056f5a6cb4262d1b090b3fea58859d6..db7d8a26f2df734242ccc0aba7c552f315063063 100644 (file)
@@ -1,11 +1,11 @@
 // /** @file\r
 // Provides hash service by registered hash handler\r
 //\r
 // /** @file\r
 // Provides hash service by registered hash handler\r
 //\r
-// Ihis library is BaseCrypto router. It will redirect hash request to each individual\r
+// This library is BaseCrypto router. It will redirect hash request to each individual\r
 // hash handler registered, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to\r
 // mask some hash engines.\r
 //\r
 // hash handler registered, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to\r
 // mask some hash engines.\r
 //\r
-// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>\r
+// Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>\r
 //\r
 // This program and the accompanying materials\r
 // are licensed and made available under the terms and conditions of the BSD License\r
 //\r
 // This program and the accompanying materials\r
 // are licensed and made available under the terms and conditions of the BSD License\r
index c3d487958b32917af91b0ef8e8934e23509647cc..a4fc0c6595d8afeeb8cb60abac1141c70bd10b5a 100644 (file)
@@ -1,9 +1,9 @@
 /** @file\r
 /** @file\r
-  Ihis library is BaseCrypto router. It will redirect hash request to each individual\r
+  This library is BaseCrypto router. It will redirect hash request to each individual\r
   hash handler registerd, such as SHA1, SHA256.\r
   Platform can use PcdTpm2HashMask to mask some hash engines.\r
 \r
   hash handler registerd, such as SHA1, SHA256.\r
   Platform can use PcdTpm2HashMask to mask some hash engines.\r
 \r
-Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved. <BR>\r
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved. <BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
index 1a3cd6ac7d605988e91eb4f3030ed095d9aa6119..f5ca5d4635d8aaff8fd8fdf55c12833de0ff0bd8 100644 (file)
@@ -1,11 +1,11 @@
 ## @file\r
 #  Provides hash service by registered hash handler\r
 #\r
 ## @file\r
 #  Provides hash service by registered hash handler\r
 #\r
-#  Ihis library is BaseCrypto router. It will redirect hash request to each individual\r
+#  This library is BaseCrypto router. It will redirect hash request to each individual\r
 #  hash handler registered, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to \r
 #  mask some hash engines.\r
 #\r
 #  hash handler registered, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to \r
 #  mask some hash engines.\r
 #\r
-# Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution. The full text of the license may be found at\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution. The full text of the license may be found at\r
index cdd8480f6b3c5ef1ab73a4844a54858a06e5c2a0..db7d8a26f2df734242ccc0aba7c552f315063063 100644 (file)
@@ -1,11 +1,11 @@
 // /** @file\r
 // Provides hash service by registered hash handler\r
 //\r
 // /** @file\r
 // Provides hash service by registered hash handler\r
 //\r
-// Ihis library is BaseCrypto router. It will redirect hash request to each individual\r
+// This library is BaseCrypto router. It will redirect hash request to each individual\r
 // hash handler registered, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to\r
 // mask some hash engines.\r
 //\r
 // hash handler registered, such as SHA1, SHA256. Platform can use PcdTpm2HashMask to\r
 // mask some hash engines.\r
 //\r
-// Copyright (c) 2013, Intel Corporation. All rights reserved.<BR>\r
+// Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>\r
 //\r
 // This program and the accompanying materials\r
 // are licensed and made available under the terms and conditions of the BSD License\r
 //\r
 // This program and the accompanying materials\r
 // are licensed and made available under the terms and conditions of the BSD License\r
index 075db4aa3702173e4a440effc2c7e56a22ef098e..cd5dde5be3348b04e14d2d763c8e746fe9be1b16 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 /** @file\r
-  Ihis library uses TPM2 device to calculation hash.\r
+  This library uses TPM2 device to calculation hash.\r
 \r
 \r
-Copyright (c) 2013 - 2015, Intel Corporation. All rights reserved. <BR>\r
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved. <BR>\r
 (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 (C) Copyright 2015 Hewlett Packard Enterprise Development LP<BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
index 6b793bf6be75298a771f6b8bc8d4ea3fcd3bd6d0..126ec06cbde13a4b677cc1c13d88973588033a5b 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 /** @file\r
-  Ihis library is TPM12 TCG protocol lib.\r
+  This library is TPM12 TCG protocol lib.\r
 \r
 \r
-Copyright (c) 2013, Intel Corporation. All rights reserved. <BR>\r
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved. <BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
index 7d10dbbe47dba64e6f42bd925bb169641bb0d2cc..0b1723e4a1c6b031d2ca294966fdec0e2104ec78 100644 (file)
@@ -1,8 +1,8 @@
 /** @file\r
 /** @file\r
-  Ihis library is TPM2 DTPM device lib.\r
+  This library is TPM2 DTPM device lib.\r
   Choosing this library means platform uses and only uses DTPM device as TPM2 engine.\r
 \r
   Choosing this library means platform uses and only uses DTPM device as TPM2 engine.\r
 \r
-Copyright (c) 2013, Intel Corporation. All rights reserved. <BR>\r
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved. <BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
index a50d266b8e8a8bea88a4b27e7a8dc82a3fb937df..3f28f21faa39f3bca68621043ebb173f3dd8d5d0 100644 (file)
@@ -1,5 +1,5 @@
 /** @file\r
 /** @file\r
-  Ihis library is TPM2 DTPM instance.\r
+  This library is TPM2 DTPM instance.\r
   It can be registered to Tpm2 Device router, to be active TPM2 engine,\r
   based on platform setting.\r
 \r
   It can be registered to Tpm2 Device router, to be active TPM2 engine,\r
   based on platform setting.\r
 \r
index 5e1501edaee6c51290fc4324b140031f551e8e73..1e8c35410899f017af3e40a96ba9d3a0d557848c 100644 (file)
@@ -1,9 +1,9 @@
 /** @file\r
 /** @file\r
-  Ihis library is TPM2 device router. Platform can register multi TPM2 instance to it\r
+  This library is TPM2 device router. Platform can register multi TPM2 instance to it\r
   via PcdTpmInstanceGuid. Platform need make choice that which one will be final one.\r
   At most one TPM2 instance can be finally registered, and other will return unsupported.\r
 \r
   via PcdTpmInstanceGuid. Platform need make choice that which one will be final one.\r
   At most one TPM2 instance can be finally registered, and other will return unsupported.\r
 \r
-Copyright (c) 2013, Intel Corporation. All rights reserved. <BR>\r
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved. <BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
index b69e2a768d86d0789d243dd7f5945e7989a00cf7..28f381c7bedd241643ff6f54e7eac9f84dee06fc 100644 (file)
@@ -1,11 +1,11 @@
 ## @file\r
 #  Provides TPM 2.0 TIS functions\r
 #\r
 ## @file\r
 #  Provides TPM 2.0 TIS functions\r
 #\r
-#  Ihis library is TPM 2.0 device router. Platform can register multi TPM 2.0 instance to\r
+#  This library is TPM 2.0 device router. Platform can register multi TPM 2.0 instance to\r
 #  it via PcdTpmInstanceGuid. Platform need make choice that which one will be final one.\r
 #  At most one TPM 2.0 instance can be finally registered, and other will return unsupported.\r
 #\r
 #  it via PcdTpmInstanceGuid. Platform need make choice that which one will be final one.\r
 #  At most one TPM 2.0 instance can be finally registered, and other will return unsupported.\r
 #\r
-# Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution. The full text of the license may be found at\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution. The full text of the license may be found at\r
index 4742f4544fbd7c3fab55c156cb8dea0d4e64f989..b6d59e4a27048a5a1301de3a54b77cb16ec14020 100644 (file)
@@ -1,11 +1,11 @@
 // /** @file\r
 // Provides TPM 2.0 TIS functions\r
 //\r
 // /** @file\r
 // Provides TPM 2.0 TIS functions\r
 //\r
-// Ihis library is TPM 2.0 device router. Platform can register multi TPM 2.0 instance to\r
+// This library is TPM 2.0 device router. Platform can register multi TPM 2.0 instance to\r
 // it via PcdTpmInstanceGuid. Platform need make choice that which one will be final one.\r
 // At most one TPM 2.0 instance can be finally registered, and other will return unsupported.\r
 //\r
 // it via PcdTpmInstanceGuid. Platform need make choice that which one will be final one.\r
 // At most one TPM 2.0 instance can be finally registered, and other will return unsupported.\r
 //\r
-// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>\r
+// Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>\r
 //\r
 // This program and the accompanying materials\r
 // are licensed and made available under the terms and conditions of the BSD License\r
 //\r
 // This program and the accompanying materials\r
 // are licensed and made available under the terms and conditions of the BSD License\r
@@ -19,5 +19,5 @@
 \r
 #string STR_MODULE_ABSTRACT             #language en-US "Provides TPM 2.0 TIS functions"\r
 \r
 \r
 #string STR_MODULE_ABSTRACT             #language en-US "Provides TPM 2.0 TIS functions"\r
 \r
-#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."\r
+#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."\r
 \r
 \r
index 8e75140123face4c24cbf4a5968a263a8c4d1808..021139925a14fda9f2efbda886121c583b3e2505 100644 (file)
@@ -1,9 +1,9 @@
 /** @file\r
 /** @file\r
-  Ihis library is TPM2 device router. Platform can register multi TPM2 instance to it\r
+  This library is TPM2 device router. Platform can register multi TPM2 instance to it\r
   via PcdTpmInstanceGuid. Platform need make choice that which one will be final one.\r
   At most one TPM2 instance can be finally registered, and other will return unsupported.\r
 \r
   via PcdTpmInstanceGuid. Platform need make choice that which one will be final one.\r
   At most one TPM2 instance can be finally registered, and other will return unsupported.\r
 \r
-Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved. <BR>\r
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved. <BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
index b1a850f6caa2230844a147c4f128fe9145a3e64d..2eca146dd21ead4c4505f667247f4628458a6a0f 100644 (file)
@@ -1,11 +1,11 @@
 ## @file\r
 #  Provides TPM 2.0 TIS functions\r
 #\r
 ## @file\r
 #  Provides TPM 2.0 TIS functions\r
 #\r
-#  Ihis library is TPM 2.0 device router. Platform can register multi TPM 2.0 instance to\r
+#  This library is TPM 2.0 device router. Platform can register multi TPM 2.0 instance to\r
 #  it via PcdTpmInstanceGuid. Platform need make choice that which one will be final one.\r
 #  At most one TPM 2.0 instance can be finally registered, and other will return unsupported.\r
 #\r
 #  it via PcdTpmInstanceGuid. Platform need make choice that which one will be final one.\r
 #  At most one TPM 2.0 instance can be finally registered, and other will return unsupported.\r
 #\r
-# Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution. The full text of the license may be found at\r
 # This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution. The full text of the license may be found at\r
index 4742f4544fbd7c3fab55c156cb8dea0d4e64f989..b6d59e4a27048a5a1301de3a54b77cb16ec14020 100644 (file)
@@ -1,11 +1,11 @@
 // /** @file\r
 // Provides TPM 2.0 TIS functions\r
 //\r
 // /** @file\r
 // Provides TPM 2.0 TIS functions\r
 //\r
-// Ihis library is TPM 2.0 device router. Platform can register multi TPM 2.0 instance to\r
+// This library is TPM 2.0 device router. Platform can register multi TPM 2.0 instance to\r
 // it via PcdTpmInstanceGuid. Platform need make choice that which one will be final one.\r
 // At most one TPM 2.0 instance can be finally registered, and other will return unsupported.\r
 //\r
 // it via PcdTpmInstanceGuid. Platform need make choice that which one will be final one.\r
 // At most one TPM 2.0 instance can be finally registered, and other will return unsupported.\r
 //\r
-// Copyright (c) 2013 - 2014, Intel Corporation. All rights reserved.<BR>\r
+// Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved.<BR>\r
 //\r
 // This program and the accompanying materials\r
 // are licensed and made available under the terms and conditions of the BSD License\r
 //\r
 // This program and the accompanying materials\r
 // are licensed and made available under the terms and conditions of the BSD License\r
@@ -19,5 +19,5 @@
 \r
 #string STR_MODULE_ABSTRACT             #language en-US "Provides TPM 2.0 TIS functions"\r
 \r
 \r
 #string STR_MODULE_ABSTRACT             #language en-US "Provides TPM 2.0 TIS functions"\r
 \r
-#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."\r
+#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."\r
 \r
 \r
index e1a92c31f4d329641d53b7fb28dc36fab22690e0..1d59050a0b624003a02941afca4da36654133118 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 /** @file\r
-  Ihis library is TPM2 TCG2 protocol lib.\r
+  This library is TPM2 TCG2 protocol lib.\r
 \r
 \r
-Copyright (c) 2013, Intel Corporation. All rights reserved. <BR>\r
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved. <BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
index 53963b743b32de83678664178dd20e974972255f..dc7b27070539f063e2be28989859327f525db823 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 /** @file\r
-  Ihis library is TPM2 TREE protocol lib.\r
+  This library is TPM2 TREE protocol lib.\r
 \r
 \r
-Copyright (c) 2013, Intel Corporation. All rights reserved. <BR>\r
+Copyright (c) 2013 - 2016, Intel Corporation. All rights reserved. <BR>\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r
 This program and the accompanying materials\r
 are licensed and made available under the terms and conditions of the BSD License\r
 which accompanies this distribution.  The full text of the license may be found at\r