mirror of
				https://github.com/BurntSushi/ripgrep.git
				synced 2025-10-30 23:17:47 +02:00 
			
		
		
		
	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:
		| @@ -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] | ||||
|   | ||||
| @@ -12,7 +12,7 @@ homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset" | ||||
| repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/globset" | ||||
| readme = "README.md" | ||||
| keywords = ["regex", "glob", "multiple", "set", "pattern"] | ||||
| license = "Unlicense/MIT" | ||||
| license = "Unlicense OR MIT" | ||||
| edition = "2018" | ||||
|  | ||||
| [lib] | ||||
|   | ||||
| @@ -10,7 +10,7 @@ homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/grep" | ||||
| repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/grep" | ||||
| readme = "README.md" | ||||
| keywords = ["regex", "grep", "egrep", "search", "pattern"] | ||||
| license = "Unlicense/MIT" | ||||
| license = "Unlicense OR MIT" | ||||
| edition = "2018" | ||||
|  | ||||
| [dependencies] | ||||
|   | ||||
| @@ -11,7 +11,7 @@ homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore" | ||||
| repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/ignore" | ||||
| readme = "README.md" | ||||
| keywords = ["glob", "ignore", "gitignore", "pattern", "file"] | ||||
| license = "Unlicense/MIT" | ||||
| license = "Unlicense OR MIT" | ||||
| edition = "2018" | ||||
|  | ||||
| [lib] | ||||
|   | ||||
| @@ -10,7 +10,7 @@ homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/matcher" | ||||
| repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/matcher" | ||||
| readme = "README.md" | ||||
| keywords = ["regex", "pattern", "trait"] | ||||
| license = "Unlicense/MIT" | ||||
| license = "Unlicense OR MIT" | ||||
| autotests = false | ||||
| edition = "2018" | ||||
|  | ||||
|   | ||||
| @@ -10,7 +10,7 @@ homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/pcre2" | ||||
| repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/pcre2" | ||||
| readme = "README.md" | ||||
| keywords = ["regex", "grep", "pcre", "backreference", "look"] | ||||
| license = "Unlicense/MIT" | ||||
| license = "Unlicense OR MIT" | ||||
| edition = "2018" | ||||
|  | ||||
| [dependencies] | ||||
|   | ||||
| @@ -11,7 +11,7 @@ homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/printer" | ||||
| repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/printer" | ||||
| readme = "README.md" | ||||
| keywords = ["grep", "pattern", "print", "printer", "sink"] | ||||
| license = "Unlicense/MIT" | ||||
| license = "Unlicense OR MIT" | ||||
| edition = "2018" | ||||
|  | ||||
| [features] | ||||
|   | ||||
| @@ -10,7 +10,7 @@ homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/regex" | ||||
| repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/regex" | ||||
| readme = "README.md" | ||||
| keywords = ["regex", "grep", "search", "pattern", "line"] | ||||
| license = "Unlicense/MIT" | ||||
| license = "Unlicense OR MIT" | ||||
| edition = "2018" | ||||
|  | ||||
| [dependencies] | ||||
|   | ||||
| @@ -10,7 +10,7 @@ homepage = "https://github.com/BurntSushi/ripgrep/tree/master/crates/searcher" | ||||
| repository = "https://github.com/BurntSushi/ripgrep/tree/master/crates/searcher" | ||||
| readme = "README.md" | ||||
| keywords = ["regex", "grep", "egrep", "search", "pattern"] | ||||
| license = "Unlicense/MIT" | ||||
| license = "Unlicense OR MIT" | ||||
| edition = "2018" | ||||
|  | ||||
| [dependencies] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user