diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-02-16 21:36:44 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-02-17 18:04:21 +0800 |
commit | 6ec81352560e3e4268855115eda9d78f6e27875f (patch) | |
tree | c8723bdcdd08608e7cfcbed04f74fdac7de7ffe3 /vendor/github.com/karalabe/hid/LICENSE.md | |
parent | bdef758d5c6d397584d0c35e53d6f6c318e61351 (diff) | |
download | dexon-6ec81352560e3e4268855115eda9d78f6e27875f.tar dexon-6ec81352560e3e4268855115eda9d78f6e27875f.tar.gz dexon-6ec81352560e3e4268855115eda9d78f6e27875f.tar.bz2 dexon-6ec81352560e3e4268855115eda9d78f6e27875f.tar.lz dexon-6ec81352560e3e4268855115eda9d78f6e27875f.tar.xz dexon-6ec81352560e3e4268855115eda9d78f6e27875f.tar.zst dexon-6ec81352560e3e4268855115eda9d78f6e27875f.zip |
accounts/usbwallet, vendor: use hidapi instead of libusb directly
Diffstat (limited to 'vendor/github.com/karalabe/hid/LICENSE.md')
-rw-r--r-- | vendor/github.com/karalabe/hid/LICENSE.md | 8 |
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 000000000..025ad35e9 --- /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 GPL 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 GPL 2.1 or later on Linux and 3-clause BSD on other platforms. |