From 923c6bf4309e6f260ec7e48dd130eb5b739f0b87 Mon Sep 17 00:00:00 2001 From: Paolo Barbolini Date: Wed, 10 Apr 2024 12:37:55 +0200 Subject: [PATCH] Make license metadata SPDX compliant --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c84a305..64f929f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,8 @@ [package] - name = "httparse" version = "1.8.0" authors = ["Sean McArthur "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" description = "A tiny, safe, speedy, zero-copy HTTP/1.x parser." repository = "https://github.com/seanmonstar/httparse" documentation = "https://docs.rs/httparse"