From 970af35f18cb97f7013b8f6183b340679c9dc948 Mon Sep 17 00:00:00 2001 From: Andrea Frigido Date: Sat, 22 Jul 2023 01:40:26 +0100 Subject: [PATCH] Update license field following SPDX 2.1 license expression standard (#355) --- Cargo.toml | 2 +- crates/events/Cargo.toml | 2 +- crates/file/Cargo.toml | 2 +- crates/timers/Cargo.toml | 2 +- crates/utils/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7381e4d5..df0a8fa7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ authors = ["Rust and WebAssembly Working Group"] description = "A modular toolkit for Rust and WebAssembly" edition = "2018" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" name = "gloo" readme = "README.md" version = "0.8.1" diff --git a/crates/events/Cargo.toml b/crates/events/Cargo.toml index 56e7bf5a..c772b7ef 100644 --- a/crates/events/Cargo.toml +++ b/crates/events/Cargo.toml @@ -4,7 +4,7 @@ description = "Convenience crate for working with DOM event listeners" version = "0.1.2" authors = ["Rust and WebAssembly Working Group"] edition = "2018" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/rustwasm/gloo/tree/master/crates/events" homepage = "https://github.com/rustwasm/gloo" diff --git a/crates/file/Cargo.toml b/crates/file/Cargo.toml index 63d67ba6..853eb23a 100644 --- a/crates/file/Cargo.toml +++ b/crates/file/Cargo.toml @@ -4,7 +4,7 @@ description = "Convenience crate for working with JavaScript files and blobs" version = "0.2.3" authors = ["Rust and WebAssembly Working Group"] edition = "2018" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/rustwasm/gloo/tree/master/crates/file" homepage = "https://github.com/rustwasm/gloo" diff --git a/crates/timers/Cargo.toml b/crates/timers/Cargo.toml index cc4ea625..7b0c5fd4 100644 --- a/crates/timers/Cargo.toml +++ b/crates/timers/Cargo.toml @@ -4,7 +4,7 @@ description = "Convenience crate for working with JavaScript timers" version = "0.2.6" authors = ["Rust and WebAssembly Working Group"] edition = "2018" -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/rustwasm/gloo/tree/master/crates/timers" homepage = "https://github.com/rustwasm/gloo" diff --git a/crates/utils/Cargo.toml b/crates/utils/Cargo.toml index 10520911..7e9cc090 100644 --- a/crates/utils/Cargo.toml +++ b/crates/utils/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.7" edition = "2018" description = "Convenience crate for common `web_sys` features" authors = ["Rust and WebAssembly Working Group"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/rustwasm/gloo/tree/master/crates/utils" homepage = "https://github.com/rustwasm/gloo"