From 6d3455f21b3ad607eddfa1c97ef308c8d4d82cfe Mon Sep 17 00:00:00 2001 From: Nav Date: Fri, 9 Apr 2021 20:48:59 +0100 Subject: [PATCH] Clarified license for HIDAPI header --- src/DebugToolDrivers/USB/HID/hidapi.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/DebugToolDrivers/USB/HID/hidapi.hpp b/src/DebugToolDrivers/USB/HID/hidapi.hpp index 626eee96..0d8bf5b3 100644 --- a/src/DebugToolDrivers/USB/HID/hidapi.hpp +++ b/src/DebugToolDrivers/USB/HID/hidapi.hpp @@ -3,6 +3,11 @@ #include #include +/* + * The code below was extracted from the HIDAPI library. Third-party license may apply here. + * + * https://github.com/signal11/hidapi + */ struct hid_device_ { // Handle to the actual device. libusb_device_handle* device_handle;