From eb9d440a14c9e6f82dd2760cd8c6e756d0c9897c Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Fri, 18 Nov 2022 16:57:44 -0800 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 6b5d8fb..f51d01a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Lightweight stream-based WebSocket implementation" categories = ["web-programming::websocket", "network-programming"] keywords = ["websocket", "io", "web"] authors = ["Alexey Galakhov", "Daniel Abramov"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" homepage = "https://github.com/snapview/tungstenite-rs" documentation = "https://docs.rs/tungstenite/0.17.3"