X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBaseLib%2FArm%2FCpuPause.asm;h=a16223c7f8548c182dd5d612e7f3559e72e58aee;hp=87098890cc51c687c09d0cebf0307f8d7708a4c5;hb=9344f0921518309295da89c221d10cbead8531aa;hpb=bb817c56c51fabe92915fe30b168b4833cb2aed9 diff --git a/MdePkg/Library/BaseLib/Arm/CpuPause.asm b/MdePkg/Library/BaseLib/Arm/CpuPause.asm index 87098890cc..a16223c7f8 100644 --- a/MdePkg/Library/BaseLib/Arm/CpuPause.asm +++ b/MdePkg/Library/BaseLib/Arm/CpuPause.asm @@ -1,16 +1,10 @@ -;------------------------------------------------------------------------------ +;------------------------------------------------------------------------------ ; ; CpuPause() for ARM ; -; Copyright (c) 2006 - 2009, Intel Corporation. All rights reserved.
+; Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
; Portions copyright (c) 2008 - 2009, Apple Inc. 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 ; ;------------------------------------------------------------------------------