docs: mention AGPL v3 license in README
CI / Python tests (push) Waiting to run
CI / Frontend build (push) Waiting to run

This commit is contained in:
Davide Scaini
2026-06-04 00:24:08 +02:00
parent 15094fd954
commit 0e8681e03a
+4
View File
@@ -320,3 +320,7 @@ Databases add operational complexity — backups, migrations, running processes,
## Why federation? ## 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. 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.