aboutsummaryrefslogtreecommitdiffstats
path: root/usbh
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2019-07-25 10:39:28 -0400
committerBrian Cully <bjc@kublai.com>2019-07-25 10:39:28 -0400
commitee279896c3ef52ede330d9955dbdfce6c85f03a3 (patch)
treef83195c12c19c0f6c1e67e0bb37cdb63d977d237 /usbh
parent7966be1419d3eaa088ed83f95282383182585640 (diff)
downloadsamd21-demo-ee279896c3ef52ede330d9955dbdfce6c85f03a3.tar.gz
samd21-demo-ee279896c3ef52ede330d9955dbdfce6c85f03a3.zip
License for rb and usbh.
Diffstat (limited to 'usbh')
-rw-r--r--usbh/Cargo.toml1
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" }