Change Cretonne's license to "Apache-2.0 WITH LLVM-exception".

This adds the "LLVM-exception" to Cretonne's existing Apache-2.0
license.

https://spdx.org/licenses/LLVM-exception.html
This commit is contained in:
Dan Gohman
2018-06-13 07:53:36 -07:00
parent 65ef4a7583
commit 19a636af96
13 changed files with 29 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ name = "cretonne-tools"
authors = ["The Cretonne Project Developers"]
version = "0.13.0"
description = "Binaries for testing the Cretonne libraries"
license = "Apache-2.0"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://cretonne.readthedocs.io/"
repository = "https://github.com/cretonne/cretonne"
publish = false