Skip to content

Commit 3f20e4a

Browse files
committed
Use proper SPDX license expression in 'Cargo.toml'.
1 parent 097fbd7 commit 3f20e4a

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

contrib/codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage = "https://rocket.rs"
88
repository = "https://github.com/SergioBenitez/Rocket"
99
readme = "../../README.md"
1010
keywords = ["rocket", "contrib", "code", "generation", "proc-macro"]
11-
license = "MIT/Apache-2.0"
11+
license = "MIT OR Apache-2.0"
1212
build = "build.rs"
1313
edition = "2018"
1414

contrib/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage = "https://rocket.rs"
88
repository = "https://github.com/SergioBenitez/Rocket"
99
readme = "../../README.md"
1010
keywords = ["rocket", "web", "framework", "contrib", "contributed"]
11-
license = "MIT/Apache-2.0"
11+
license = "MIT OR Apache-2.0"
1212
edition = "2018"
1313

1414
[features]

core/codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ homepage = "https://rocket.rs"
88
repository = "https://github.com/SergioBenitez/Rocket"
99
readme = "../../README.md"
1010
keywords = ["rocket", "web", "framework", "code", "generation"]
11-
license = "MIT/Apache-2.0"
11+
license = "MIT OR Apache-2.0"
1212
build = "build.rs"
1313
edition = "2018"
1414

core/http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://rocket.rs"
1010
repository = "https://github.com/SergioBenitez/Rocket"
1111
readme = "../../README.md"
1212
keywords = ["rocket", "web", "framework", "http"]
13-
license = "MIT/Apache-2.0"
13+
license = "MIT OR Apache-2.0"
1414
categories = ["web-programming"]
1515
edition = "2018"
1616

core/lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage = "https://rocket.rs"
1010
repository = "https://github.com/SergioBenitez/Rocket"
1111
readme = "../../README.md"
1212
keywords = ["rocket", "web", "framework", "server"]
13-
license = "MIT/Apache-2.0"
13+
license = "MIT OR Apache-2.0"
1414
build = "build.rs"
1515
categories = ["web-programming::http-server"]
1616
edition = "2018"

0 commit comments

Comments
 (0)