From b3eaacc33a040597e1b2bf45008927f8a368ac6e Mon Sep 17 00:00:00 2001 From: Isaiah Becker-Mayer Date: Wed, 27 Mar 2024 12:14:32 -0500 Subject: [PATCH] Updates license field to valid SPDX format --- hyper-boring/Cargo.toml | 2 +- tokio-boring/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hyper-boring/Cargo.toml b/hyper-boring/Cargo.toml index 5a516b9f..b8c5c9d0 100644 --- a/hyper-boring/Cargo.toml +++ b/hyper-boring/Cargo.toml @@ -4,7 +4,7 @@ version = { workspace = true } authors = ["Steven Fackler ", "Ivan Nikulin "] edition = { workspace = true } description = "Hyper TLS support via BoringSSL" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" repository = { workspace = true } documentation = "https://docs.rs/hyper-boring" readme = "README.md" diff --git a/tokio-boring/Cargo.toml b/tokio-boring/Cargo.toml index 90c6f6d4..1d5a3847 100644 --- a/tokio-boring/Cargo.toml +++ b/tokio-boring/Cargo.toml @@ -2,7 +2,7 @@ name = "tokio-boring" version = { workspace = true } authors = ["Alex Crichton ", "Ivan Nikulin "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" edition = { workspace = true } repository = { workspace = true } homepage = "https://github.com/cloudflare/boring"