cargo: use SPDX license format for all crates

This was done for the main crate in d11a3b3377.

See also #987.

PR #2204
This commit is contained in:
Alex Touchet 2022-05-09 04:52:11 -07:00 committed by GitHub
parent d161acb0a3
commit 36d03b4101
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View file

@ -10,7 +10,7 @@ homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/cli"
repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/cli"
readme = "README.md"
keywords = ["regex", "grep", "cli", "utility", "util"]
license = "Unlicense/MIT"
license = "Unlicense OR MIT"
edition = "2018"
[dependencies]