]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbMouseDxe/MouseHid.c
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbMouseDxe / MouseHid.c
index ec6a420c14351749ad6353b4bb0e727b5c7191b2..de44aec516e4c2a1d88f7732912938710a80e944 100644 (file)
@@ -1,14 +1,8 @@
 /** @file\r
   Helper functions to parse HID report descriptor and items.\r
 \r
-Copyright (c) 2004 - 2010, 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
+Copyright (c) 2004 - 2018, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -160,7 +154,7 @@ GetItemData (
   There are three item types: Main, Global, and Local.\r
   This function parses these types of HID items according\r
   to tag info.\r
-  \r
+\r
   @param  UsbMouse          The instance of USB_MOUSE_DEV\r
   @param  HidItem           The HID item to parse\r
 \r