-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTICE
More file actions
51 lines (39 loc) · 2.23 KB
/
Copy pathNOTICE
File metadata and controls
51 lines (39 loc) · 2.23 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
CrewCode
Copyright 2026 OnPoint Tools
This product is licensed under the Apache License, Version 2.0.
See the LICENSE file for the full text.
================================================================================
THIRD-PARTY COMPONENTS UNDER DIFFERENT LICENSES
================================================================================
The following components are NOT covered by the Apache License, Version 2.0.
They retain their original licenses and are aggregated with, not incorporated
into, the Apache-licensed portions of this work.
--------------------------------------------------------------------------------
Bearded Icons (GPL-3.0)
--------------------------------------------------------------------------------
Path: src/renderer/src/assets/bearded-icons/
Upstream: Bearded Icons 1.22.0 by BeardedBear
https://github.com/BeardedBear/bearded-icons
License: GNU General Public License v3.0
Full text: src/renderer/src/assets/bearded-icons/LICENSE.txt
The SVG icon assets and the icon-theme mapping data in that directory are
licensed under GPL-3.0 by their original authors. CrewCode uses these assets
unmodified and does not claim authorship over them.
These assets are distributed alongside CrewCode as a separate, severable
component. They are emitted at build time as standalone asset files and are
referenced by URL; no GPL-licensed code is linked into or compiled with the
Apache-licensed CrewCode source. CrewCode functions without them.
Because these files are provided in their original SVG and JSON source form,
the corresponding source requirement of GPL-3.0 section 6 is satisfied by the
files themselves. Recipients are free to modify or replace them under the
terms of GPL-3.0.
--------------------------------------------------------------------------------
CodeMirror packages (MIT)
--------------------------------------------------------------------------------
Path: packages/crew-codemirror/
Upstream: https://github.com/codemirror
License: MIT
Full text: packages/crew-codemirror/LICENSE
--------------------------------------------------------------------------------
For licenses of runtime npm dependencies, see the individual packages under
node_modules/ or run `npx license-checker --summary`.