]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Library/ResetUtilityLib.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Include / Library / ResetUtilityLib.h
index c556dca729cf5efb16622931484579a21b4f1f1e..ca310cdb01f8d3747d536f7f8ecdaa3bec68f93f 100644 (file)
@@ -4,13 +4,7 @@
   Copyright (c) 2017 Intel Corporation. All rights reserved.<BR>\r
   Copyright (c) 2016 Microsoft Corporation. All rights reserved.<BR>\r
 \r
-  This program and the accompanying materials are licensed and made available under\r
-  the terms and conditions of the BSD License that accompanies this distribution.\r
-  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
 #ifndef _RESET_UTILITY_LIB_H_\r
@@ -41,7 +35,7 @@ ResetPlatformSpecificGuid (
 /**\r
   This function examines the DataSize and ResetData parameters passed to\r
   to ResetSystem() and detemrines if the ResetData contains a Null-terminated\r
-  Unicode string followed by a GUID specific subtype.  If the GUID specific \r
+  Unicode string followed by a GUID specific subtype.  If the GUID specific\r
   subtype is present, then a pointer to the GUID value in ResetData is returned.\r
 \r
   @param[in]  DataSize    The size, in bytes, of ResetData.\r
@@ -64,7 +58,7 @@ GetResetPlatformSpecificGuid (
   );\r
 \r
 /**\r
-  This is a helper function that creates the reset data buffer that can be \r
+  This is a helper function that creates the reset data buffer that can be\r
   passed into ResetSystem().\r
 \r
   The reset data buffer is returned in ResetData and contains ResetString\r