From fc4d97a65eecf49c7f4e5db6f00661160aabe1b2 Mon Sep 17 00:00:00 2001 From: Benjamin Swart Date: Tue, 13 Dec 2022 13:44:56 +0100 Subject: [PATCH] Correct SPDX identifier to "MIT OR (Apache-2.0 AND NCSA)" --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 00998e40..40d3fbae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Jorge Aparicio "] name = "compiler_builtins" version = "0.1.85" -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"