]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Include/Protocol/EfiShellParameters.h
fixed license header / copyright date on all files.
[mirror_edk2.git] / ShellPkg / Include / Protocol / EfiShellParameters.h
index 8f6658b6b5139ac77067193318eb414bb94b9e6f..32d8379d3b50b4bbd68348ac227231348452f5f5 100644 (file)
@@ -1,14 +1,14 @@
 /** @file\r
   EFI Shell protocol as defined in the UEFI Shell 2.0 specification.\r
-  \r
-  Copyright (c) 2006 - 2009, Intel Corporation                                                         \r
-  All rights reserved. This program and the accompanying materials                          \r
-  are licensed and made available under the terms and conditions of the BSD License         \r
-  which accompanies this distribution.  The full text of the license may be found at        \r
-  http://opensource.org/licenses/bsd-license.php                                            \r
 \r
-  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,                     \r
-  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.             \r
+  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  This program and the accompanying materials\r
+  are licensed and made available under the terms and conditions of the BSD License\r
+  which accompanies this distribution.  The full text of the license may be found at\r
+  http://opensource.org/licenses/bsd-license.php\r
+\r
+  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
+  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 \r
 **/\r
 \r
   }\r
 \r
 typedef struct _EFI_SHELL_PARAMETERS_PROTOCOL {\r
-///\r
-/// Points to an Argc-element array of points to null-terminated strings containing\r
-/// the command-line parameters. The first entry in the array is always the full file\r
-/// path of the executable. Any quotation marks that were used to preserve\r
-/// whitespace have been removed.\r
-///\r
+  ///\r
+  /// Points to an Argc-element array of points to NULL-terminated strings containing\r
+  /// the command-line parameters. The first entry in the array is always the full file\r
+  /// path of the executable. Any quotation marks that were used to preserve\r
+  /// whitespace have been removed.\r
+  ///\r
   CHAR16 **Argv;\r
 \r
-///\r
-/// The number of elements in the Argv array.\r
-/// \r
+  ///\r
+  /// The number of elements in the Argv array.\r
+  ///\r
   UINTN Argc;\r
 \r
-///\r
-/// The file handle for the standard input for this executable. This may be different\r
-/// from the ConInHandle in the EFI_SYSTEM_TABLE.\r
-///\r
+  ///\r
+  /// The file handle for the standard input for this executable. This may be different\r
+  /// from the ConInHandle in the EFI_SYSTEM_TABLE.\r
+  ///\r
   EFI_FILE_HANDLE StdIn;\r
 \r
-///\r
-/// The file handle for the standard output for this executable. This may be different\r
-/// from the ConOutHandle in the EFI_SYSTEM_TABLE.\r
-///\r
+  ///\r
+  /// The file handle for the standard output for this executable. This may be different\r
+  /// from the ConOutHandle in the EFI_SYSTEM_TABLE.\r
+  ///\r
   EFI_FILE_HANDLE StdOut;\r
 \r
-///\r
-/// The file handle for the standard error output for this executable. This may be\r
-/// different from the StdErrHandle in the EFI_SYSTEM_TABLE.\r
-///\r
+  ///\r
+  /// The file handle for the standard error output for this executable. This may be\r
+  /// different from the StdErrHandle in the EFI_SYSTEM_TABLE.\r
+  ///\r
   EFI_FILE_HANDLE StdErr;\r
 } EFI_SHELL_PARAMETERS_PROTOCOL;\r
 \r