]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UefiCpuPkg/Library/RegisterCpuFeaturesLib/RegisterCpuFeaturesLib.c
UefiCpuPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / UefiCpuPkg / Library / RegisterCpuFeaturesLib / RegisterCpuFeaturesLib.c
index c544d9f1368d723353846e170acb6d3d17e25375..fa0f0b41e26bdff055db5bd0affd6b56bd3cee3d 100644 (file)
@@ -2,13 +2,7 @@
   CPU Register Table Library functions.\r
 \r
   Copyright (c) 2017 - 2019, 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
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -389,7 +383,8 @@ AdjustEntry (
   //\r
   if (Before) {\r
     PreviousEntry = GetPreviousNode (FeatureList, FindEntry);\r
-  } else {\r\r
+  } else {\r
+\r
     PreviousEntry = GetNextNode (FeatureList, FindEntry);\r
   }\r
 \r
@@ -431,7 +426,8 @@ AdjustEntry (
       }\r
     }\r
   }\r
-}\r\r
+}\r
+\r
 \r
 /**\r
   Checks and adjusts current CPU features per dependency relationship.\r