Relicense to dual MIT/Apache-2.0

Closes https://github.com/Byron/google-apis-rs/issues/142
This commit is contained in:
Corey Richardson
2016-01-10 19:43:30 -05:00
parent 06e1d4bff6
commit ac5886e47e
4 changed files with 236 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ version = "0.0.1"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A library to facilitate interacting with your youtube account"
repository = "https://github.com/Byron/google-apis-rs"
license = "MIT"
license = "MIT/Apache-2.0"
keywords = ["youtube", "google", "protocol", "not-for-use"]
[lib]