From 753239ecb16870e3401b37eba800124efcd0cd56 Mon Sep 17 00:00:00 2001 From: Henri Sivonen Date: Wed, 13 May 2020 09:48:43 +0300 Subject: [PATCH] Use valid SPDX in the license field. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65c4e77..b5ca961 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "encoding_rs" description = "A Gecko-oriented implementation of the Encoding Standard" version = "0.8.22" # Remember to keep html_root_url in lib.rs in sync! authors = ["Henri Sivonen "] -license = "MIT/Apache-2.0" +license = "Apache-2.0 OR MIT" readme = "README.md" documentation = "https://docs.rs/encoding_rs/" homepage = "https://docs.rs/encoding_rs/"