File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ Your existing Anthropic account works directly:
8686| :trophy : | [ Built with HolyClaude] ( #trophy-built-with-holyclaude ) |
8787| :handshake : | [ Contributing] ( #handshake-contributing ) |
8888| :heart : | [ Support] ( #heart-support ) |
89+ | :scroll : | [ Third-Party Software] ( #scroll-third-party-software ) |
8990| :page_facing_up : | [ License] ( #page_facing_up-license ) |
9091
9192<p align =" right " >
@@ -1066,6 +1067,24 @@ If it saved you time, here's how you can help:
10661067
10671068---
10681069
1070+ # # :scroll: Third-Party Software
1071+
1072+ The HolyClaude Docker image includes third-party software, each under its own license. Notable components :
1073+
1074+ | Component | License | Source |
1075+ |-----------|---------|--------|
1076+ | CloudCLI | GPL-3.0 | [siteboon/claudecodeui](https://github.com/siteboon/claudecodeui) |
1077+ | s6-overlay | ISC | [just-containers/s6-overlay](https://github.com/just-containers/s6-overlay) |
1078+ | Node.js | MIT | [nodejs/node](https://github.com/nodejs/node) |
1079+
1080+ See [THIRD-PARTY-NOTICES](THIRD-PARTY-NOTICES) for full details including modification notices. HolyClaude's own source code is MIT licensed.
1081+
1082+ <p align="right">
1083+ <a href="#top">↑ back to top</a>
1084+ </p>
1085+
1086+ ---
1087+
10691088# # :page_facing_up: License
10701089
10711090MIT — see [LICENSE](LICENSE). Use it however you want.
Original file line number Diff line number Diff line change 1+ # Third-Party Licenses
2+
3+ HolyClaude includes third-party software distributed within the Docker image.
4+ Each component retains its original license. HolyClaude's own source code is
5+ licensed under MIT (see LICENSE).
6+
7+ ## CloudCLI (@siteboon/claude-code-ui)
8+
9+ - License: GPL-3.0
10+ - Copyright: Simos Mikelatos / SiteBoon AI
11+ - Source: https://github.com/siteboon/claudecodeui
12+ - npm: https://www.npmjs.com/package/@siteboon/claude-code-ui
13+
14+ CloudCLI is installed as a standalone program via npm and runs as an
15+ independent process managed by s6-overlay.
16+
17+ ### Modification Notice
18+
19+ HolyClaude applies a bugfix patch to CloudCLI's server/index.js during the
20+ Docker build. The patch preserves WebSocket frame types in the plugin proxy
21+ (see HolyClaude Issue #11). The exact changes are documented in the
22+ Dockerfile and consist of four sed replacements that add the isBinary
23+ parameter to WebSocket message relay handlers. This fix has been submitted
24+ upstream to the CloudCLI repository. The unmodified source is available at
25+ the links above, and the modification is fully visible in HolyClaude's
26+ public Dockerfile.
27+
28+ ## s6-overlay
29+
30+ - License: ISC
31+ - Source: https://github.com/just-containers/s6-overlay
32+
33+ ## Node.js
34+
35+ - License: MIT
36+ - Source: https://github.com/nodejs/node
37+
38+ For a complete list of installed packages and their licenses, inspect the
39+ Docker image directly or refer to the Dockerfile.
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to HolyClaude will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/ ) , and this project adheres to [ Semantic Versioning] ( https://semver.org/ ) .
66
7+ ## [ 1.1.5] - 03/28/2026
8+
9+ ### Added
10+ - ` THIRD-PARTY-NOTICES ` file with license attribution for bundled third-party software
11+ - Third-Party Software section in README
12+
713## [ 1.1.4] - 03/28/2026
814
915### Added
You can’t perform that action at this time.
0 commit comments