X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FWriteCr2.c;h=4571ec9505a2f5ac7a810a2c4d1b2118ff0b341f;hb=2f88bd3a1296c522317f1c21377876de63de5be7;hp=38ff79237b415109b3c05ceaf7a413972ba01249;hpb=e4a34497b48b6721d9f08aa406919d09ef8754ab;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/Ia32/WriteCr2.c b/MdePkg/Library/BaseLib/Ia32/WriteCr2.c index 38ff79237b..4571ec9505 100644 --- a/MdePkg/Library/BaseLib/Ia32/WriteCr2.c +++ b/MdePkg/Library/BaseLib/Ia32/WriteCr2.c @@ -2,13 +2,7 @@ AsmWriteCr2 function Copyright (c) 2006 - 2008, 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. + SPDX-License-Identifier: BSD-2-Clause-Patent **/ @@ -34,4 +28,3 @@ AsmWriteCr2 ( mov cr2, eax } } -