Skip to content

Commit 5fff476

Browse files
authored
Use SPDX license format
1 parent 8e64f97 commit 5fff476

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[package]
2-
32
name = "getopts"
43
version = "0.2.21" # don't forget to update html_root_url
54
authors = ["The Rust Project Developers"]
6-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
76
readme = "README.md"
87
repository = "https://github.com/rust-lang/getopts"
98
documentation = "https://doc.rust-lang.org/getopts"

0 commit comments

Comments
 (0)