From 4e04b6e37e0b26f291c9094196f9e07fff7075f0 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 54a2631..bb996bc 100644 --- a/README.md +++ b/README.md @@ -41,3 +41,7 @@ If you have state that's important to retain within a component, consider creati import { writable } from 'svelte/store' export default writable(0) ``` + +## License + +[AGPL v3](LICENSE) — see the `LICENSE` file for details.