X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FLibrary%2FBasePeCoffExtraActionLibNull%2FPeCoffExtraActionLib.c;h=ac5a1a29a55f5451a78907ab3e5016fded21fc63;hp=0b7bcd09888f96c7465b319eea18c002bd0edee0;hb=9344f0921518309295da89c221d10cbead8531aa;hpb=19388d2960b2fe0347da23799e93ccc52f540214 diff --git a/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLib.c b/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLib.c index 0b7bcd0988..ac5a1a29a5 100644 --- a/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLib.c +++ b/MdePkg/Library/BasePeCoffExtraActionLibNull/PeCoffExtraActionLib.c @@ -1,14 +1,8 @@ /** @file Null PE/Coff Extra Action library instances with empty functions. - Copyright (c) 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 - - 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) 2009 - 2018, Intel Corporation. All rights reserved.
+ SPDX-License-Identifier: BSD-2-Clause-Patent **/ @@ -21,7 +15,7 @@ If ImageContext is NULL, then ASSERT(). - @param ImageContext Pointer to the image context structure that describes the + @param ImageContext The pointer to the image context structure that describes the PE/COFF image that has already been loaded and relocated. **/ @@ -32,15 +26,15 @@ PeCoffLoaderRelocateImageExtraAction ( ) { ASSERT (ImageContext != NULL); -} +} /** Performs additional actions just before a PE/COFF image is unloaded. Any resources that were allocated by PeCoffLoaderRelocateImageExtraAction() must be freed. - + If ImageContext is NULL, then ASSERT(). - - @param ImageContext Pointer to the image context structure that describes the + + @param ImageContext The pointer to the image context structure that describes the PE/COFF image that is being unloaded. **/