License

This page summarises the licensing of both this documentation and the RMR and BRMR source code. Each repository ships its own COPYING file, which is the authoritative statement for the content of that repository.

Documentation

This documentation is copyright (C) 2026 IONOS SE. Most files are licensed under the GNU General Public License v2.0 or later (GPL-2.0-or-later); some operator-facing files are dual-licensed under GPL-2.0-or-later OR CC-BY-4.0, with recipients free to choose either license for those files.

Per-file licensing is declared via SPDX tags:

  • Text files carry SPDX-FileCopyrightText and SPDX-License-Identifier headers inline.

  • Binary assets (images under docs/_static/images/) declare the same tags in adjacent .license sidecar files.

Full license texts are shipped in the LICENSES/ directory. See the COPYING file at the root of this repository for the full licensing statement.

RMR and BRMR source code

The RMR and BRMR kernel modules are licensed under the GNU General Public License v2.0 or later (GPL-2.0-or-later). Individual source files carry SPDX-License-Identifier: GPL-2.0-or-later headers.

The COPYING file at the root of the source-code repository is the authoritative statement for the modules.