aboutsummaryrefslogtreecommitdiff
path: root/newspipe/web/views/api/v3/article.py
diff options
context:
space:
mode:
Diffstat (limited to 'newspipe/web/views/api/v3/article.py')
-rw-r--r--newspipe/web/views/api/v3/article.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/newspipe/web/views/api/v3/article.py b/newspipe/web/views/api/v3/article.py
index 04d19552..55ba3326 100644
--- a/newspipe/web/views/api/v3/article.py
+++ b/newspipe/web/views/api/v3/article.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# Newspipe - A Web based news aggregator.
-# Copyright (C) 2010-2018 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2020 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information : http://gitlab.com/newspipe/newspipe
#
bgstack15