X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FIa32%2FReadFs.c;h=500058da18416aca0a9c3d802d6c50f5cf9f8868;hb=2f88bd3a1296c522317f1c21377876de63de5be7;hp=de551e43483630ff19dca0ba021da0bfce89b03a;hpb=030cd1a2e95018683638462e9fcfa2d204aaff33;p=mirror_edk2.git diff --git a/MdePkg/Library/BaseLib/Ia32/ReadFs.c b/MdePkg/Library/BaseLib/Ia32/ReadFs.c index de551e4348..500058da18 100644 --- a/MdePkg/Library/BaseLib/Ia32/ReadFs.c +++ b/MdePkg/Library/BaseLib/Ia32/ReadFs.c @@ -1,20 +1,11 @@ /** @file AsmReadFs function - Copyright (c) 2006 - 2007, 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) 2006 - 2008, Intel Corporation. All rights reserved.
+ SPDX-License-Identifier: BSD-2-Clause-Patent **/ - - - /** Reads the current value of FS Data Segment Register (FS). @@ -35,4 +26,3 @@ AsmReadFs ( mov ax, fs } } -