1101: Add MIT license to crates that were missing it r=syrusakbary a=repi

Ran into a few crates in this repo with our license scanner that didn't have any license attached to them.

Added MIT to be consistent with the other crates. Please adjust if not correct.

Co-authored-by: Johan Andersson <repi@repi.se>
This commit is contained in:
bors[bot] 2019-12-22 16:14:42 +00:00 committed by GitHub
commit afc3363e35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 0 deletions

View File

@ -2,6 +2,7 @@
name = "plugin-for-example"
version = "0.1.0"
authors = ["The Wasmer Engineering Team <enigneering@wasmer.io>"]
license = "MIT"
edition = "2018"
[dependencies]

View File

@ -2,6 +2,7 @@
name = "wasmer-kernel-loader"
version = "0.1.0"
authors = ["Heyang Zhou <zhy20000919@hotmail.com>"]
license = "MIT"
edition = "2018"
[dependencies]

View File

@ -2,6 +2,7 @@
name = "kernel-net"
version = "0.1.0"
authors = ["Heyang Zhou <zhy20000919@hotmail.com>"]
license = "MIT"
edition = "2018"
[dependencies]

View File

@ -2,6 +2,7 @@
name = "wasmer-llvm-backend-tests"
version = "0.10.2"
authors = ["Nick Lewycky <nick@wasmer.io>"]
license = "MIT"
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -6,6 +6,7 @@ edition = "2018"
repository = "https://github.com/wasmerio/wasmer"
publish = true
description = "An experimental non-standard WASI extension for graphics"
license = "MIT"
[badges]
maintenance = { status = "experimental" }