From 80c60941d626f0c6e34503fe4ccaa485469de61f Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 9 May 2019 15:30:19 -0700 Subject: [PATCH] Switch to SPDX 2.1 license expression --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 244a127..84f72f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "itoa" version = "0.4.4" # remember to update html_root_url authors = ["David Tolnay "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" description = "Fast functions for printing integer primitives to an io::Write" repository = "https://github.com/dtolnay/itoa" documentation = "https://github.com/dtolnay/itoa"