From aaeffcf7a6e28d2fda83bf59f370319805073449 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Thu, 7 May 2009 22:23:14 +0000 Subject: [PATCH] Adding missing license headers. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30665 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/kernel/drivers/input/usb_hid/HIDCollection.cpp | 5 +++++ src/add-ons/kernel/drivers/input/usb_hid/HIDCollection.h | 4 ++++ src/add-ons/kernel/drivers/input/usb_hid/HIDDataTypes.h | 4 ++++ src/add-ons/kernel/drivers/input/usb_hid/HIDParser.cpp | 5 +++++ src/add-ons/kernel/drivers/input/usb_hid/HIDParser.h | 4 ++++ src/add-ons/kernel/drivers/input/usb_hid/HIDReport.cpp | 5 +++++ src/add-ons/kernel/drivers/input/usb_hid/HIDReport.h | 4 ++++ src/add-ons/kernel/drivers/input/usb_hid/HIDReportItem.cpp | 5 +++++ src/add-ons/kernel/drivers/input/usb_hid/HIDReportItem.h | 4 ++++ 9 files changed, 40 insertions(+) diff --git a/src/add-ons/kernel/drivers/input/usb_hid/HIDCollection.cpp b/src/add-ons/kernel/drivers/input/usb_hid/HIDCollection.cpp index 123815bf72..e4b3d6f1b7 100644 --- a/src/add-ons/kernel/drivers/input/usb_hid/HIDCollection.cpp +++ b/src/add-ons/kernel/drivers/input/usb_hid/HIDCollection.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2009, Michael Lotz, mmlr@mlotz.ch. + * Distributed under the terms of the MIT License. + */ + #include "Driver.h" #include "HIDCollection.h" diff --git a/src/add-ons/kernel/drivers/input/usb_hid/HIDCollection.h b/src/add-ons/kernel/drivers/input/usb_hid/HIDCollection.h index d6c24ed5e0..6763c6fbdf 100644 --- a/src/add-ons/kernel/drivers/input/usb_hid/HIDCollection.h +++ b/src/add-ons/kernel/drivers/input/usb_hid/HIDCollection.h @@ -1,3 +1,7 @@ +/* + * Copyright 2009, Michael Lotz, mmlr@mlotz.ch. + * Distributed under the terms of the MIT License. + */ #ifndef HID_COLLECTION_H #define HID_COLLECTION_H diff --git a/src/add-ons/kernel/drivers/input/usb_hid/HIDDataTypes.h b/src/add-ons/kernel/drivers/input/usb_hid/HIDDataTypes.h index 636e774c15..a86a898477 100644 --- a/src/add-ons/kernel/drivers/input/usb_hid/HIDDataTypes.h +++ b/src/add-ons/kernel/drivers/input/usb_hid/HIDDataTypes.h @@ -1,3 +1,7 @@ +/* + * Copyright 2009, Michael Lotz, mmlr@mlotz.ch. + * Distributed under the terms of the MIT License. + */ #ifndef HID_DATA_TYPES_H #define HID_DATA_TYPES_H diff --git a/src/add-ons/kernel/drivers/input/usb_hid/HIDParser.cpp b/src/add-ons/kernel/drivers/input/usb_hid/HIDParser.cpp index 8cf9f9150d..2c39140182 100644 --- a/src/add-ons/kernel/drivers/input/usb_hid/HIDParser.cpp +++ b/src/add-ons/kernel/drivers/input/usb_hid/HIDParser.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2009, Michael Lotz, mmlr@mlotz.ch. + * Distributed under the terms of the MIT License. + */ + #include "Driver.h" #include "HIDCollection.h" #include "HIDParser.h" diff --git a/src/add-ons/kernel/drivers/input/usb_hid/HIDParser.h b/src/add-ons/kernel/drivers/input/usb_hid/HIDParser.h index dea4993e42..642c48174e 100644 --- a/src/add-ons/kernel/drivers/input/usb_hid/HIDParser.h +++ b/src/add-ons/kernel/drivers/input/usb_hid/HIDParser.h @@ -1,3 +1,7 @@ +/* + * Copyright 2009, Michael Lotz, mmlr@mlotz.ch. + * Distributed under the terms of the MIT License. + */ #ifndef HID_PARSER_H #define HID_PARSER_H diff --git a/src/add-ons/kernel/drivers/input/usb_hid/HIDReport.cpp b/src/add-ons/kernel/drivers/input/usb_hid/HIDReport.cpp index f83be1c6bd..a627f68ec3 100644 --- a/src/add-ons/kernel/drivers/input/usb_hid/HIDReport.cpp +++ b/src/add-ons/kernel/drivers/input/usb_hid/HIDReport.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2009, Michael Lotz, mmlr@mlotz.ch. + * Distributed under the terms of the MIT License. + */ + #include "Driver.h" #include "HIDReport.h" #include "HIDReportItem.h" diff --git a/src/add-ons/kernel/drivers/input/usb_hid/HIDReport.h b/src/add-ons/kernel/drivers/input/usb_hid/HIDReport.h index f757aca14a..c030c67a4d 100644 --- a/src/add-ons/kernel/drivers/input/usb_hid/HIDReport.h +++ b/src/add-ons/kernel/drivers/input/usb_hid/HIDReport.h @@ -1,3 +1,7 @@ +/* + * Copyright 2009, Michael Lotz, mmlr@mlotz.ch. + * Distributed under the terms of the MIT License. + */ #ifndef HID_REPORT_H #define HID_REPORT_H diff --git a/src/add-ons/kernel/drivers/input/usb_hid/HIDReportItem.cpp b/src/add-ons/kernel/drivers/input/usb_hid/HIDReportItem.cpp index 492e41c9fe..2dbf811173 100644 --- a/src/add-ons/kernel/drivers/input/usb_hid/HIDReportItem.cpp +++ b/src/add-ons/kernel/drivers/input/usb_hid/HIDReportItem.cpp @@ -1,3 +1,8 @@ +/* + * Copyright 2009, Michael Lotz, mmlr@mlotz.ch. + * Distributed under the terms of the MIT License. + */ + #include "HIDReportItem.h" #include "HIDReport.h" diff --git a/src/add-ons/kernel/drivers/input/usb_hid/HIDReportItem.h b/src/add-ons/kernel/drivers/input/usb_hid/HIDReportItem.h index c33bc0fe01..b8ab3c030d 100644 --- a/src/add-ons/kernel/drivers/input/usb_hid/HIDReportItem.h +++ b/src/add-ons/kernel/drivers/input/usb_hid/HIDReportItem.h @@ -1,3 +1,7 @@ +/* + * Copyright 2009, Michael Lotz, mmlr@mlotz.ch. + * Distributed under the terms of the MIT License. + */ #ifndef HID_REPORT_ITEM_H #define HID_REPORT_ITEM_H