]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Pci/UhciDxe/UhciDebug.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Pci / UhciDxe / UhciDebug.h
index 5628e393f2029a8d7e1e793dd398a6395b4530fe..34f8ea1ff498e73009915d3d12b02a759ee01697 100644 (file)
@@ -1,24 +1,9 @@
 /** @file\r
 \r
-Copyright (c) 2007, 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
-\r
-Module Name:\r
-\r
-  UhciDebug.h\r
-\r
-Abstract:\r
-\r
   This file contains the definination for host controller debug support routines\r
 \r
-Revision History\r
-\r
+Copyright (c) 2007, Intel Corporation. All rights reserved.<BR>\r
+SPDX-License-Identifier: BSD-2-Clause-Patent\r
 \r
 **/\r
 \r
@@ -27,32 +12,30 @@ Revision History
 \r
 \r
 /**\r
-  Dump the content of QH structure\r
+  Dump the content of QH structure.\r
 \r
-  @param  QhSw    Pointer to software QH structure\r
+  @param  QhSw    Pointer to software QH structure.\r
 \r
-  @return None\r
+  @return None.\r
 \r
 **/\r
 VOID\r
 UhciDumpQh (\r
   IN UHCI_QH_SW         *QhSw\r
-  )\r
-;\r
+  );\r
 \r
 \r
 /**\r
   Dump the content of TD structure.\r
 \r
-  @param  TdSw    Pointer to software TD structure\r
+  @param  TdSw    Pointer to software TD structure.\r
 \r
-  @return None\r
+  @return None.\r
 \r
 **/\r
 VOID\r
 UhciDumpTds (\r
   IN UHCI_TD_SW           *TdSw\r
-  )\r
-;\r
+  );\r
 \r
 #endif\r