Roomler is distributed under a split licence. This file explains which licence
applies to which part; it is not itself a licence grant.

Copyright (C) 2026 G ROX EOOD

  ┌──────────────────────────────────────────────┬──────────────────┐
  │ Control plane — the server you would host    │ AGPL-3.0-only    │
  │   crates/api, crates/services, crates/db,    │                  │
  │   crates/config, crates/derp-relay,          │ LICENSE-AGPL-3.0 │
  │   crates/tests, ui/                          │                  │
  ├──────────────────────────────────────────────┼──────────────────┤
  │ Everything you install on your own machines  │ MPL-2.0          │
  │   agents/*, crates/agent-core,               │                  │
  │   crates/roomler-setup-core,                 │ LICENSE-MPL-2.0  │
  │   crates/tunnel-core, crates/remote_control, │                  │
  │   crates/localapi, crates/tcp-turn-conn      │                  │
  ├──────────────────────────────────────────────┼──────────────────┤
  │ Documentation — docs/                        │ CC-BY-4.0        │
  ├──────────────────────────────────────────────┼──────────────────┤
  │ Vendored third-party — crates/vendored/*     │ upstream terms,  │
  │                                              │ see each subtree │
  └──────────────────────────────────────────────┴──────────────────┘

Every first-party source file carries an SPDX-License-Identifier header naming
its licence. That header, not this table, is authoritative for a given file.

You can self-host the whole thing, for free, on unlimited devices, forever.
The agent you install on your own or your clients' machines is MPL-2.0 and
imposes no copyleft on anything you build around it.

  Plain-language explanation and FAQ ......... LICENSING.md
  Buying an exception to the AGPL ............ COMMERCIAL.md
  Third-party components and written offers .. THIRD-PARTY-NOTICES.md

HISTORY: releases up to and including the commit that introduced this file were
published under the MIT licence, retained verbatim in LICENSE-MIT. That grant is
irrevocable — anything published under it stays available under it.
