X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmbeddedPkg%2FInclude%2FLibrary%2FDtPlatformDtbLoaderLib.h;h=3beacf0b1eb38b624c62d4c212e4d5af2d0ce37b;hp=b2fbf4acbeb40ef3f5cb68ae1c14a859ae352dad;hb=HEAD;hpb=449a5df455ed74cdaa9a95e318388531dc073948 diff --git a/EmbeddedPkg/Include/Library/DtPlatformDtbLoaderLib.h b/EmbeddedPkg/Include/Library/DtPlatformDtbLoaderLib.h index b2fbf4acbe..1309d85186 100644 --- a/EmbeddedPkg/Include/Library/DtPlatformDtbLoaderLib.h +++ b/EmbeddedPkg/Include/Library/DtPlatformDtbLoaderLib.h @@ -2,13 +2,7 @@ * * Copyright (c) 2017, Linaro, Ltd. 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 * **/ @@ -32,8 +26,8 @@ EFI_STATUS EFIAPI DtPlatformLoadDtb ( - OUT VOID **Dtb, - OUT UINTN *DtbSize + OUT VOID **Dtb, + OUT UINTN *DtbSize ); #endif