From 6f423466d181130848c229e2684c6dd18f8a5e9d Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Tue, 14 Jul 2020 10:57:26 +0900 Subject: [PATCH] Add a license field to all the crates --- crates/expect/Cargo.toml | 1 + crates/flycheck/Cargo.toml | 1 + crates/paths/Cargo.toml | 1 + crates/ra_arena/Cargo.toml | 1 + crates/ra_assists/Cargo.toml | 1 + crates/ra_cfg/Cargo.toml | 1 + crates/ra_db/Cargo.toml | 1 + crates/ra_fmt/Cargo.toml | 1 + crates/ra_hir/Cargo.toml | 1 + crates/ra_hir_def/Cargo.toml | 1 + crates/ra_hir_expand/Cargo.toml | 1 + crates/ra_hir_ty/Cargo.toml | 1 + crates/ra_ide/Cargo.toml | 1 + crates/ra_ide_db/Cargo.toml | 1 + crates/ra_mbe/Cargo.toml | 1 + crates/ra_parser/Cargo.toml | 1 + crates/ra_proc_macro/Cargo.toml | 1 + crates/ra_proc_macro_srv/Cargo.toml | 1 + crates/ra_prof/Cargo.toml | 1 + crates/ra_project_model/Cargo.toml | 1 + crates/ra_text_edit/Cargo.toml | 1 + crates/ra_toolchain/Cargo.toml | 1 + crates/ra_tt/Cargo.toml | 1 + crates/rust-analyzer/Cargo.toml | 1 + crates/stdx/Cargo.toml | 1 + crates/test_utils/Cargo.toml | 1 + crates/vfs-notify/Cargo.toml | 1 + crates/vfs/Cargo.toml | 1 + xtask/Cargo.toml | 1 + 29 files changed, 29 insertions(+) diff --git a/crates/expect/Cargo.toml b/crates/expect/Cargo.toml index f8fa29e4e90..77775630dc7 100644 --- a/crates/expect/Cargo.toml +++ b/crates/expect/Cargo.toml @@ -3,6 +3,7 @@ name = "expect" version = "0.1.0" authors = ["rust-analyzer developers"] edition = "2018" +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/flycheck/Cargo.toml b/crates/flycheck/Cargo.toml index dc26b8ce764..bea4856948c 100644 --- a/crates/flycheck/Cargo.toml +++ b/crates/flycheck/Cargo.toml @@ -3,6 +3,7 @@ edition = "2018" name = "flycheck" version = "0.1.0" authors = ["rust-analyzer developers"] +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/paths/Cargo.toml b/crates/paths/Cargo.toml index 646ee7fd54c..cbe2c26e20f 100644 --- a/crates/paths/Cargo.toml +++ b/crates/paths/Cargo.toml @@ -3,6 +3,7 @@ name = "paths" version = "0.1.0" authors = ["rust-analyzer developers"] edition = "2018" +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/ra_arena/Cargo.toml b/crates/ra_arena/Cargo.toml index d287dbb7352..66c3738f4d2 100644 --- a/crates/ra_arena/Cargo.toml +++ b/crates/ra_arena/Cargo.toml @@ -3,6 +3,7 @@ edition = "2018" name = "ra_arena" version = "0.1.0" authors = ["rust-analyzer developers"] +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/ra_assists/Cargo.toml b/crates/ra_assists/Cargo.toml index 3bcf58ba4b0..bd2905f080a 100644 --- a/crates/ra_assists/Cargo.toml +++ b/crates/ra_assists/Cargo.toml @@ -3,6 +3,7 @@ edition = "2018" name = "ra_assists" version = "0.1.0" authors = ["rust-analyzer developers"] +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/ra_cfg/Cargo.toml b/crates/ra_cfg/Cargo.toml index 9165076a58e..6425cd6d6fa 100644 --- a/crates/ra_cfg/Cargo.toml +++ b/crates/ra_cfg/Cargo.toml @@ -3,6 +3,7 @@ edition = "2018" name = "ra_cfg" version = "0.1.0" authors = ["rust-analyzer developers"] +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/ra_db/Cargo.toml b/crates/ra_db/Cargo.toml index 889142442a5..5f334d04f14 100644 --- a/crates/ra_db/Cargo.toml +++ b/crates/ra_db/Cargo.toml @@ -3,6 +3,7 @@ edition = "2018" name = "ra_db" version = "0.1.0" authors = ["rust-analyzer developers"] +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/ra_fmt/Cargo.toml b/crates/ra_fmt/Cargo.toml index e9d057afc09..b4ef93f2b27 100644 --- a/crates/ra_fmt/Cargo.toml +++ b/crates/ra_fmt/Cargo.toml @@ -4,6 +4,7 @@ name = "ra_fmt" version = "0.1.0" authors = ["rust-analyzer developers"] publish = false +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/ra_hir/Cargo.toml b/crates/ra_hir/Cargo.toml index 512676c996d..c260bb193cd 100644 --- a/crates/ra_hir/Cargo.toml +++ b/crates/ra_hir/Cargo.toml @@ -3,6 +3,7 @@ edition = "2018" name = "ra_hir" version = "0.1.0" authors = ["rust-analyzer developers"] +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/ra_hir_def/Cargo.toml b/crates/ra_hir_def/Cargo.toml index cf5ebbaf5aa..1ec619b428e 100644 --- a/crates/ra_hir_def/Cargo.toml +++ b/crates/ra_hir_def/Cargo.toml @@ -3,6 +3,7 @@ edition = "2018" name = "ra_hir_def" version = "0.1.0" authors = ["rust-analyzer developers"] +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/ra_hir_expand/Cargo.toml b/crates/ra_hir_expand/Cargo.toml index e5c9f3e997a..6da0e2a165f 100644 --- a/crates/ra_hir_expand/Cargo.toml +++ b/crates/ra_hir_expand/Cargo.toml @@ -3,6 +3,7 @@ edition = "2018" name = "ra_hir_expand" version = "0.1.0" authors = ["rust-analyzer developers"] +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/ra_hir_ty/Cargo.toml b/crates/ra_hir_ty/Cargo.toml index 90368220b91..78f5e55bb8d 100644 --- a/crates/ra_hir_ty/Cargo.toml +++ b/crates/ra_hir_ty/Cargo.toml @@ -3,6 +3,7 @@ edition = "2018" name = "ra_hir_ty" version = "0.1.0" authors = ["rust-analyzer developers"] +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/ra_ide/Cargo.toml b/crates/ra_ide/Cargo.toml index df2fad52014..6f810749129 100644 --- a/crates/ra_ide/Cargo.toml +++ b/crates/ra_ide/Cargo.toml @@ -3,6 +3,7 @@ edition = "2018" name = "ra_ide" version = "0.1.0" authors = ["rust-analyzer developers"] +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/ra_ide_db/Cargo.toml b/crates/ra_ide_db/Cargo.toml index c3921bd406c..bcddad60cfa 100644 --- a/crates/ra_ide_db/Cargo.toml +++ b/crates/ra_ide_db/Cargo.toml @@ -3,6 +3,7 @@ edition = "2018" name = "ra_ide_db" version = "0.1.0" authors = ["rust-analyzer developers"] +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/ra_mbe/Cargo.toml b/crates/ra_mbe/Cargo.toml index 4dec24914b1..a26746a1943 100644 --- a/crates/ra_mbe/Cargo.toml +++ b/crates/ra_mbe/Cargo.toml @@ -3,6 +3,7 @@ edition = "2018" name = "ra_mbe" version = "0.1.0" authors = ["rust-analyzer developers"] +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/ra_parser/Cargo.toml b/crates/ra_parser/Cargo.toml index 0da581fd53e..72ec3e4d9a3 100644 --- a/crates/ra_parser/Cargo.toml +++ b/crates/ra_parser/Cargo.toml @@ -4,6 +4,7 @@ name = "ra_parser" version = "0.1.0" authors = ["rust-analyzer developers"] publish = false +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/ra_proc_macro/Cargo.toml b/crates/ra_proc_macro/Cargo.toml index d009ceb82e5..c4b6e9e7bae 100644 --- a/crates/ra_proc_macro/Cargo.toml +++ b/crates/ra_proc_macro/Cargo.toml @@ -4,6 +4,7 @@ name = "ra_proc_macro" version = "0.1.0" authors = ["rust-analyzer developers"] publish = false +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/ra_proc_macro_srv/Cargo.toml b/crates/ra_proc_macro_srv/Cargo.toml index 5821029450f..12ce497f87d 100644 --- a/crates/ra_proc_macro_srv/Cargo.toml +++ b/crates/ra_proc_macro_srv/Cargo.toml @@ -4,6 +4,7 @@ name = "ra_proc_macro_srv" version = "0.1.0" authors = ["rust-analyzer developers"] publish = false +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/ra_prof/Cargo.toml b/crates/ra_prof/Cargo.toml index eabfcebb071..69ac51c9e2c 100644 --- a/crates/ra_prof/Cargo.toml +++ b/crates/ra_prof/Cargo.toml @@ -4,6 +4,7 @@ name = "ra_prof" version = "0.1.0" authors = ["rust-analyzer developers"] publish = false +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/ra_project_model/Cargo.toml b/crates/ra_project_model/Cargo.toml index b1b44dcf78d..827eb7e28ef 100644 --- a/crates/ra_project_model/Cargo.toml +++ b/crates/ra_project_model/Cargo.toml @@ -3,6 +3,7 @@ edition = "2018" name = "ra_project_model" version = "0.1.0" authors = ["rust-analyzer developers"] +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/ra_text_edit/Cargo.toml b/crates/ra_text_edit/Cargo.toml index 46a2ab68f46..dbb22335042 100644 --- a/crates/ra_text_edit/Cargo.toml +++ b/crates/ra_text_edit/Cargo.toml @@ -4,6 +4,7 @@ name = "ra_text_edit" version = "0.1.0" authors = ["rust-analyzer developers"] publish = false +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/ra_toolchain/Cargo.toml b/crates/ra_toolchain/Cargo.toml index 038c29ded64..84b748c0a47 100644 --- a/crates/ra_toolchain/Cargo.toml +++ b/crates/ra_toolchain/Cargo.toml @@ -3,6 +3,7 @@ edition = "2018" name = "ra_toolchain" version = "0.1.0" authors = ["rust-analyzer developers"] +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/ra_tt/Cargo.toml b/crates/ra_tt/Cargo.toml index b5b12e3afe2..3c45248c3e0 100644 --- a/crates/ra_tt/Cargo.toml +++ b/crates/ra_tt/Cargo.toml @@ -3,6 +3,7 @@ edition = "2018" name = "ra_tt" version = "0.1.0" authors = ["rust-analyzer developers"] +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/rust-analyzer/Cargo.toml b/crates/rust-analyzer/Cargo.toml index c02f72517b5..370b1309013 100644 --- a/crates/rust-analyzer/Cargo.toml +++ b/crates/rust-analyzer/Cargo.toml @@ -4,6 +4,7 @@ name = "rust-analyzer" version = "0.1.0" authors = ["rust-analyzer developers"] autobins = false +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/stdx/Cargo.toml b/crates/stdx/Cargo.toml index f9e380c105d..4c0b8586172 100644 --- a/crates/stdx/Cargo.toml +++ b/crates/stdx/Cargo.toml @@ -3,6 +3,7 @@ name = "stdx" version = "0.1.0" authors = ["rust-analyzer developers"] edition = "2018" +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/test_utils/Cargo.toml b/crates/test_utils/Cargo.toml index 6821db1e811..e719f4f7c1a 100644 --- a/crates/test_utils/Cargo.toml +++ b/crates/test_utils/Cargo.toml @@ -3,6 +3,7 @@ edition = "2018" name = "test_utils" version = "0.1.0" authors = ["rust-analyzer developers"] +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/vfs-notify/Cargo.toml b/crates/vfs-notify/Cargo.toml index eb1764c3697..95c56ffa6d6 100644 --- a/crates/vfs-notify/Cargo.toml +++ b/crates/vfs-notify/Cargo.toml @@ -3,6 +3,7 @@ name = "vfs-notify" version = "0.1.0" authors = ["rust-analyzer developers"] edition = "2018" +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/crates/vfs/Cargo.toml b/crates/vfs/Cargo.toml index db99707b3f8..b74cdb7ffa0 100644 --- a/crates/vfs/Cargo.toml +++ b/crates/vfs/Cargo.toml @@ -3,6 +3,7 @@ name = "vfs" version = "0.1.0" authors = ["rust-analyzer developers"] edition = "2018" +license = "MIT OR Apache-2.0" [lib] doctest = false diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 8045a98eaff..d1cfb590902 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -4,6 +4,7 @@ name = "xtask" version = "0.1.0" authors = ["rust-analyzer developers"] publish = false +license = "MIT OR Apache-2.0" [lib] doctest = false