Skip to content

Commit 537780a

Browse files
committed
Switch to SPDX 2.1 license expression
1 parent f3d6faa commit 537780a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "serde-example"
33
version = "0.1.0"
44
authors = ["David Tolnay <[email protected]>"]
5-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
66
description = "An example Serializer and Deserializer data format for Serde"
77
repository = "https://github.com/serde-rs/example-format"
88
documentation = "https://serde.rs/data-format.html"

0 commit comments

Comments
 (0)