diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-07-14 10:18:17 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-14 10:18:17 +0100 |
commit | 0f8af1b8246a31b1df60d3c60680954aefc9ab27 (patch) | |
tree | b13d68a829a0ff49664d8bda6b253d31223ce815 /crates/ra_hir | |
parent | d7fee60507ee0a0c67fb42fd7e8466d1a308e010 (diff) | |
parent | 6f423466d181130848c229e2684c6dd18f8a5e9d (diff) |
Merge #5355
5355: Add a license field to all the crates r=matklad a=JohnTitor
Some are unnecessary but it's okay to have it, I think.
cc https://github.com/rust-lang/rust/issues/74269
Co-authored-by: Yuki Okushi <[email protected]>
Diffstat (limited to 'crates/ra_hir')
-rw-r--r-- | crates/ra_hir/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml index 512676c99..c260bb193 100644 --- a/crates/ra_hir/Cargo.toml +++ b/crates/ra_hir/Cargo.toml | |||
@@ -3,6 +3,7 @@ edition = "2018" | |||
3 | name = "ra_hir" | 3 | name = "ra_hir" |
4 | version = "0.1.0" | 4 | version = "0.1.0" |
5 | authors = ["rust-analyzer developers"] | 5 | authors = ["rust-analyzer developers"] |
6 | license = "MIT OR Apache-2.0" | ||
6 | 7 | ||
7 | [lib] | 8 | [lib] |
8 | doctest = false | 9 | doctest = false |