aboutsummaryrefslogtreecommitdiff
path: root/newspipe/models/bookmark.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2022-01-01 14:06:52 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2022-01-01 14:06:52 +0100
commitf97fa704c85836550ecfd377378de25e929acbc7 (patch)
tree1c8f209932d4eacceef703c895d0ba432bc8d815 /newspipe/models/bookmark.py
parentRemoved unused import. (diff)
downloadnewspipe-f97fa704c85836550ecfd377378de25e929acbc7.tar.gz
newspipe-f97fa704c85836550ecfd377378de25e929acbc7.tar.bz2
newspipe-f97fa704c85836550ecfd377378de25e929acbc7.zip
Updated Copyright years.
Diffstat (limited to 'newspipe/models/bookmark.py')
-rw-r--r--newspipe/models/bookmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/newspipe/models/bookmark.py b/newspipe/models/bookmark.py
index 05c5da58..44bb429f 100644
--- a/newspipe/models/bookmark.py
+++ b/newspipe/models/bookmark.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# Newspipe - A web news aggregator.
-# Copyright (C) 2010-2021 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2022 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information: https://sr.ht/~cedric/newspipe
#
bgstack15