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 = "script_layout_interface"
version = "0.0.1"
authors = ["The Servo Project Developers"]
license = "MPL-2.0"
publish = false
[lib]