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:
parent
edfc2e8895
commit
678bdddd7d
168 changed files with 1258 additions and 0 deletions
|
@ -3,6 +3,8 @@ name = "sqlez"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
publish = false
|
||||
license = "AGPL-3.0-only"
|
||||
license-file = "../../LICENSE-AGPL"
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
|
|
1
crates/sqlez/LICENSE-AGPL
Symbolic link
1
crates/sqlez/LICENSE-AGPL
Symbolic link
|
@ -0,0 +1 @@
|
|||
../../LICENSE-AGPL
|
Loading…
Add table
Add a link
Reference in a new issue