kulono / multi-model-verifier
blob · NOTICE.md · md
← filesrepo
NOTICE.mdmd
1# NOTICE
2
3## Copyright
4
5Copyright (C) 2026 Zize Tu ([email protected]) — tical-code / kulono.
6
7## License
8
9This project is licensed under the **GNU Affero General Public License v3.0
10(AGPL-3.0)**. See `LICENSE`.
11
12## Commercial Licensing
13
14The AGPL license grants the right to use, modify, and redistribute this software
15for any purpose, provided derivative works are also released under AGPL and the
16source is made available to users interacting over a network.
17
18If you want to use this code in a **closed-source commercial product** (SaaS,
19internal tooling, or embedded systems) without AGPL obligations, a separate
20**commercial license** is available. Contact: [email protected]
21
22## Origin
23
24- Original development repository (private): tical-code / eite-agent
25- This package is a standalone public extraction of the
26 `truthful_reporting.py` module.
27- Original spec: `docs/truthful-reporting-spec.md`
28
29## Watermark
30
31This file is part of the tical-code agent platform. Unauthorized redistribution
32of this code under a different license is prohibited.
33
100%