]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbBusDxe/UsbDesc.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbBusDxe / UsbDesc.h
index 11570ab36d4ee8376cab7adcb29f59026a232f86..7b0c77fdc79c8b106b7cc05ee8b2afaae4c2edb2 100644 (file)
@@ -3,13 +3,7 @@
     Manage Usb Descriptor List\r
 \r
 Copyright (c) 2007 - 2014, 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
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -65,7 +59,7 @@ typedef struct {
 typedef struct {\r
   USB_INTERFACE_SETTING*        Settings[USB_MAX_INTERFACE_SETTING];\r
   UINTN                         NumOfSetting;\r
-  UINT8                         ActiveIndex;  // Index of active setting\r
+  UINTN                         ActiveIndex;  // Index of active setting\r
 } USB_INTERFACE_DESC;\r
 \r
 typedef struct {\r