]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/DriverSupportedEfiVersion.h
MdePkg: Clean up source files
[mirror_edk2.git] / MdePkg / Include / Protocol / DriverSupportedEfiVersion.h
index 4925078a837c07fc70d8d1f9dbef2c8d6f98eaa0..6e427f9be11b0412f4849c5667af648e0a18a4d3 100644 (file)
@@ -4,14 +4,14 @@
   required for EFI drivers that are on PCI and other plug-in\r
   cards.\r
 \r
-  Copyright (c) 2006 - 2015, 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
+  Copyright (c) 2006 - 2018, 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
 \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
+  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
 \r
 ///\r
 /// The EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL provides a\r
-/// mechanism for an EFI driver to publish the version of the EFI   \r
-/// specification it conforms to. This protocol must be placed on   \r
-/// the driver's image handle when the driver's entry point is   \r
+/// mechanism for an EFI driver to publish the version of the EFI\r
+/// specification it conforms to. This protocol must be placed on\r
+/// the driver's image handle when the driver's entry point is\r
 /// called.\r
 ///\r
 typedef struct _EFI_DRIVER_SUPPORTED_EFI_VERSION_PROTOCOL {\r
   ///\r
-  /// The size, in bytes, of the entire structure. Future versions of this \r
+  /// The size, in bytes, of the entire structure. Future versions of this\r
   /// specification may grow the size of the structure.\r
-  /// \r
+  ///\r
   UINT32 Length;\r
   ///\r
   /// The latest version of the UEFI specification that this driver conforms to.\r