GH-3: Clarify licensing

This commit is contained in:
Michael Watzko 2019-02-12 17:25:17 +01:00
commit 0bc4e614a3
3 changed files with 229 additions and 1 deletions

View file

@ -6,7 +6,7 @@ repository = "https://github.com/kellerkindt/w5500.git"
description = "W5500 IoT Controller implementation. Currently UDP sending and receiving is working. WIP"
keywords = ["embedded", "w5500", "iot", "arm", "embedded-hal-driver"]
categories = ["embedded", "hardware-support", "no-std", "network-programming"]
license = "MIT"
license = "MIT OR Apache-2.0"
readme = "README.md"
[dependencies]