X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ArmPkg%2FLibrary%2FCompilerIntrinsicsLib%2FArm%2Fctzsi2.c;fp=ArmPkg%2FLibrary%2FCompilerIntrinsicsLib%2FArm%2Fctzsi2.c;h=930a75f85ed37ef1f6cf02201a9c9260a503e4f4;hb=4059386c7080caa4b46899f63793b0ead4926365;hp=12cad92da780a673a12f4c4f039add3f028b7934;hpb=2e351cbe8e190271b3716284fc1076551d005472;p=mirror_edk2.git diff --git a/ArmPkg/Library/CompilerIntrinsicsLib/Arm/ctzsi2.c b/ArmPkg/Library/CompilerIntrinsicsLib/Arm/ctzsi2.c index 12cad92da7..930a75f85e 100644 --- a/ArmPkg/Library/CompilerIntrinsicsLib/Arm/ctzsi2.c +++ b/ArmPkg/Library/CompilerIntrinsicsLib/Arm/ctzsi2.c @@ -2,13 +2,7 @@ Compiler intrinsic to return the number of trailing zeros, ported from LLVM code. 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 **/ /**