X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellPkg%2FApplication%2FShell%2FShell.h;h=e6eb150f57a525fbf75974c2752ac0f67f3b17db;hb=6a5033ca3e8868a176a9671d55ad297bac385b1b;hp=69b19c6a2d3bbb51d7e8800084e7e85fe2adcdff;hpb=ba0014b9f8ae1a593f03e744f26008214c2b06a8;p=mirror_edk2.git diff --git a/ShellPkg/Application/Shell/Shell.h b/ShellPkg/Application/Shell/Shell.h index 69b19c6a2d..e6eb150f57 100644 --- a/ShellPkg/Application/Shell/Shell.h +++ b/ShellPkg/Application/Shell/Shell.h @@ -3,13 +3,7 @@ (C) Copyright 2014 Hewlett-Packard Development Company, L.P.
Copyright (c) 2009 - 2018, 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 **/ @@ -141,7 +135,7 @@ typedef struct { extern SHELL_INFO ShellInfoObject; /** - Converts the command line to it's post-processed form. this replaces variables and alias' per UEFI Shell spec. + Converts the command line to its post-processed form. this replaces variables and alias' per UEFI Shell spec. @param[in,out] CmdLine pointer to the command line to update @@ -309,19 +303,6 @@ RunShellCommand( OUT EFI_STATUS *CommandStatus ); -/** - Function determines if the CommandName COULD be a valid command. It does not determine whether - this is a valid command. It only checks for invalid characters. - - @param[in] CommandName The name to check - - @retval TRUE CommandName could be a command name - @retval FALSE CommandName could not be a valid command name -**/ -BOOLEAN -IsValidCommandName( - IN CONST CHAR16 *CommandName - ); /** Function to process a NSH script file via SHELL_FILE_HANDLE.