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:
@@ -3,7 +3,7 @@ authors = ["The Cretonne Project Developers"]
|
||||
name = "cretonne-codegen"
|
||||
version = "0.13.0"
|
||||
description = "Low-level code generator library"
|
||||
license = "Apache-2.0"
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
documentation = "https://cretonne.readthedocs.io/"
|
||||
repository = "https://github.com/cretonne/cretonne"
|
||||
readme = "README.md"
|
||||
|
||||
@@ -3,7 +3,7 @@ authors = ["The Cretonne Project Developers"]
|
||||
name = "cretonne-entity"
|
||||
version = "0.13.0"
|
||||
description = "Data structures using entity references as mapping keys"
|
||||
license = "Apache-2.0"
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
documentation = "https://cretonne.readthedocs.io/"
|
||||
repository = "https://github.com/cretonne/cretonne"
|
||||
readme = "README.md"
|
||||
|
||||
@@ -5,7 +5,7 @@ authors = ["The Cretonne Project Developers"]
|
||||
description = "Emit Cretonne output to native object files with Faerie"
|
||||
repository = "https://github.com/cretonne/cretonne"
|
||||
documentation = "https://cretonne.readthedocs.io/"
|
||||
license = "Apache-2.0"
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -3,7 +3,7 @@ name = "cretonne-filetests"
|
||||
authors = ["The Cretonne Project Developers"]
|
||||
version = "0.13.0"
|
||||
description = "Test driver and implementations of the filetest commands"
|
||||
license = "Apache-2.0"
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
documentation = "https://cretonne.readthedocs.io/en/latest/testing.html#file-tests"
|
||||
repository = "https://github.com/cretonne/cretonne"
|
||||
publish = false
|
||||
|
||||
@@ -3,7 +3,7 @@ authors = ["The Cretonne Project Developers"]
|
||||
name = "cretonne-frontend"
|
||||
version = "0.13.0"
|
||||
description = "Cretonne IR builder helper"
|
||||
license = "Apache-2.0"
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
documentation = "https://cretonne.readthedocs.io/"
|
||||
repository = "https://github.com/cretonne/cretonne"
|
||||
readme = "README.md"
|
||||
|
||||
@@ -5,7 +5,7 @@ authors = ["The Cretonne Project Developers"]
|
||||
description = "Support for linking functions and data with Cretonne"
|
||||
repository = "https://github.com/cretonne/cretonne"
|
||||
documentation = "https://cretonne.readthedocs.io/"
|
||||
license = "Apache-2.0"
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -4,7 +4,7 @@ version = "0.13.0"
|
||||
authors = ["The Cretonne Project Developers"]
|
||||
description = "Support for targeting the host with Cretonne"
|
||||
repository = "https://github.com/cretonne/cretonne"
|
||||
license = "Apache-2.0"
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -3,7 +3,7 @@ authors = ["The Cretonne Project Developers"]
|
||||
name = "cretonne-reader"
|
||||
version = "0.13.0"
|
||||
description = "Cretonne textual IR reader"
|
||||
license = "Apache-2.0"
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
documentation = "https://cretonne.readthedocs.io/"
|
||||
repository = "https://github.com/cretonne/cretonne"
|
||||
readme = "README.md"
|
||||
|
||||
@@ -5,7 +5,7 @@ authors = ["The Cretonne Project Developers"]
|
||||
description = "A simple JIT library backed by Cretonne"
|
||||
repository = "https://github.com/cretonne/cretonne"
|
||||
documentation = "https://cretonne.readthedocs.io/"
|
||||
license = "Apache-2.0"
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
readme = "README.md"
|
||||
|
||||
[dependencies]
|
||||
|
||||
@@ -3,7 +3,7 @@ authors = ["The Cretonne Project Developers"]
|
||||
name = "cretonne"
|
||||
version = "0.13.0"
|
||||
description = "Umbrella for commonly-used cretonne crates"
|
||||
license = "Apache-2.0"
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
documentation = "https://cretonne.readthedocs.io/"
|
||||
repository = "https://github.com/cretonne/cretonne"
|
||||
readme = "README.md"
|
||||
|
||||
@@ -4,7 +4,7 @@ version = "0.13.0"
|
||||
authors = ["The Cretonne Project Developers"]
|
||||
description = "Translator from WebAssembly to Cretonne IR"
|
||||
repository = "https://github.com/cretonne/cretonne"
|
||||
license = "Apache-2.0"
|
||||
license = "Apache-2.0 WITH LLVM-exception"
|
||||
readme = "README.md"
|
||||
keywords = ["webassembly", "wasm"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user