All our Cargo.toml files should contain an MPL-2.0 license field.

This commit is contained in:
Alan Jeffrey 2016-07-14 10:26:34 -05:00
parent 86b2104f11
commit 62e95c5a61
42 changed files with 45 additions and 0 deletions

View file

@ -2,6 +2,7 @@
name = "geckoservo"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
build = "build.rs"

View file

@ -2,6 +2,7 @@
name = "gecko_bindings"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
publish = false
[lib]

View file

@ -3,6 +3,7 @@ name = "string_cache"
description = "A crate to allow using Gecko's nsIAtom as a replacement for string_cache."
version = "0.2.20"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
publish = false
[lib]

View file

@ -2,6 +2,7 @@
name = "glutin_app"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
[lib]
name = "glutin_app"