MIT License

Copyright (c) 2025-2026 Blixt

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

----------------------------------------------------------------------------

Third-party components
----------------------

This software is written in Rust and built on open-source components, each
distributed under its own permissive license (MIT / Apache-2.0 / BSD / ISC or
similar). Those licenses continue to apply to their respective components.
The main ones are:

  * quinn / quinn-proto  - QUIC transport
  * rustls + ring/aws-lc - TLS 1.3
  * tokio                - async runtime
  * blake3               - integrity hashing
  * egui / eframe        - the desktop GUI toolkit
  * axum / hyper / tower - the local HTTP API and web UI host
  * serde, clap, tracing, and their dependency trees

A full, machine-generated inventory of every dependency and its license can be
produced from the source tree with `cargo license` or `cargo about`.

----------------------------------------------------------------------------

Online services
---------------

The MIT terms above cover this software. They do not cover the optional online
services it can talk to (the blixt.pro signaling relay, TURN relays, and bCloud
storage), which are operated separately and governed by their own terms of
service and privacy policy at https://blixt.pro/. Running blixt entirely on
your own infrastructure - your own signaling server, or offline on a local
network - requires no such service.

----------------------------------------------------------------------------

Installer
---------

The Windows installer is built with Inno Setup, Copyright (C) 1997-2025
Jordan Russell, portions Copyright (C) 2000-2025 Martijn Laan. Inno Setup is
distributed under its own license; see https://jrsoftware.org/.
