]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Include/Ppi/UsbController.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Include / Ppi / UsbController.h
index f0537ecb6684c9fc5108ab70d86568a51a3e8510..664c7a21ad917b52c752ef132f559f18efab9eb5 100644 (file)
@@ -1,17 +1,10 @@
 /** @file\r
-  Define APIs to retrieve USB Host Controller Info such as controller type and \r
+  Define APIs to retrieve USB Host Controller Info such as controller type and\r
   I/O Port Base Address.\r
 \r
-Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 \r
-This program and the accompanying materials\r
-are licensed and made available under the terms and conditions\r
-of the BSD License which accompanies this distribution.  The\r
-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
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -63,11 +56,11 @@ typedef struct _PEI_USB_CONTROLLER_PPI PEI_USB_CONTROLLER_PPI;
   @param[in]  ControllerId     The ID of the USB controller.\r
   @param[out] ControllerType   On output, returns the type of the USB controller.\r
   @param[out] BaseAddress      On output, returns the base address of UHCI's I/O ports\r
-                               if UHCI is enabled or the base address of EHCI's MMIO \r
+                               if UHCI is enabled or the base address of EHCI's MMIO\r
                                if EHCI is enabled.\r
 \r
   @retval EFI_SUCCESS             USB controller attributes were returned successfully.\r
-  @retval EFI_INVALID_PARAMETER   ControllerId is greater than the maximum number \r
+  @retval EFI_INVALID_PARAMETER   ControllerId is greater than the maximum number\r
                                   of USB controller supported by this platform.\r
 \r
 **/\r