From 95cbdf962e69bfd39991805f8be0edb40756893f Mon Sep 17 00:00:00 2001 From: Alex Touchet <26315797+atouchet@users.noreply.github.com> Date: Sat, 11 Jul 2026 10:43:09 -0700 Subject: [PATCH] Use SPDX license format --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 85cbc5b..2f83c60 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "hyper-tls" version = "0.6.0" # don't forget html_root_url in lib.rs description = "Default TLS implementation for use with hyper" authors = ["Sean McArthur "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" keywords = ["hyper", "tls", "http", "https", "ssl"] homepage = "https://hyper.rs" repository = "https://github.com/hyperium/hyper-tls"