]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Application/Shell/ShellParametersProtocol.c
ShellPkg: Standardized HP Copyright Message String
[mirror_edk2.git] / ShellPkg / Application / Shell / ShellParametersProtocol.c
index d1a42dbd067362c1606cf93d2fe154daea96117c..00b413e90b4d136f64125c3bce9cb1489a0256d3 100644 (file)
@@ -3,7 +3,7 @@
   manipulation, and initialization of EFI_SHELL_PARAMETERS_PROTOCOL.\r
 \r
   Copyright (C) 2014, Red Hat, Inc.\r
-  Copyright (c) 2013 Hewlett-Packard Development Company, L.P.\r
+  (C) Copyright 2013 Hewlett-Packard Development Company, L.P.<BR>\r
   Copyright (c) 2009 - 2015, 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
@@ -18,7 +18,7 @@
 #include "Shell.h"\r
 \r
 /**\r
-  Return the next parameter's end from a command line string;\r
+  Return the next parameter's end from a command line string.\r
 \r
   @param[in] String        the string to parse\r
 **/\r
@@ -61,7 +61,7 @@ FindEndOfParameter(
 }\r
 \r
 /**\r
-  Return the next parameter from a command line string;\r
+  Return the next parameter from a command line string.\r
 \r
   This function moves the next parameter from Walker into TempParameter and moves\r
   Walker up past that parameter for recursive calling.  When the final parameter\r