Skip to content

Commit 358f762

Browse files
committed
Explicitly state our license in the README, use OR in Cargo.toml
Fixes #1225
1 parent b4d49ac commit 358f762

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "cargo-registry"
33
authors = ["Alex Crichton <[email protected]>"]
44
version = "0.2.2"
5-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-lang/crates.io"
77
description = "Backend of crates.io"
88

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,12 @@ categories will be synced from this file.
5757
## Running a mirror
5858

5959
Please see [docs/MIRROR.md](https://github.com/rust-lang/crates.io/blob/master/docs/MIRROR.md) for instructions on setting up a mirror of crates.io.
60+
61+
## License
62+
63+
Licensed under either of these:
64+
65+
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
66+
https://www.apache.org/licenses/LICENSE-2.0)
67+
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
68+
https://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)