X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellPkg%2FInclude%2FLibrary%2FShellCEntryLib.h;h=f242b25600535af9971f6c3610252081a4ac8d2f;hb=HEAD;hp=e4983f840c12750241cbed3148168595ca4550a6;hpb=268d344557c38198d34359b50532df343bada5f1;p=mirror_edk2.git diff --git a/ShellPkg/Include/Library/ShellCEntryLib.h b/ShellPkg/Include/Library/ShellCEntryLib.h index e4983f840c..ced72036d2 100644 --- a/ShellPkg/Include/Library/ShellCEntryLib.h +++ b/ShellPkg/Include/Library/ShellCEntryLib.h @@ -2,13 +2,7 @@ Provides application point extension for "C" style main function. Copyright (c) 2006 - 2011, 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. + SPDX-License-Identifier: BSD-2-Clause-Patent **/ @@ -32,9 +26,8 @@ INTN EFIAPI ShellAppMain ( - IN UINTN Argc, - IN CHAR16 **Argv + IN UINTN Argc, + IN CHAR16 **Argv ); #endif -