Process Truth
Copyright (c) 2026 Ellery Wee

This repository ships two editions:

- The open-core edition (this repository's core/, plugin/, and licensing/ trees)
  is licensed under the MIT License (see LICENSE).
- The Pro (commercial) edition is a separate, proprietary, EULA-governed product
  (see legal/EULA-PRO.md). Pro content is never present in an MIT path. CI guards
  enforce this split.

pm4py (AGPL-3.0) is invoked only as an isolated subprocess over a JSON contract by
core/processtruth/mining/pm4py_runner.py and is never linked into the MIT core
process or any proprietary code. AGPL adds a network-use source-disclosure trigger
over GPL; pm4py is never run as a network service from Process Truth. See
legal/THIRD-PARTY-LICENSES.md (note also the GPL-3.0-or-later transitive dependency
cvxopt, pulled in by pm4py on Python < 3.15).
