From a511406f0eaeefacef8496d489152339ac83d5e5 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Wed, 10 Apr 2024 12:41:02 +0200 Subject: [PATCH] Make license metadata SPDX compliant --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 324ee50..c410033 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "crc32c" version = "0.6.5" authors = ["Zack Owens"] -license = "Apache-2.0/MIT" +license = "MIT OR Apache-2.0" keywords = ["crc", "simd"] categories = ["algorithms"] repository = "https://github.com/zowens/crc32c"