]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ShellPkg/Application/ShellSortTestApp/ShellSortTestApp.c
fixed license header / copyright date on all files.
[mirror_edk2.git] / ShellPkg / Application / ShellSortTestApp / ShellSortTestApp.c
index e19967ef62559885f7c3acc2716e464d9ac04dee..c2b24d67ac2035f493623b381bb706e953eb544a 100644 (file)
@@ -1,14 +1,14 @@
 /** @file\r
   This is a test application that demonstrates how to use the sorting functions.\r
 \r
-  Copyright (c) 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
+  Copyright (c) 2009-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
+  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
@@ -43,10 +43,10 @@ INTN Test(CONST VOID*b1, CONST VOID*b2)
   @retval  Other           An error occurred.\r
 \r
 **/\r
-INTN \r
-EFIAPI \r
+INTN\r
+EFIAPI\r
 ShellAppMain (\r
-  IN UINTN Argc, \r
+  IN UINTN Argc,\r
   IN CHAR16 **Argv\r
   )\r
 {\r