GlossoBench — NOTICE
====================

Scope of this license
---------------------
This `glossobench/` directory (the GlossoBench framework: runner, plugins, axes,
judges, scoring, config, CLI, self-built datasets, docs, Containerfile) is
released under the **Apache License 2.0** (see ./LICENSE).

The PARENT REPOSITORY outside `glossobench/` is proprietary and confidential and
is NOT covered by this license. GlossoBench is designed to be carved out as a
standalone, permissively-licensed package so any team — including commercial
minority-language adopters — can use, fork, and redistribute it without legal
dependence on the proprietary parent repo.

Third-party datasets (NOT relicensed)
-------------------------------------
GlossoBench HOSTS and reproducibly SCORES public datasets; it does NOT relicense
them. Each dataset plugin tags its source license (`license`), commercial-use
flag (`commercial_use`), and attribution (`attribution`). Downstream users must
honor each dataset's own license. See docs/LICENSE_AUDIT.md for the full per-
component audit.

  - MalayMMLU            — BSD-3-Clause           (commercial-OK)
  - Global-MMLU (ms)     — CC-BY-4.0             (commercial-OK)
  - Belebele (zsm_Latn)  — CC-BY-4.0             (commercial-OK)
  - FLORES (OLDI)        — CC-BY-SA-4.0           (commercial-OK, share-alike)
  - MetricX-24           — Apache-2.0            (commercial-OK)
  - IFEval (checkers)    — Apache-2.0            (commercial-OK)
  - SEA-Guard (Qwen 4B/8B) — Apache-2.0          (commercial-OK)
  - Self-built IF/Cultural/Safety/MT — CC0-1.0   (public domain)

Third-party judges / models (NOT bundled)
-----------------------------------------
No model weights are bundled in the image or repo; users mount their own. The
default judge (local ollama, e.g. GLM-5.2 = MIT) is the user's responsibility to
obtain under its own license. fasttext lid.176 (CC-BY-SA-3.0) and any Llama-
Community-licensed judge are opt-in and carry their own terms.

Attribution
-----------
If you redistribute GlossoBench or a derivative, retain this NOTICE and the
LICENSE file, and credit the dataset/judge sources listed above per their
CC-*/BSD terms.