aboutsummaryrefslogtreecommitdiff
path: root/src/web/views
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/views')
-rw-r--r--src/web/views/api/__init__.py2
-rw-r--r--src/web/views/views.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/web/views/api/__init__.py b/src/web/views/api/__init__.py
index ed3bd702..90e1ab0f 100644
--- a/src/web/views/api/__init__.py
+++ b/src/web/views/api/__init__.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# jarr - A Web based news aggregator.
-# Copyright (C) 2010-2015 Cédric Bonhomme - http://JARR-aggregator.org/
+# Copyright (C) 2010-2016 Cédric Bonhomme - http://JARR-aggregator.org/
#
# For more information : https://github.com/JARR-aggregator/JARR/
#
diff --git a/src/web/views/views.py b/src/web/views/views.py
index 88f3f8ce..84f2be5f 100644
--- a/src/web/views/views.py
+++ b/src/web/views/views.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# jarr - A Web based news aggregator.
-# Copyright (C) 2010-2015 Cédric Bonhomme - https://www.JARR-aggregator.org
+# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.JARR-aggregator.org
#
# For more information : https://github.com/JARR-aggregator/JARR
#
bgstack15