From 3f20e4ac936ae182eac28bc53065f990e535d45b Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Wed, 3 Jun 2020 22:36:42 -0700 Subject: [PATCH] Use proper SPDX license expression in 'Cargo.toml'. --- contrib/codegen/Cargo.toml | 2 +- contrib/lib/Cargo.toml | 2 +- core/codegen/Cargo.toml | 2 +- core/http/Cargo.toml | 2 +- core/lib/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/contrib/codegen/Cargo.toml b/contrib/codegen/Cargo.toml index ab32b7db..c13ef388 100644 --- a/contrib/codegen/Cargo.toml +++ b/contrib/codegen/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://rocket.rs" repository = "https://github.com/SergioBenitez/Rocket" readme = "../../README.md" keywords = ["rocket", "contrib", "code", "generation", "proc-macro"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" build = "build.rs" edition = "2018" diff --git a/contrib/lib/Cargo.toml b/contrib/lib/Cargo.toml index a0155394..bb10b2e4 100644 --- a/contrib/lib/Cargo.toml +++ b/contrib/lib/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://rocket.rs" repository = "https://github.com/SergioBenitez/Rocket" readme = "../../README.md" keywords = ["rocket", "web", "framework", "contrib", "contributed"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" edition = "2018" [features] diff --git a/core/codegen/Cargo.toml b/core/codegen/Cargo.toml index e03fe12c..573f87f2 100644 --- a/core/codegen/Cargo.toml +++ b/core/codegen/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://rocket.rs" repository = "https://github.com/SergioBenitez/Rocket" readme = "../../README.md" keywords = ["rocket", "web", "framework", "code", "generation"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" build = "build.rs" edition = "2018" diff --git a/core/http/Cargo.toml b/core/http/Cargo.toml index e5e2ba24..79a44d6c 100644 --- a/core/http/Cargo.toml +++ b/core/http/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://rocket.rs" repository = "https://github.com/SergioBenitez/Rocket" readme = "../../README.md" keywords = ["rocket", "web", "framework", "http"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" categories = ["web-programming"] edition = "2018" diff --git a/core/lib/Cargo.toml b/core/lib/Cargo.toml index 5e2109f1..3279598b 100644 --- a/core/lib/Cargo.toml +++ b/core/lib/Cargo.toml @@ -10,7 +10,7 @@ homepage = "https://rocket.rs" repository = "https://github.com/SergioBenitez/Rocket" readme = "../../README.md" keywords = ["rocket", "web", "framework", "server"] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" build = "build.rs" categories = ["web-programming::http-server"] edition = "2018"