Skip to content

Commit cc805f8

Browse files
authored
Merge pull request #163 from paolobarbolini/spdx-compliant-license-metadata
Make license metadata SPDX compliant
2 parents ef5d2d0 + 70b0989 commit cc805f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ members = ["derive"]
55
authors = ["blackbeam <[email protected]>"]
66
name = "mysql_common"
77
description = "MySql protocol primitives"
8-
license = "MIT/Apache-2.0"
8+
license = "MIT OR Apache-2.0"
99
homepage = "https://github.com/blackbeam/rust_mysql_common"
1010
documentation = "https://docs.rs/mysql_common"
1111
repository = "https://github.com/blackbeam/rust_mysql_common"

derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "mysql-common-derive"
33
edition = "2021"
44
description = "Derive macros for MySql common primitives"
5-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
66
homepage = "https://github.com/blackbeam/rust_mysql_common"
77
documentation = "https://docs.rs/mysql-common-derive"
88
repository = "https://github.com/blackbeam/rust_mysql_common"

0 commit comments

Comments
 (0)