Skip to content

Commit

Permalink
[skip ci] Clarify license terms
Browse files Browse the repository at this point in the history
Clarify that Mockall may be distributed under the terms of either the
MIT or Apache-2.0 license.  This was always the intent, but was never
expressed using the recommended SPDX syntax.

Fixes #529
  • Loading branch information
asomers committed Dec 21, 2023
1 parent 7e4af04 commit 80fee05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mockall/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "mockall"
version = "0.12.0"
authors = ["Alan Somers <asomers@gmail.com>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/asomers/mockall"
categories = ["development-tools::testing"]
Expand Down
2 changes: 1 addition & 1 deletion mockall_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "mockall_derive"
version = "0.12.0"
authors = ["Alan Somers <asomers@gmail.com>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/asomers/mockall"
categories = ["development-tools::testing"]
keywords = ["mock", "mocking", "testing"]
Expand Down
2 changes: 1 addition & 1 deletion mockall_double/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "mockall_double"
version = "0.3.1"
authors = ["Alan Somers <asomers@gmail.com>"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/asomers/mockall"
categories = ["development-tools::testing"]
keywords = ["mock", "mocking", "testing"]
Expand Down

0 comments on commit 80fee05

Please sign in to comment.