From 128b59b39ad237bc7189a9b1a948ec983772ccbc Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Mon, 1 Jul 2024 18:25:49 +0700 Subject: [PATCH] Use SPDX 2.1 license expression. This improves the usage of automated tooling which consumes the license information. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ab67fd..43e021c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "rustc-hash" version = "2.0.0" authors = ["The Rust Project Developers"] description = "A speedy, non-cryptographic hashing algorithm used by rustc" -license = "Apache-2.0/MIT" +license = "Apache-2.0 OR MIT" readme = "README.md" keywords = ["hash", "hasher", "fxhash", "rustc"] repository = "https://github.com/rust-lang/rustc-hash"