diff --git a/Cargo.toml b/Cargo.toml index f5a04747a..b1ed68630 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Jorge Aparicio "] name = "compiler_builtins" version = "0.1.124" -license = "MIT/Apache-2.0" +license = "MIT OR (Apache-2.0 AND NCSA)" readme = "README.md" repository = "https://github.com/rust-lang/compiler-builtins" homepage = "https://github.com/rust-lang/compiler-builtins"