Add license to Gleam extension (#8730)
This PR adds a license to the Gleam extension crate, since the bundling script was unhappy that it didn't have one. Since extensions like this one may ultimately live outside of Zed itself, I went with the Apache 2.0 license. Release Notes: - N/A
This commit is contained in:
parent
9735912965
commit
d7962aa2d3
2 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
||||||
name = "zed_gleam"
|
name = "zed_gleam"
|
||||||
version = "0.0.1"
|
version = "0.0.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
publish = false
|
||||||
|
license = "Apache-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
zed_extension_api = { path = "../../crates/extension_api" }
|
zed_extension_api = { path = "../../crates/extension_api" }
|
||||||
|
|
1
extensions/gleam/LICENSE-APACHE
Symbolic link
1
extensions/gleam/LICENSE-APACHE
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../LICENSE-APACHE
|
Loading…
Add table
Add a link
Reference in a new issue