docs: mention AGPL v3 license in README

This commit is contained in:
Davide Scaini
2026-06-04 00:24:08 +02:00
parent 5d19ae4b67
commit 4e04b6e37e
+4
View File
@@ -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.