]> git.proxmox.com Git - mirror_edk2.git/blobdiff - UnixPkg/UnixBusDriverDxe/UnixBusDriver.h
Update the copyright notice format
[mirror_edk2.git] / UnixPkg / UnixBusDriverDxe / UnixBusDriver.h
index ffc3881544aadad361146c7c1cc221eb38e5a391..bf3f6f937f88a6d2a4d78e3ad618550fa6d92e97 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2006, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2006, 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
@@ -127,7 +127,7 @@ extern EFI_COMPONENT_NAME_PROTOCOL  gUnixBusDriverComponentName;
 //\r
 // Unix Bus Controller Structure\r
 //\r
-#define UNIX_BUS_DEVICE_SIGNATURE EFI_SIGNATURE_32 ('L', 'X', 'B', 'D')\r
+#define UNIX_BUS_DEVICE_SIGNATURE SIGNATURE_32 ('L', 'X', 'B', 'D')\r
 \r
 typedef struct {\r
   UINT64                    Signature;\r
@@ -137,7 +137,7 @@ typedef struct {
 //\r
 // Unix Child Device Controller Structure\r
 //\r
-#define UNIX_IO_DEVICE_SIGNATURE  EFI_SIGNATURE_32 ('L', 'X', 'V', 'D')\r
+#define UNIX_IO_DEVICE_SIGNATURE  SIGNATURE_32 ('L', 'X', 'V', 'D')\r
 \r
 typedef struct {\r
   UINT64                    Signature;\r