]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/BaseLib/Ia32/CpuIdEx.c
MdePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdePkg / Library / BaseLib / Ia32 / CpuIdEx.c
index 9e31ed168d7fccbb4aad6536f3a73bf8b5586324..b537182a67b4edea88aa8df1a1fcd39aa1732406 100644 (file)
@@ -1,14 +1,8 @@
 /** @file\r
   AsmCpuidEx function.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation<BR>\r
-  All rights reserved. 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
+  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
                         CPUID instruction.\r
   @param  SubIndex      The 32-bit value to load into ECX prior to invoking the\r
                         CPUID instruction.\r
-  @param  RegisterEax   Pointer to the 32-bit EAX value returned by the CPUID\r
+  @param  RegisterEax   A pointer to the 32-bit EAX value returned by the CPUID\r
                         instruction. This is an optional parameter that may be\r
                         NULL.\r
-  @param  RegisterEbx   Pointer to the 32-bit EBX value returned by the CPUID\r
+  @param  RegisterEbx   A pointer to the 32-bit EBX value returned by the CPUID\r
                         instruction. This is an optional parameter that may be\r
                         NULL.\r
-  @param  RegisterEcx   Pointer to the 32-bit ECX value returned by the CPUID\r
+  @param  RegisterEcx   A pointer to the 32-bit ECX value returned by the CPUID\r
                         instruction. This is an optional parameter that may be\r
                         NULL.\r
-  @param  RegisterEdx   Pointer to the 32-bit EDX value returned by the CPUID\r
+  @param  RegisterEdx   A pointer to the 32-bit EDX value returned by the CPUID\r
                         instruction. This is an optional parameter that may be\r
                         NULL.\r
 \r