aboutsummaryrefslogtreecommitdiff
path: root/newspipe/models/feed.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2021-07-02 10:09:53 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2021-07-02 10:09:53 +0200
commit6b9cd7c67ca86a62472a8a56a11d79a93d8b3214 (patch)
treee627d6d9d75c7a253064e2ec95439eb03087e438 /newspipe/models/feed.py
parentfixed alert messages (diff)
downloadnewspipe-6b9cd7c67ca86a62472a8a56a11d79a93d8b3214.tar.gz
newspipe-6b9cd7c67ca86a62472a8a56a11d79a93d8b3214.tar.bz2
newspipe-6b9cd7c67ca86a62472a8a56a11d79a93d8b3214.zip
updated copyright years
Diffstat (limited to 'newspipe/models/feed.py')
-rw-r--r--newspipe/models/feed.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/newspipe/models/feed.py b/newspipe/models/feed.py
index 95c5f340..12622285 100644
--- a/newspipe/models/feed.py
+++ b/newspipe/models/feed.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# Newspipe - A web news aggregator.
-# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2021 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information: https://sr.ht/~cedric/newspipe
#
bgstack15