From acb52d978ea1a631e908ef95e9dec418062753f3 Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Thu, 12 Jun 2025 20:45:58 +0200 Subject: [PATCH] docs: Add note about licensing to README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 0d6adf33f..87e5ceab5 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,10 @@ Pull requests should be made against the `main` branch. [:blue_book: Developer guide](https://github.com/swift-project/pilotclient/wiki) [:orange_book: API documentation](https://apidocs.swift-project.org/) + +Licensing +========= +swift is dual-licensed under the GPL-3.0-or-later or the swift pilot client license (a modified GPL-3.0-or-later license). +Official releases are published under the swift pilot client license. +This dual licensing is necessary because swift may, depending on the build settings, link to proprietary software that is not compatible with the GPL-3.0-or-later. +For example, this includes vatsimauth or simulator-specific connectors.