Skip to content

Commit 17cf6ae

Browse files
committed
Clarify MIT OR Apache
The slash "/" might be misinterpreted as "+". OR is more clear and gets the intent across more clearly (that there is a choice between the two licenses). Also set publish = false in dev/cmp
1 parent 8a78a81 commit 17cf6ae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "lewton"
66
version = "0.9.4"
77
authors = ["est31 <MTest31@outlook.com>"]
88
description = "Pure Rust vorbis decoder"
9-
license = "MIT/Apache-2.0"
9+
license = "MIT OR Apache-2.0"
1010
repository = "https://github.com/RustAudio/lewton"
1111
keywords = ["ogg", "vorbis", "decoder", "audio"]
1212
categories = ["compression", "multimedia::audio", "multimedia::encoding"]

dev/cmp/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[package]
22
name = "cmp"
3+
publish = false
34
version = "0.1.0"
4-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
56
authors = ["est31 <MTest31@outlook.com>"]
67

78
[dependencies]

0 commit comments

Comments
 (0)