2017-02-16 13:36:44 +00:00
|
|
|
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.
|
2017-02-27 10:30:17 +00:00
|
|
|
* `libusb` is released under the [GNU LGPL 2.1](https://github.com/libusb/libusb/blob/master/COPYING)license.
|
2017-02-16 13:36:44 +00:00
|
|
|
* `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.
|
|
|
|
|
2017-02-27 10:30:17 +00:00
|
|
|
Given the above, `hid` is licensed under GNU LGPL 2.1 or later on Linux and 3-clause BSD on other platforms.
|