]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/DriverFamilyOverride.h
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Include / Protocol / DriverFamilyOverride.h
index 270481266a3f850877462ded6facf647fc149a48..691fb8d1f64a581593fd4b6ce9c4039329f3555d 100644 (file)
@@ -1,14 +1,14 @@
 /** @file\r
   UEFI Driver Family Protocol\r
 \r
-  Copyright (c) 2007 - 2008, Intel Corporation                                                         \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) 2007 - 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
@@ -32,7 +32,7 @@ typedef struct _EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL  EFI_DRIVER_FAMILY_OVERRIDE_
   Retrieves the version of the driver that is used by the EFI Boot Service ConnectController()\r
   to sort the set of Driver Binding Protocols in order from highest priority to lowest priority.\r
   For drivers that support the Driver Family Override Protocol, those drivers are sorted so that\r
-  the drivers with higher values returned by GetVersion() are high priority that drivers that\r
+  the drivers with higher values returned by GetVersion() are higher priority than drivers that\r
   return lower values from GetVersion().\r
 \r
   @param  This                  A pointer to the EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL instance.                            \r
@@ -46,22 +46,17 @@ UINT32
   IN EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL    *This\r
   );\r
 \r
-/**\r
-  @par Protocol Description:\r
-  When installed, the Driver Family Override Protocol produces a GUID that represets \r
-  a family of drivers.  Drivers with the same GUID are members of the same family \r
-  When drivers are connected to controllers, drivers with a higher revision value \r
-  in the same driver family are connected with a higher priority than drivers \r
-  with a lower revision value in the same driver family.  The EFI Boot Service\r
-  Connect Controller uses five rules to build a prioritied list of drivers when \r
-  a request is made to connect a driver to a controller.  The Driver Family Protocol\r
-  rule is between the Platform Specific Driver Override Protocol and above the \r
-  Bus Specific Driver Override Protocol.  \r
-\r
-  @param GetVersion\r
-  This function returns the version value associated with the driver specified by This.\r
-\r
-**/\r
+///\r
+/// When installed, the Driver Family Override Protocol produces a GUID that represents \r
+/// a family of drivers.  Drivers with the same GUID are members of the same family \r
+/// When drivers are connected to controllers, drivers with a higher revision value \r
+/// in the same driver family are connected with a higher priority than drivers \r
+/// with a lower revision value in the same driver family.  The EFI Boot Service\r
+/// Connect Controller uses five rules to build a prioritized list of drivers when \r
+/// a request is made to connect a driver to a controller.  The Driver Family Protocol\r
+/// rule is between the Platform Specific Driver Override Protocol and above the \r
+/// Bus Specific Driver Override Protocol.  \r
+///\r
 struct _EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL {\r
   EFI_DRIVER_FAMILY_OVERRIDE_GET_VERSION GetVersion;\r
 };\r