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:
Marshall Bowers 2024-03-02 17:56:57 -05:00 committed by GitHub
parent 9735912965
commit d7962aa2d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,8 @@
name = "zed_gleam"
version = "0.0.1"
edition = "2021"
publish = false
license = "Apache-2.0"
[dependencies]
zed_extension_api = { path = "../../crates/extension_api" }

View file

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