]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Uefi/UefiBaseType.h
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Include / Uefi / UefiBaseType.h
index b98ed9c4dcc8a605ad9c66f38b90e5ae4280a7c1..6e522807daf6fc49e013d8f4c7a000e0a8c453ea 100644 (file)
@@ -1,15 +1,14 @@
 /** @file\r
   Defines data types and constants introduced in UEFI.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation<BR>\r
-  Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.<BR>\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
-  \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
+Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials are licensed and made available under \r
+the terms and conditions of the BSD License that accompanies this distribution.  \r
+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
 \r
 **/\r
 \r
@@ -27,7 +26,7 @@
 ///\r
 typedef GUID                      EFI_GUID;\r
 ///\r
-/// Function return status for EFI API\r
+/// Function return status for EFI API.\r
 ///\r
 typedef RETURN_STATUS             EFI_STATUS;\r
 ///\r
@@ -59,7 +58,7 @@ typedef UINT64                    EFI_VIRTUAL_ADDRESS;
 \r
 ///\r
 /// EFI Time Abstraction:\r
-///  Year:       1998 - 20XX\r
+///  Year:       1900 - 9999\r
 ///  Month:      1 - 12\r
 ///  Day:        1 - 31\r
 ///  Hour:       0 - 23\r
@@ -91,7 +90,7 @@ typedef struct {
 } EFI_IPv4_ADDRESS;\r
 \r
 ///\r
-/// 16-byte buffer. An IPv6 internet protocol address\r
+/// 16-byte buffer. An IPv6 internet protocol address.\r
 ///\r
 typedef struct {\r
   UINT8 Addr[16];\r
@@ -194,27 +193,27 @@ typedef union {
 #define EFI_PAGES_TO_SIZE(a)   ( (a) << EFI_PAGE_SHIFT)\r
 \r
 ///\r
-/// PE32+ Machine type for IA32 UEFI images\r
+/// PE32+ Machine type for IA32 UEFI images.\r
 ///\r
 #define EFI_IMAGE_MACHINE_IA32            0x014C\r
 \r
 ///\r
-/// PE32+ Machine type for IA64 UEFI images\r
+/// PE32+ Machine type for IA64 UEFI images.\r
 ///\r
 #define EFI_IMAGE_MACHINE_IA64            0x0200\r
 \r
 ///\r
-/// PE32+ Machine type for EBC UEFI images\r
+/// PE32+ Machine type for EBC UEFI images.\r
 ///\r
 #define EFI_IMAGE_MACHINE_EBC             0x0EBC\r
 \r
 ///\r
-/// PE32+ Machine type for X64 UEFI images\r
+/// PE32+ Machine type for X64 UEFI images.\r
 ///\r
 #define EFI_IMAGE_MACHINE_X64             0x8664\r
 \r
 ///\r
-/// PE32+ Machine type for ARM mixed ARM and Thumb/Thumb2 images\r
+/// PE32+ Machine type for ARM mixed ARM and Thumb/Thumb2 images.\r
 ///\r
 #define EFI_IMAGE_MACHINE_ARMTHUMB_MIXED  0x01C2\r
 \r