From 36575c5855b905f483487febbd585b5448a71541 Mon Sep 17 00:00:00 2001 From: stroblme Date: Mon, 24 Aug 2026 12:51:53 +0200 Subject: [PATCH] Say the licence on the two pages PyPI will show MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Every other README carries the AGPL line; these two did not, and they are the ones that become pypi.org/project/fluksio and /fluksio-worker — the most public surface the project has, and the place a copyleft licence is least useful to have to go looking for. §13 is named outright for the same reason. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_012ue1tkFWB1bcGy3aWhCKpU --- backend/README.md | 7 +++++++ worker/README.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/backend/README.md b/backend/README.md index 86f7eca..ffac66b 100644 --- a/backend/README.md +++ b/backend/README.md @@ -74,3 +74,10 @@ consume it. - Home: Python 3.10 or newer, Linux or macOS. + +## License + +Copyright (C) 2026 Melvin Strobl — [GNU Affero General Public License v3.0 or +later](https://www.gnu.org/licenses/agpl-3.0.en.html). Running a modified +version over a network obliges you to offer its users the corresponding source +(AGPL §13). diff --git a/worker/README.md b/worker/README.md index d28143b..18f5c6c 100644 --- a/worker/README.md +++ b/worker/README.md @@ -19,3 +19,10 @@ its own wheels without the engine ever installing them. Mint a token from the engine with `POST /api/v1/workers/tokens`. Linux and macOS. + +## License + +Copyright (C) 2026 Melvin Strobl — [GNU Affero General Public License v3.0 or +later](https://www.gnu.org/licenses/agpl-3.0.en.html). Running a modified +version over a network obliges you to offer its users the corresponding source +(AGPL §13).