Skip to content

Commit

Permalink
necessities: Use "MIT OR Apache-2.0"
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
wking committed Apr 17, 2018
1 parent 592f2c2 commit 4f6e107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/necessities.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ To apply the Rust license to your project, define the `license` field in your
name = "..."
version = "..."
authors = ["..."]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
```

And toward the end of your README.md:
Expand Down

0 comments on commit 4f6e107

Please sign in to comment.