]> git.proxmox.com Git - mirror_edk2.git/blobdiff - SecurityPkg/Library/Tpm12CommandLib/Tpm12NvStorage.c
SecurityPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / SecurityPkg / Library / Tpm12CommandLib / Tpm12NvStorage.c
index e176b00f6bc8f78c2156864637e2fd9a736747aa..609186fb7c01d4a462a2c6d5d6f5a0d30ef2ca07 100644 (file)
@@ -1,15 +1,9 @@
 /** @file\r
   Implement TPM1.2 NV storage related command.\r
 \r
-Copyright (c) 2015 - 2016, Intel Corporation. All rights reserved. <BR>\r
+Copyright (c) 2015 - 2018, Intel Corporation. All rights reserved. <BR>\r
 (C) Copyright 2016 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
-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
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -58,7 +52,7 @@ typedef struct {
 \r
 /**\r
   Send NV DefineSpace command to TPM1.2.\r
-  \r
+\r
   @param PubInfo           The public parameters of the NV area.\r
   @param EncAuth           The encrypted AuthData, only valid if the attributes require subsequent authorization.\r
 \r
@@ -180,7 +174,7 @@ Tpm12NvReadValue (
 \r
 /**\r
   Send NV WriteValue command to TPM1.2.\r
-  \r
+\r
   @param NvIndex           The index of the area to set.\r
   @param Offset            The offset into the NV Area.\r
   @param DataSize          The size of the data parameter.\r