https://git.reactos.org/?p=reactos.git;a=commitdiff;h=e400519cb5d23c40be2d4b3fc5f43d48c794db6b

commit e400519cb5d23c40be2d4b3fc5f43d48c794db6b
Author:     Thomas Faber <[email protected]>
AuthorDate: Sat Sep 8 10:13:43 2018 +0200
Commit:     Thomas Faber <[email protected]>
CommitDate: Sat Sep 8 10:16:02 2018 +0200

    [USBUHCI_NEW] Add license headers.
---
 drivers/usb/usbuhci_new/dbg_uhci.h | 7 +++++++
 drivers/usb/usbuhci_new/hardware.h | 7 +++++++
 drivers/usb/usbuhci_new/roothub.c  | 7 +++++++
 drivers/usb/usbuhci_new/usbuhci.c  | 7 +++++++
 drivers/usb/usbuhci_new/usbuhci.h  | 7 +++++++
 5 files changed, 35 insertions(+)

diff --git a/drivers/usb/usbuhci_new/dbg_uhci.h 
b/drivers/usb/usbuhci_new/dbg_uhci.h
index 50c03ca4bd..2a74f10655 100644
--- a/drivers/usb/usbuhci_new/dbg_uhci.h
+++ b/drivers/usb/usbuhci_new/dbg_uhci.h
@@ -1,3 +1,10 @@
+/*
+ * PROJECT:     ReactOS USB UHCI Miniport Driver
+ * LICENSE:     GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
+ * PURPOSE:     USBUHCI debugging declarations
+ * COPYRIGHT:   Copyright 2017-2018 Vadim Galyant <[email protected]>
+ */
+
 #ifndef DBG_UHCI_H__
 #define DBG_UHCI_H__
 
diff --git a/drivers/usb/usbuhci_new/hardware.h 
b/drivers/usb/usbuhci_new/hardware.h
index c9b6d4a42a..db253eac0c 100644
--- a/drivers/usb/usbuhci_new/hardware.h
+++ b/drivers/usb/usbuhci_new/hardware.h
@@ -1,3 +1,10 @@
+/*
+ * PROJECT:     ReactOS USB UHCI Miniport Driver
+ * LICENSE:     GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
+ * PURPOSE:     USBUHCI hardware declarations
+ * COPYRIGHT:   Copyright 2017-2018 Vadim Galyant <[email protected]>
+ */
+
 #define UHCI_FRAME_LIST_MAX_ENTRIES  1024 // Number of frames in Frame List
 #define UHCI_NUM_ROOT_HUB_PORTS      2
 
diff --git a/drivers/usb/usbuhci_new/roothub.c 
b/drivers/usb/usbuhci_new/roothub.c
index 6fa0e34eec..2916ef5cc3 100644
--- a/drivers/usb/usbuhci_new/roothub.c
+++ b/drivers/usb/usbuhci_new/roothub.c
@@ -1,3 +1,10 @@
+/*
+ * PROJECT:     ReactOS USB UHCI Miniport Driver
+ * LICENSE:     GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
+ * PURPOSE:     USBUHCI root hub functions
+ * COPYRIGHT:   Copyright 2017-2018 Vadim Galyant <[email protected]>
+ */
+
 #include "usbuhci.h"
 
 #define NDEBUG
diff --git a/drivers/usb/usbuhci_new/usbuhci.c 
b/drivers/usb/usbuhci_new/usbuhci.c
index eed9b0b48d..b08306d920 100644
--- a/drivers/usb/usbuhci_new/usbuhci.c
+++ b/drivers/usb/usbuhci_new/usbuhci.c
@@ -1,3 +1,10 @@
+/*
+ * PROJECT:     ReactOS USB UHCI Miniport Driver
+ * LICENSE:     GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
+ * PURPOSE:     USBUHCI main driver functions
+ * COPYRIGHT:   Copyright 2017-2018 Vadim Galyant <[email protected]>
+ */
+
 #include "usbuhci.h"
 
 #define NDEBUG
diff --git a/drivers/usb/usbuhci_new/usbuhci.h 
b/drivers/usb/usbuhci_new/usbuhci.h
index 55408f9bc9..e5d6ab584a 100644
--- a/drivers/usb/usbuhci_new/usbuhci.h
+++ b/drivers/usb/usbuhci_new/usbuhci.h
@@ -1,3 +1,10 @@
+/*
+ * PROJECT:     ReactOS USB UHCI Miniport Driver
+ * LICENSE:     GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
+ * PURPOSE:     USBUHCI declarations
+ * COPYRIGHT:   Copyright 2017-2018 Vadim Galyant <[email protected]>
+ */
+
 #ifndef USBUHCI_H__
 #define USBUHCI_H__
 

Reply via email to