aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5db23d6..58300e2 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,14 @@ Extremely simple RSS reader with support for tags, which can be applied to multi
This project is not in a finished state, but the core functionality is present.
+## License
+
+TagRSS is copyright (c) 2023-present Arjun Satarkar \<me@arjunsatarkar.net\>.
+
+TagRSS is licensed under the GNU Affero General Public License v3.0, which requires among other things that "[w]hen a modified version is used to provide a service over a network, the complete source code of the modified version must be made available."[^1]
+
+See `LICENSE.txt` in the root of this repository for the text of the license.
+
## To do
* Add filtering by tag/feed
@@ -13,3 +21,5 @@ This project is not in a finished state, but the core functionality is present.
* Add some reasonably high internal limit on tag count
* Add support for authentication
* Allow specifying update interval on a per-feed basis
+
+[^1]: https://choosealicense.com/licenses/agpl-3.0/