Patronus Ark (`patronus-ark`)
Copyright (c) 2026 Casdo Labs GmbH

This product is available under the GNU General Public License v3.0 only
(GPL-3.0-only), or under a separate commercial license.
See LICENSE and LICENSE-COMMERCIAL.md.

===============================================================================
Third-party components and derived work
===============================================================================

This product includes software derived from and/or incorporating the following
third-party works. Their original licenses and attributions are preserved as
required.

-------------------------------------------------------------------------------
1. GLiNER ONNX inference engine  (rust/src/gliner_onnx_engine.rs)
-------------------------------------------------------------------------------
The entity-only GLiNER ONNX inference path is derived from the inference
contracts of the GLiNER and GLiNER2 projects and the SemplificaAI `gliner2-rs`
crate.

    GLiNER / GLiNER2 — Apache License 2.0
    SemplificaAI/gliner2-rs — Apache License 2.0

Licensed under the Apache License, Version 2.0. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0

-------------------------------------------------------------------------------
2. Detection heuristics  (rust/src/ml/l1_heuristics.rs,
                          rust/src/ml/ntdb_executor/heuristics.rs)
-------------------------------------------------------------------------------
Portions of the native detection heuristics are derived from the Apache-2.0
licensed core of the pipelock project.

    pipelock — Apache License 2.0
    Copyright (c) 2026 Joshua Waldrep
    https://github.com/luckyPipewrench/pipelock

Only the Apache-2.0 licensed core of pipelock is used. No code from the
pipelock `enterprise/` directory (Elastic License 2.0) is included.

Licensed under the Apache License, Version 2.0. You may obtain a copy of the
License at http://www.apache.org/licenses/LICENSE-2.0
