Skip to content

Latest commit

 

History

History
76 lines (54 loc) · 3.13 KB

File metadata and controls

76 lines (54 loc) · 3.13 KB

Third-Party Notices

RuntipiOS incorporates components from the following open-source projects.


System components

Software Version License Source
Raspberry Pi OS (Trixie Lite) Trixie Various (Debian) https://www.raspberrypi.com/software/
pi-gen BSD 3-Clause https://github.com/RPi-Distro/pi-gen
hostapd 2.10+ BSD / GPL-2.0 https://w1.fi/hostapd/
dnsmasq 2.89+ GPL-2.0 https://thekelleys.org.uk/dnsmasq/
avahi 0.8+ LGPL-2.1 https://avahi.org/
Cockpit 310+ LGPL-2.1 https://cockpit-project.org/
PackageKit 1.2+ GPL-2.0 https://www.freedesktop.org/software/PackageKit/
Docker Engine 24+ Apache 2.0 https://docs.docker.com/engine/
Runtipi latest GPL-3.0 https://github.com/runtipi/runtipi
OpenSSH 9+ BSD https://www.openssh.com/

Python dependencies

This section is automatically regenerated by the update-notices GitHub Actions workflow. Last updated: 2026-06-13

|--------------|---------|--------------|------------------------------------------| | Flask | 3.1.3 | BSD-3-Clause | https://github.com/pallets/flask/ | | Jinja2 | 3.1.6 | BSD License | https://github.com/pallets/jinja/ | | MarkupSafe | 3.0.3 | BSD-3-Clause | https://github.com/pallets/markupsafe/ | | Werkzeug | 3.1.8 | BSD-3-Clause | https://github.com/pallets/werkzeug/ | | click | 8.4.1 | BSD-3-Clause | https://github.com/pallets/click/ | | itsdangerous | 2.2.0 | BSD License | https://github.com/pallets/itsdangerous/ |


License texts

BSD 3-Clause License (Flask, Werkzeug, Jinja2, MarkupSafe, click, itsdangerous, pi-gen, OpenSSH)

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
  3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.

Apache License 2.0 (Docker Engine)

Full text: https://www.apache.org/licenses/LICENSE-2.0

GNU General Public License v2.0 (dnsmasq, PackageKit)

Full text: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html

GNU General Public License v3.0 (Runtipi)

Full text: https://www.gnu.org/licenses/gpl-3.0.html

GNU Lesser General Public License v2.1 (avahi, Cockpit)

Full text: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.html