-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNOTICE
More file actions
51 lines (41 loc) · 2.58 KB
/
Copy pathNOTICE
File metadata and controls
51 lines (41 loc) · 2.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Deckard — third-party attributions
====================================
Deckard is licensed under AGPL-3.0-or-later (see LICENSE). It was forked from the `deck` GPUI starter (originally 0BSD;
0BSD permits relicensing). It bundles or depends on the following third-party work, each under its own license
(GPUI's Apache-2.0 / GPL lineage and gpui-component's Apache-2.0 are compatible with AGPL-3.0).
Lucide icons
------------
The icon set exposed via gpui-component's `IconName` (and bundled as SVGs by
`gpui-component-assets`) is Lucide. Lucide is licensed under the ISC License.
Copyright (c) for portions of Lucide are held by Cole Bemis 2013-2022 as
part of Feather (MIT). All other copyright (c) for Lucide are held by the
Lucide Contributors 2022.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.
ISC is a permissive, MIT-equivalent license — free for personal and commercial
use. Keep this notice if you redistribute the bundled icons. https://lucide.dev
GPUI and gpui-component
-----------------------
- gpui (`gpui` 0.2.x on crates.io) — derived from Zed's GPUI. Apache-2.0 / GPL
(see the upstream Zed repository for details).
- gpui-component (`gpui-component` 0.5.x) — Apache-2.0, © Longbridge.
tray-icon (optional, `--features tray`)
---------------------------------------
- tray-icon, muda, objc2, objc2-app-kit — MIT/Apache-2.0 (Tauri / objc2
contributors).
Kohaku — eip-1193-provider (vendored), railgun, common
------------------------------------------------------
Deckard builds on Kohaku (https://github.com/ethereum/kohaku, git rev 618c53f):
- eip-1193-provider — VENDORED into this repo as a native-only fork
(vendor/eip-1193-provider). Redistributed as source; its license and full
provenance are in vendor/eip-1193-provider/LICENSE.
- railgun (the pure-Rust Railgun client) and common — pulled as git dependencies
and linked into the shipped binary via deckard-core's default-on `shield`
feature (the key-less shield-calldata builder). railgun is also exercised by
the black-box shield_e2e integration test.
Kohaku declares its license as MIT in its repository-root package.json
("license": "MIT"). Upstream ships no standalone LICENSE file and no per-crate
license field; the MIT text is reproduced at vendor/eip-1193-provider/LICENSE.
MIT is compatible with Deckard's AGPL-3.0-or-later. (Maintainer note: confirm the
MIT designation with the Kohaku maintainers before/shortly after publishing.)