Update cranelift-serde's license field.

This updates it to "Apache-2.0 WITH LLVM-exception".
This commit is contained in:
Dan Gohman
2018-08-01 13:36:58 -07:00
parent c49c20713c
commit b8dbbce99d
2 changed files with 220 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ version = "0.17.0"
authors = ["The Cranelift Project Developers"]
description = "Serializer/Deserializer for Cranelift IR"
repository = "https://github.com/CraneStation/cranelift"
license = "Apache-2.0"
license = "Apache-2.0 WITH LLVM-exception"
readme = "README.md"
keywords = ["webassembly", "serde"]