]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/TcgPpVendorLibNull/TcgPpVendorLibNull.c
SecurityPkg: Clean up source files
[mirror_edk2.git] / SecurityPkg / Library / TcgPpVendorLibNull / TcgPpVendorLibNull.c
index ddd6d727cc33933290414dd648c39484dd49ed3a..000f2be97e6d71cc190a2f5bfcf5d8d98f1666b7 100644 (file)
@@ -1,13 +1,13 @@
 /** @file\r
   NULL TCG PP Vendor library instance that does not support any vendor specific PPI.\r
 \r
-Copyright (c) 2015, 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
+Copyright (c) 2015 - 2018, 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
 http://opensource.org/licenses/bsd-license.php\r
 \r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
+THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
@@ -19,9 +19,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
   Check and execute the requested physical presence command.\r
 \r
   This API should be invoked in BIOS boot phase to process pending request.\r
-  \r
+\r
   Caution: This function may receive untrusted input.\r
-  \r
+\r
   If OperationRequest < 128, then ASSERT().\r
 \r
   @param[in]      OperationRequest TPM physical presence operation request.\r
@@ -48,7 +48,7 @@ TcgPpVendorLibExecutePendingRequest (
   Check if there is a valid physical presence command request.\r
 \r
   This API should be invoked in BIOS boot phase to process pending request.\r
-  \r
+\r
   Caution: This function may receive untrusted input.\r
 \r
   If OperationRequest < 128, then ASSERT().\r
@@ -82,7 +82,7 @@ TcgPpVendorLibHasValidRequest (
   This API should be invoked in OS runtime phase to interface with ACPI method.\r
 \r
   Caution: This function may receive untrusted input.\r
-  \r
+\r
   If OperationRequest < 128, then ASSERT().\r
 \r
   @param[in]      OperationRequest TPM physical presence operation request.\r
@@ -109,7 +109,7 @@ TcgPpVendorLibSubmitRequestToPreOSFunction (
   This API should be invoked in OS runtime phase to interface with ACPI method.\r
 \r
   Caution: This function may receive untrusted input.\r
-  \r
+\r
   If OperationRequest < 128, then ASSERT().\r
 \r
   @param[in]      OperationRequest TPM physical presence operation request.\r