From 80fee05bd57df8b37b9852397dec6b7ab177e6d9 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Thu, 21 Dec 2023 13:32:06 -0700 Subject: [PATCH] [skip ci] Clarify license terms 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 --- mockall/Cargo.toml | 2 +- mockall_derive/Cargo.toml | 2 +- mockall_double/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mockall/Cargo.toml b/mockall/Cargo.toml index 5a69f05..a64f266 100644 --- a/mockall/Cargo.toml +++ b/mockall/Cargo.toml @@ -2,7 +2,7 @@ name = "mockall" version = "0.12.0" authors = ["Alan Somers "] -license = "MIT/Apache-2.0" +license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/asomers/mockall" categories = ["development-tools::testing"] diff --git a/mockall_derive/Cargo.toml b/mockall_derive/Cargo.toml index 26b5ab1..4a331e2 100644 --- a/mockall_derive/Cargo.toml +++ b/mockall_derive/Cargo.toml @@ -2,7 +2,7 @@ name = "mockall_derive" version = "0.12.0" authors = ["Alan Somers "] -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"] diff --git a/mockall_double/Cargo.toml b/mockall_double/Cargo.toml index 578cd5d..6641f07 100644 --- a/mockall_double/Cargo.toml +++ b/mockall_double/Cargo.toml @@ -2,7 +2,7 @@ name = "mockall_double" version = "0.3.1" authors = ["Alan Somers "] -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"]