-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathNOTICE
More file actions
40 lines (30 loc) · 1.7 KB
/
Copy pathNOTICE
File metadata and controls
40 lines (30 loc) · 1.7 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
Gajae Code App
Copyright (c) 2026 Hako (devswha)
Licensed under the MIT License. See LICENSE for the full text.
Releases up to and including 2.0.0-beta.6 were published under
AGPL-3.0-or-later. Relicensing is prospective: those releases and the tags
that carry them keep the terms they shipped under.
ORIGIN
This project began in 2026 as a fork of claudecodeui by Siteboon AI B.V.
(https://github.com/siteboon/claudecodeui) and was distributed under
AGPL-3.0-or-later with that project's attribution and Section 7 terms while
any of its code remained.
Every file was subsequently rewritten from its behavioral contract rather than
edited, one commit per file, and the parts that could not be rewritten were
deleted: the file tree, git panel and code editor were removed as features, and
the screenshots, API documentation page, stylesheet, changelog and the user
interface copy in ten languages were replaced with this project's own.
What the two trees still share is interface rather than expression: type and
parameter names this repository's own callers depend on, imports of its own
modules, CSS declarations and route paths, the database schema that existing
installations are pinned to, and file-format boilerplate. Two scripts in this
repository measure and itemize that overlap so the claim can be checked rather
than taken on trust:
node scripts/measure-upstream-derivation.mjs
node scripts/classify-residual-overlap.mjs
MIT does not require the attribution above. It is kept because the project's
history is worth stating plainly.
THIRD-PARTY SOFTWARE
Redistributed dependencies carry their own licenses and notices. See
THIRD-PARTY-NOTICES.md, which is generated from the dependency tree and
verified in CI.