aboutsummaryrefslogtreecommitdiff
path: root/tagrss.py
diff options
context:
space:
mode:
authorArjun Satarkar <me@arjunsatarkar.net>2023-07-28 16:26:49 +0000
committerArjun Satarkar <me@arjunsatarkar.net>2023-07-28 16:35:46 +0000
commit5a546a35351362a8da73fbbd1380de6a094069d9 (patch)
treee55f48b73670815ceefd71a568a54b78b44c969d /tagrss.py
parentd14c45978119ba150ffff8abf6c87634ecb46c52 (diff)
downloadtagrss-5a546a35351362a8da73fbbd1380de6a094069d9.tar
tagrss-5a546a35351362a8da73fbbd1380de6a094069d9.tar.gz
tagrss-5a546a35351362a8da73fbbd1380de6a094069d9.zip
Add AGPLv3 license
Diffstat (limited to 'tagrss.py')
-rw-r--r--tagrss.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tagrss.py b/tagrss.py
index 8ae001c..7c37bec 100644
--- a/tagrss.py
+++ b/tagrss.py
@@ -1,3 +1,8 @@
+"""
+Copyright (c) 2023-present Arjun Satarkar <me@arjunsatarkar.net>.
+Licensed under the GNU Affero General Public License v3.0. See LICENSE.txt in
+the root of this repository for the text of the license.
+"""
import feedparser
import requests