]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/StrGather.h
EdkCompatibilityPkg: Fix some typos of "according"
[mirror_edk2.git] / EdkCompatibilityPkg / Sample / Tools / Source / UefiStrGather / StrGather.h
index a14ef923fc059f4186880af6f365aab6f12247e6..4ab20d935937be8146aeac450c4aa9886d68416c 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2004, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2004 - 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
@@ -25,8 +25,6 @@ Abstract:
 #define MALLOC(size)  malloc (size)\r
 #define FREE(ptr)     do { if ((ptr) != NULL) { free (ptr); } } while (0)\r
 \r
-#define PROGRAM_NAME  "StrGather"\r
-\r
 typedef CHAR16  WCHAR;\r
 \r
 #define UNICODE_TO_ASCII(w)   (INT8) ((w) & 0xFF)\r