Skip to content

Commit 3f5d6df

Browse files
Merge #1226
1226: Explicitly state our license in the README, use `OR` in Cargo.toml r=jtgeibel Fixes #1225
2 parents 565158c + a2be65f commit 3f5d6df

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
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)

src/s3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name = "cargo-registry-s3"
44
version = "0.2.0"
55
authors = ["Alex Crichton <[email protected]>"]
6-
license = "MIT/Apache-2.0"
6+
license = "MIT OR Apache-2.0"
77
repository = "https://github.com/rust-lang/crates.io"
88
description = "Interaction between crates.io and S3 for storing crate files"
99

0 commit comments

Comments
 (0)