aboutsummaryrefslogtreecommitdiff
path: root/newspipe/models/bookmark.py
diff options
context:
space:
mode:
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