Skip to content

Commit 4f6e107

Browse files
committed
necessities: Use "MIT OR Apache-2.0"
Catch up with rust-lang/cargo@7dee65fe (src/doc/manifest: Pin 'license' to SPDX 2.1 expressions and the 2.4 list, 2018-01-04, rust-lang/cargo#4898), which deprecated '/' in favor of vanilla SPDX license expressions.
1 parent 592f2c2 commit 4f6e107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/necessities.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To apply the Rust license to your project, define the `license` field in your
6666
name = "..."
6767
version = "..."
6868
authors = ["..."]
69-
license = "MIT/Apache-2.0"
69+
license = "MIT OR Apache-2.0"
7070
```
7171

7272
And toward the end of your README.md:

0 commit comments

Comments
 (0)