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

Release Notes:

- N/A
This commit is contained in:
Piotr Osiewicz 2024-01-23 17:40:30 +01:00 committed by GitHub
parent 5ea311909a
commit 21e6b09361
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
84 changed files with 83 additions and 84 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

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

View File

@ -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"

View File

@ -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"

View File

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

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

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

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"]

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

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

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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

View File

@ -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"

View File

@ -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

View File

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

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

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

View File

@ -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"

View File

@ -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"

View File

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

View File

@ -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"

View File

@ -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"}

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

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

View File

@ -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