]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Ebl/Script.c
EmbeddedPkg: Added support to libfdt
[mirror_edk2.git] / EmbeddedPkg / Ebl / Script.c
index 2229005d1c5265f09724b8960c2f3b90b75313f5..7c2d58b0a454cba5a28e999cf2436be9cb41e14b 100644 (file)
@@ -1,10 +1,10 @@
 /** @file\r
   Script command allows the execution of commands from a text file\r
 \r
-  Copyright (c) 2007, Intel Corporation<BR>\r
-  Portions copyright (c) 2008-2009, Apple Inc. All rights reserved.\r
+  Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
+  Portions copyright (c) 2008 - 2009, Apple Inc. All rights reserved.<BR>\r
 \r
-  All rights reserved. This program and the accompanying materials\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
@@ -26,7 +26,7 @@
   supported:\r
     LF   : Unix, Mac OS X*, BeOS\r
     CR+LF: MS-DOS*, Microsoft Windows*\r
-    CR   : Commodore, Apple II, and realy Mac OS\r
+    CR   : Commodore, Apple II, and really Mac OS\r
     LF+CR: for simplicity and completeness \r
 \r
   Argv[0] - "script"\r
@@ -36,7 +36,7 @@
 \r
   @param  Argc   Number of command arguments in Argv\r
   @param  Argv   Array of strings that represent the parsed command line. \r
-                 Argv[0] is the comamnd name\r
+                 Argv[0] is the command name\r
 \r
   @return EFI_SUCCESS\r
 \r