aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rb/Cargo.toml1
-rw-r--r--usbh/Cargo.toml1
2 files changed, 2 insertions, 0 deletions
diff --git a/rb/Cargo.toml b/rb/Cargo.toml
index d18a9e2..d8d4fe8 100644
--- a/rb/Cargo.toml
+++ b/rb/Cargo.toml
@@ -3,3 +3,4 @@ name = "rb"
version = "0.1.0"
authors = ["Brian Cully <bjc@kublai.com>"]
edition = "2018"
+license = "GPL-3.0-or-later"
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" }