Add missing LICENSE file to `proto` crate (#12863)

Marshall Bowers created

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

Release Notes:

- N/A

Change summary

Cargo.toml               | 2 +-
crates/proto/LICENSE-GPL | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)

Detailed changes

Cargo.toml 🔗

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