Change the license to "Apache-2.0 WITH LLVM-exception".

This commit is contained in:
Dan Gohman
2018-07-20 15:28:25 -07:00
parent a2f70a3544
commit 7a26b76521
8 changed files with 223 additions and 242 deletions

View File

@@ -5,7 +5,7 @@ authors = ["The Cretonne Project Developers"]
publish = false
description = "JIT-style runtime support for WebAsssembly code in Cretonne"
repository = "https://github.com/sunfishcode/wasmtime"
license = "MIT/Apache-2.0"
license = "Apache-2.0 WITH LLVM-exception"
[dependencies]
cretonne-codegen = "0.13.0"

View File

@@ -3,6 +3,7 @@ name = "wasmtime_obj"
version = "0.0.0"
authors = ["The Cretonne Project Developers"]
publish = false
license = "Apache-2.0 WITH LLVM-exception"
[dependencies]
cretonne-codegen = "0.13.0"

View File

@@ -5,7 +5,7 @@ authors = ["The Cretonne Project Developers"]
publish = false
description = "Standalone runtime support for WebAsssembly code in Cretonne"
repository = "https://github.com/sunfishcode/wasmtime"
license = "Apache-2.0"
license = "Apache-2.0 WITH LLVM-exception"
[dependencies]
cretonne-codegen = "0.13.0"