X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkModulePkg%2FLibrary%2FBaseUefiTianoCustomDecompressLib%2FBaseUefiTianoCustomDecompressLib.c;h=6a0e5eca45e8192754ce9d1bbb44b0484fe4d0fd;hp=b143ba3282d1058a522dcd83a77050b875ad2246;hb=180a5a35cb49699bd249dee19e41cee34c856a58;hpb=b4b6c8de1ea59f61f339798ab1e24eb1e1f64ad5 diff --git a/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c b/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c index b143ba3282..6a0e5eca45 100644 --- a/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c +++ b/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/BaseUefiTianoCustomDecompressLib.c @@ -2,8 +2,8 @@ UEFI and Tiano Custom Decompress Library Tt will do Tiano or UEFI decompress with different verison parameter. -Copyright (c) 2006 - 2009, Intel Corporation -All rights reserved. This program and the accompanying materials +Copyright (c) 2006 - 2009, 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 @@ -835,7 +835,7 @@ EFIAPI UefiDecompress ( IN CONST VOID *Source, IN OUT VOID *Destination, - IN OUT VOID *Scratch + IN OUT VOID *Scratch OPTIONAL ) { return UefiTianoDecompress (Source, Destination, Scratch, 1);