aboutsummaryrefslogtreecommitdiff
path: root/src/web/views/api/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/views/api/__init__.py')
-rw-r--r--src/web/views/api/__init__.py2
1 files changed, 1 insertions, 1 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/
#
bgstack15