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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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