From 570be8927ef730c6d91955c78cef02a33e4e6e8a Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Wed, 10 Apr 2024 12:27:21 +0200 Subject: [PATCH] Make license metadata SPDX compliant --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 88abdd7..dda0abf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ edition = "2018" homepage = "https://github.com/unicode-rs/unicode-segmentation" repository = "https://github.com/unicode-rs/unicode-segmentation" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" keywords = ["text", "unicode", "grapheme", "word", "boundary"] readme = "README.md" description = """ @@ -35,4 +35,5 @@ harness = false [[bench]] name = "word_bounds" -harness = false \ No newline at end of file +harness = false +