]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/SmbiosGenDxe/SmbiosGen.h
Update the copyright notice format
[mirror_edk2.git] / DuetPkg / SmbiosGenDxe / SmbiosGen.h
index 45e6b24477fa04f351cd5f201e97de56e2c149b5..0474366b04c803d43218c4439e86215d7f17ad4c 100644 (file)
@@ -1,7 +1,7 @@
 /** @file\r
 \r
-Copyright (c) 2009, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \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
@@ -45,17 +45,9 @@ Abstract:
 \r
 #define   FIRMWARE_PRODUCT_NAME         (PRODUCT_NAME L": ")\r
 #ifdef EFI32\r
-#if (EFI_SPECIFICATION_VERSION >= 0x00020000)\r
 #define   FIRMWARE_BIOS_VERSIONE        (PRODUCT_NAME L"(IA32.UEFI)" PRODUCT_VERSION L": ")\r
-#else\r
-#define   FIRMWARE_BIOS_VERSIONE        (PRODUCT_NAME L"(IA32.EFI)"  PRODUCT_VERSION L": ")\r
-#endif\r
 #else  // EFIX64\r
-#if (EFI_SPECIFICATION_VERSION >= 0x00020000)\r
 #define   FIRMWARE_BIOS_VERSIONE        (PRODUCT_NAME L"(X64.UEFI)"  PRODUCT_VERSION L": ")\r
-#else\r
-#define   FIRMWARE_BIOS_VERSIONE        (PRODUCT_NAME L"(X64.EFI)"   PRODUCT_VERSION L": ")\r
-#endif\r
 #endif\r
 \r
 SMBIOS_STRUCTURE_POINTER\r