mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-04 18:10:18 +00:00
Add MIT license to crates that were missing it
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.
This commit is contained in:
parent
f2f1a08e07
commit
81f879565d
@ -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]
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "wasmer-kernel-loader"
|
||||
version = "0.1.0"
|
||||
authors = ["Heyang Zhou <zhy20000919@hotmail.com>"]
|
||||
license = "MIT"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
@ -2,6 +2,7 @@
|
||||
name = "kernel-net"
|
||||
version = "0.1.0"
|
||||
authors = ["Heyang Zhou <zhy20000919@hotmail.com>"]
|
||||
license = "MIT"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
|
@ -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
|
||||
|
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user