]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/HiiLib/HiiLib.c
Update the copyright notice format
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / EdkIIGlueLib / Library / HiiLib / HiiLib.c
index e0f7be081bd4b2c657a819c7bbaa27542fe9b067..07bb0eea796189cd7fc2d249eec958a026f1659a 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2004 - 2007, 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
@@ -22,6 +22,7 @@ Abstract:
 \r
 #include "EdkIIGlueDxe.h"\r
 \r
+#if (EFI_SPECIFICATION_VERSION < 0x0002000A)\r
 /**\r
   This function allocates pool for an EFI_HII_PACKAGES structure\r
   with enough space for the variable argument list of package pointers.\r
@@ -68,3 +69,4 @@ GluePreparePackages (
   return HiiPackages;\r
 \r
 }\r
+#endif\r