aboutsummaryrefslogtreecommitdiff
path: root/newspipe/models
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/models')
-rw-r--r--newspipe/models/__init__.py2
-rw-r--r--newspipe/models/article.py2
-rw-r--r--newspipe/models/bookmark.py2
-rw-r--r--newspipe/models/feed.py2
-rw-r--r--newspipe/models/role.py2
-rw-r--r--newspipe/models/user.py2
6 files changed, 6 insertions, 6 deletions
diff --git a/newspipe/models/__init__.py b/newspipe/models/__init__.py
index 2a2978fb..329c7e61 100644
--- a/newspipe/models/__init__.py
+++ b/newspipe/models/__init__.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
#
diff --git a/newspipe/models/article.py b/newspipe/models/article.py
index 1da56c64..3289f674 100644
--- a/newspipe/models/article.py
+++ b/newspipe/models/article.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
#
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
#
diff --git a/newspipe/models/feed.py b/newspipe/models/feed.py
index 1d3893fb..557bc7aa 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-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
#
diff --git a/newspipe/models/role.py b/newspipe/models/role.py
index 14e2861f..f8c2a53d 100644
--- a/newspipe/models/role.py
+++ b/newspipe/models/role.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
#
diff --git a/newspipe/models/user.py b/newspipe/models/user.py
index b17496a2..c119e1b0 100644
--- a/newspipe/models/user.py
+++ b/newspipe/models/user.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