Skip to content

Commit 71a2466

Browse files
dimblebyjoshtriplett
authored andcommitted
clarify license
1 parent 4d104dd commit 71a2466

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "git2"
33
version = "0.14.2"
44
authors = ["Josh Triplett <[email protected]>", "Alex Crichton <[email protected]>"]
5-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
66
readme = "README.md"
77
keywords = ["git"]
88
repository = "https://github.com/rust-lang/git2-rs"

git2-curl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "git2-curl"
33
version = "0.15.0"
44
authors = ["Josh Triplett <[email protected]>", "Alex Crichton <[email protected]>"]
5-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-lang/git2-rs"
77
documentation = "https://docs.rs/git2-curl"
88
description = """

libgit2-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Josh Triplett <[email protected]>", "Alex Crichton <alex@alexcri
55
links = "git2"
66
build = "build.rs"
77
repository = "https://github.com/rust-lang/git2-rs"
8-
license = "MIT/Apache-2.0"
8+
license = "MIT OR Apache-2.0"
99
description = "Native bindings to the libgit2 library"
1010
exclude = [
1111
"libgit2/ci/*",

0 commit comments

Comments
 (0)