chore: Add crate licenses. (#4158)

- GPUI and all dependencies: Apache 2
- Everything else: AGPL

Here's a script that I've generated for it:
https://gist.github.com/osiewicz/6afdd6626e517da24a2092807e6f0b6e

Release Notes:
- N/A

---------

Co-authored-by: David <david@zed.dev>
This commit is contained in:
Piotr Osiewicz 2024-01-23 16:56:22 +01:00 committed by GitHub
parent edfc2e8895
commit 678bdddd7d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
168 changed files with 1258 additions and 0 deletions

View file

@ -3,6 +3,8 @@ name = "gpui_macros"
version = "0.1.0"
edition = "2021"
publish = false
license = "Apache-2.0"
license-file = "../../LICENSE-APACHE"
[lib]
path = "src/gpui_macros.rs"