X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=UefiCpuPkg%2FLibrary%2FSmmCpuFeaturesLib%2FSmmCpuFeaturesLibStm.inf;h=50b9cc871302c9b325ac88db4a9e2c2bb9e1928d;hp=db8dcdcff484965f8b8fc2a8fe5f26e2538e2bb0;hb=0acd869796ded1266e69487dff717cd69d6031f9;hpb=09119a00cccaa08b28b7e2449998ba4c7aa4b0f8 diff --git a/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLibStm.inf b/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLibStm.inf index db8dcdcff4..50b9cc8713 100644 --- a/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLibStm.inf +++ b/UefiCpuPkg/Library/SmmCpuFeaturesLib/SmmCpuFeaturesLibStm.inf @@ -2,14 +2,8 @@ # The CPU specific programming for PiSmmCpuDxeSmm module when STM support # is included. # -# Copyright (c) 2009 - 2016, Intel Corporation. All rights reserved.
-# This program and the accompanying materials -# are licensed and made available under the terms and conditions of the BSD License -# which accompanies this distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. +# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.
+# SPDX-License-Identifier: BSD-2-Clause-Patent # ## @@ -31,27 +25,17 @@ [Sources.Ia32] Ia32/SmmStmSupport.c - Ia32/SmiEntry.asm - Ia32/SmiException.asm Ia32/SmiEntry.nasm Ia32/SmiException.nasm - Ia32/SmiEntry.S - Ia32/SmiException.S - [Sources.X64] X64/SmmStmSupport.c - X64/SmiEntry.asm - X64/SmiException.asm X64/SmiEntry.nasm X64/SmiException.nasm - X64/SmiEntry.S - X64/SmiException.S - [Packages] MdePkg/MdePkg.dec MdeModulePkg/MdeModulePkg.dec