Skip to content

Commit

Permalink
Use SPDX 2.1 license expression.
Browse files Browse the repository at this point in the history
This improves the usage of automated tooling which consumes the
license information.
  • Loading branch information
waywardmonkeys committed Jul 1, 2024
1 parent 8f258ee commit 128b59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 128b59b

Please # to comment.