Remove license-file from Cargo.toml as it is apparently redundant (#4218)

Piotr Osiewicz created

Release Notes:

- N/A

Change summary

crates/activity_indicator/Cargo.toml           | 2 +-
crates/ai/Cargo.toml                           | 2 +-
crates/assets/Cargo.toml                       | 2 +-
crates/assistant/Cargo.toml                    | 2 +-
crates/audio/Cargo.toml                        | 2 +-
crates/auto_update/Cargo.toml                  | 2 +-
crates/breadcrumbs/Cargo.toml                  | 2 +-
crates/call/Cargo.toml                         | 2 +-
crates/channel/Cargo.toml                      | 2 +-
crates/cli/Cargo.toml                          | 2 +-
crates/client/Cargo.toml                       | 2 +-
crates/clock/Cargo.toml                        | 2 +-
crates/collab/Cargo.toml                       | 2 +-
crates/collab_ui/Cargo.toml                    | 2 +-
crates/collections/Cargo.toml                  | 2 +-
crates/color/Cargo.toml                        | 2 +-
crates/command_palette/Cargo.toml              | 2 +-
crates/copilot/Cargo.toml                      | 2 +-
crates/copilot_ui/Cargo.toml                   | 2 +-
crates/db/Cargo.toml                           | 2 +-
crates/diagnostics/Cargo.toml                  | 2 +-
crates/editor/Cargo.toml                       | 2 +-
crates/feature_flags/Cargo.toml                | 2 +-
crates/feedback/Cargo.toml                     | 2 +-
crates/file_finder/Cargo.toml                  | 2 +-
crates/fs/Cargo.toml                           | 2 +-
crates/fsevent/Cargo.toml                      | 2 +-
crates/fuzzy/Cargo.toml                        | 2 +-
crates/git/Cargo.toml                          | 2 +-
crates/go_to_line/Cargo.toml                   | 2 +-
crates/gpui/Cargo.toml                         | 2 +-
crates/gpui_macros/Cargo.toml                  | 2 +-
crates/install_cli/Cargo.toml                  | 2 +-
crates/journal/Cargo.toml                      | 2 +-
crates/language/Cargo.toml                     | 2 +-
crates/language_selector/Cargo.toml            | 2 +-
crates/language_tools/Cargo.toml               | 2 +-
crates/live_kit_client/Cargo.toml              | 2 +-
crates/live_kit_server/Cargo.toml              | 2 +-
crates/lsp/Cargo.toml                          | 2 +-
crates/media/Cargo.toml                        | 2 +-
crates/menu/Cargo.toml                         | 2 +-
crates/multi_buffer/Cargo.toml                 | 2 +-
crates/node_runtime/Cargo.toml                 | 2 +-
crates/notifications/Cargo.toml                | 2 +-
crates/outline/Cargo.toml                      | 2 +-
crates/picker/Cargo.toml                       | 2 +-
crates/plugin/Cargo.toml                       | 2 +-
crates/plugin_macros/Cargo.toml                | 2 +-
crates/plugin_runtime/Cargo.toml               | 2 +-
crates/prettier/Cargo.toml                     | 2 +-
crates/project/Cargo.toml                      | 2 +-
crates/project_panel/Cargo.toml                | 2 +-
crates/project_symbols/Cargo.toml              | 2 +-
crates/quick_action_bar/Cargo.toml             | 2 +-
crates/recent_projects/Cargo.toml              | 2 +-
crates/refineable/Cargo.toml                   | 2 +-
crates/refineable/derive_refineable/Cargo.toml | 1 -
crates/rich_text/Cargo.toml                    | 2 +-
crates/rope/Cargo.toml                         | 2 +-
crates/rpc/Cargo.toml                          | 2 +-
crates/search/Cargo.toml                       | 2 +-
crates/semantic_index/Cargo.toml               | 2 +-
crates/settings/Cargo.toml                     | 2 +-
crates/snippet/Cargo.toml                      | 2 +-
crates/sqlez/Cargo.toml                        | 2 +-
crates/sqlez_macros/Cargo.toml                 | 2 +-
crates/story/Cargo.toml                        | 2 +-
crates/storybook/Cargo.toml                    | 2 +-
crates/sum_tree/Cargo.toml                     | 2 +-
crates/terminal/Cargo.toml                     | 2 +-
crates/terminal_view/Cargo.toml                | 2 +-
crates/text/Cargo.toml                         | 2 +-
crates/theme/Cargo.toml                        | 2 +-
crates/theme_importer/Cargo.toml               | 2 +-
crates/theme_selector/Cargo.toml               | 2 +-
crates/ui/Cargo.toml                           | 2 +-
crates/util/Cargo.toml                         | 2 +-
crates/vcs_menu/Cargo.toml                     | 2 +-
crates/vim/Cargo.toml                          | 2 +-
crates/welcome/Cargo.toml                      | 2 +-
crates/workspace/Cargo.toml                    | 2 +-
crates/zed/Cargo.toml                          | 2 +-
crates/zed_actions/Cargo.toml                  | 2 +-
84 files changed, 83 insertions(+), 84 deletions(-)

Detailed changes

crates/activity_indicator/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/activity_indicator.rs"

crates/ai/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/ai.rs"

crates/assets/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 

crates/assistant/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/assistant.rs"

crates/audio/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/audio.rs"

crates/auto_update/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/auto_update.rs"

crates/breadcrumbs/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/breadcrumbs.rs"

crates/call/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/call.rs"

crates/channel/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/channel.rs"

crates/cli/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/cli.rs"

crates/client/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/client.rs"

crates/clock/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/clock.rs"

crates/collab/Cargo.toml 🔗

@@ -6,7 +6,7 @@ name = "collab"
 version = "0.40.0"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [[bin]]
 name = "collab"

crates/collab_ui/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/collab_ui.rs"

crates/collections/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "Apache-2.0"
-license-file = "../../LICENSE-APACHE"
+
 
 [lib]
 path = "src/collections.rs"

crates/color/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [features]
 default = []

crates/command_palette/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/command_palette.rs"

crates/copilot/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/copilot.rs"

crates/copilot_ui/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/copilot_ui.rs"

crates/db/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/db.rs"

crates/diagnostics/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/diagnostics.rs"

crates/editor/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/editor.rs"

crates/feature_flags/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/feature_flags.rs"

crates/feedback/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/feedback.rs"

crates/file_finder/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/file_finder.rs"

crates/fs/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/fs.rs"

crates/fsevent/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "2.0.2"
 license = "MIT"
 edition = "2021"
 publish = false
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/fsevent.rs"

crates/fuzzy/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/fuzzy.rs"

crates/git/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/git.rs"

crates/go_to_line/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/go_to_line.rs"

crates/gpui/Cargo.toml 🔗

@@ -6,7 +6,7 @@ authors = ["Nathan Sobo <nathan@zed.dev>"]
 description = "Zed's GPU-accelerated UI framework"
 publish = false
 license = "Apache-2.0"
-license-file = "../../LICENSE-APACHE"
+
 
 [features]
 test-support = ["backtrace", "dhat", "env_logger", "collections/test-support", "util/test-support"]

crates/gpui_macros/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "Apache-2.0"
-license-file = "../../LICENSE-APACHE"
+
 
 [lib]
 path = "src/gpui_macros.rs"

crates/install_cli/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/install_cli.rs"

crates/journal/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/journal.rs"

crates/language/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/language.rs"

crates/language_selector/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/language_selector.rs"

crates/language_tools/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/language_tools.rs"

crates/live_kit_client/Cargo.toml 🔗

@@ -5,7 +5,7 @@ edition = "2021"
 description = "Bindings to LiveKit Swift client SDK"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/live_kit_client.rs"

crates/live_kit_server/Cargo.toml 🔗

@@ -5,7 +5,7 @@ edition = "2021"
 description = "SDK for the LiveKit server API"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/live_kit_server.rs"

crates/lsp/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/lsp.rs"

crates/media/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "Apache-2.0"
-license-file = "../../LICENSE-APACHE"
+
 
 [lib]
 path = "src/media.rs"

crates/menu/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/menu.rs"

crates/multi_buffer/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/multi_buffer.rs"

crates/node_runtime/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/node_runtime.rs"

crates/notifications/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/notification_store.rs"

crates/outline/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/outline.rs"

crates/picker/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/picker.rs"

crates/plugin/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [dependencies]
 serde.workspace = true

crates/plugin_macros/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 proc-macro = true

crates/plugin_runtime/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [dependencies]
 wasmtime = "2.0"

crates/prettier/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/prettier.rs"

crates/project/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/project.rs"

crates/project_panel/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/project_panel.rs"

crates/project_symbols/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/project_symbols.rs"

crates/quick_action_bar/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/quick_action_bar.rs"

crates/recent_projects/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/recent_projects.rs"

crates/refineable/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "Apache-2.0"
-license-file = "../../LICENSE-APACHE"
+
 
 [lib]
 path = "src/refineable.rs"

crates/rich_text/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/rich_text.rs"

crates/rope/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/rope.rs"

crates/rpc/Cargo.toml 🔗

@@ -5,7 +5,7 @@ name = "rpc"
 version = "0.1.0"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/rpc.rs"

crates/search/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/search.rs"

crates/semantic_index/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/semantic_index.rs"

crates/settings/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/settings.rs"

crates/snippet/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/snippet.rs"

crates/sqlez/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [dependencies]
 anyhow.workspace = true

crates/sqlez_macros/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/sqlez_macros.rs"

crates/story/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 

crates/storybook/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [[bin]]
 name = "storybook"

crates/sum_tree/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "Apache-2.0"
-license-file = "../../LICENSE-APACHE"
+
 
 [lib]
 path = "src/sum_tree.rs"

crates/terminal/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/terminal.rs"

crates/terminal_view/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/terminal_view.rs"

crates/text/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/text.rs"

crates/theme/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [features]
 default = []

crates/theme_importer/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [dependencies]
 any_ascii = "0.3.2"

crates/theme_selector/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/theme_selector.rs"

crates/ui/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 name = "ui"

crates/util/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "Apache-2.0"
-license-file = "../../LICENSE-APACHE"
+
 
 [lib]
 path = "src/util.rs"

crates/vcs_menu/Cargo.toml 🔗

@@ -5,7 +5,7 @@ edition = "2021"
 publish = false
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [dependencies]
 fuzzy = { path = "../fuzzy"}

crates/vim/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/vim.rs"

crates/welcome/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/welcome.rs"

crates/workspace/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 path = "src/workspace.rs"

crates/zed/Cargo.toml 🔗

@@ -5,7 +5,7 @@ name = "zed"
 version = "0.120.0"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 [lib]
 name = "zed"

crates/zed_actions/Cargo.toml 🔗

@@ -4,7 +4,7 @@ version = "0.1.0"
 edition = "2021"
 publish = false
 license = "AGPL-3.0-only"
-license-file = "../../LICENSE-AGPL"
+
 
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html