From 0e8681e03a15dd77b0685a286542d24d0b20f322 Mon Sep 17 00:00:00 2001 From: Davide Scaini Date: Thu, 4 Jun 2026 00:24:08 +0200 Subject: [PATCH] docs: mention AGPL v3 license in README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a2cb2f5..494961a 100644 --- a/README.md +++ b/README.md @@ -320,3 +320,7 @@ Databases add operational complexity — backups, migrations, running processes, ## Why federation? Strava, Garmin Connect, and similar platforms are silos. If the company shuts down or changes its terms, your data and your social graph go with it. BincioActivity's federation model is inspired by the open web: you host your own data at a URL, friends subscribe to that URL, and no central authority is involved. + +## License + +[AGPL v3](LICENSE) — see the `LICENSE` file for details.