aboutsummaryrefslogtreecommitdiff
path: root/vendor/github.com/karalabe/hid/LICENSE.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/karalabe/hid/LICENSE.md')
-rw-r--r--vendor/github.com/karalabe/hid/LICENSE.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/vendor/github.com/karalabe/hid/LICENSE.md b/vendor/github.com/karalabe/hid/LICENSE.md
new file mode 100644
index 0000000..230d1da
--- /dev/null
+++ b/vendor/github.com/karalabe/hid/LICENSE.md
@@ -0,0 +1,8 @@
+The components of `hid` are licensed as such:
+
+ * `hidapi` is released under the [3-clause BSD](https://github.com/signal11/hidapi/blob/master/LICENSE-bsd.txt) license.
+ * `libusb` is released under the [GNU LGPL 2.1](https://github.com/libusb/libusb/blob/master/COPYING)license.
+ * `go.hid` is released under the [2-clause BSD](https://github.com/GeertJohan/go.hid/blob/master/LICENSE) license.
+ * `gowchar` is released under the [3-clause BSD](https://github.com/orofarne/gowchar/blob/master/LICENSE) license.
+
+Given the above, `hid` is licensed under GNU LGPL 2.1 or later on Linux and 3-clause BSD on other platforms.