diff options
author | Brian Cully <bjc@kublai.com> | 2019-07-25 10:39:28 -0400 |
---|---|---|
committer | Brian Cully <bjc@kublai.com> | 2019-07-25 10:39:28 -0400 |
commit | ee279896c3ef52ede330d9955dbdfce6c85f03a3 (patch) | |
tree | f83195c12c19c0f6c1e67e0bb37cdb63d977d237 /usbh | |
parent | 7966be1419d3eaa088ed83f95282383182585640 (diff) | |
download | samd21-demo-ee279896c3ef52ede330d9955dbdfce6c85f03a3.tar.gz samd21-demo-ee279896c3ef52ede330d9955dbdfce6c85f03a3.zip |
License for rb and usbh.
Diffstat (limited to 'usbh')
-rw-r--r-- | usbh/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usbh/Cargo.toml b/usbh/Cargo.toml index 327772b..ecbd6c5 100644 --- a/usbh/Cargo.toml +++ b/usbh/Cargo.toml @@ -3,6 +3,7 @@ name = "usbh" version = "0.1.0" authors = ["Brian Cully <bjc@kublai.com>"] edition = "2018" +license = "GPL-3.0-or-later" [dependencies] rb = { path = "../rb" } |