Skip to content

Commit 7e199ec

Browse files
committed
Switch to SPDX 2.1 license expression
1 parent a07b985 commit 7e199ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

semver-trick-0.2.0/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "semver-trick"
33
version = "0.2.0"
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
5-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
66
description = "Example of applying the semver trick to prevent a difficult coordinated upgrade"
77
repository = "https://github.com/dtolnay/semver-trick"
88
documentation = "https://docs.rs/semver-trick"

semver-trick-0.2.1/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "semver-trick"
33
version = "0.2.1"
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
5-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
66
description = "Example of applying the semver trick to prevent a difficult coordinated upgrade"
77
repository = "https://github.com/dtolnay/semver-trick"
88
documentation = "https://docs.rs/semver-trick"

semver-trick-0.3.0/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "semver-trick"
33
version = "0.3.0"
44
authors = ["David Tolnay <dtolnay@gmail.com>"]
5-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
66
description = "Example of applying the semver trick to prevent a difficult coordinated upgrade"
77
repository = "https://github.com/dtolnay/semver-trick"
88
documentation = "https://docs.rs/semver-trick"

0 commit comments

Comments
 (0)