Add missing LICENSE file to proto crate (#12863)

This PR adds a missing LICENSE file to the recently-extracted `proto`
crate.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-06-10 15:35:37 -04:00 committed by GitHub
parent e2c5ce588b
commit b69c3129d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -215,6 +215,7 @@ plugin = { path = "crates/plugin" }
plugin_macros = { path = "crates/plugin_macros" }
prettier = { path = "crates/prettier" }
project = { path = "crates/project" }
proto = { path = "crates/proto" }
worktree = { path = "crates/worktree" }
project_panel = { path = "crates/project_panel" }
project_symbols = { path = "crates/project_symbols" }
@ -320,7 +321,6 @@ pretty_assertions = "1.3.0"
prost = "0.9"
prost-build = "0.9"
prost-types = "0.9"
proto = { path = "./crates/proto" }
pulldown-cmark = { version = "0.10.0", default-features = false }
rand = "0.8.5"
refineable = { path = "./crates/refineable" }

1
crates/proto/LICENSE-GPL Symbolic link
View File

@ -0,0 +1 @@
../../LICENSE-GPL