aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-02-05 21:36:04 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-02-05 21:36:04 +0100
commitc9798876091ea78ddee5da9060aa6f24940e5ae6 (patch)
tree0719e7868cd77d3444fe95f1503bb4bf947ae34b /src
parentAdd a link to open an article in a new tab. Should be improve (maybe without ... (diff)
downloadnewspipe-c9798876091ea78ddee5da9060aa6f24940e5ae6.tar.gz
newspipe-c9798876091ea78ddee5da9060aa6f24940e5ae6.tar.bz2
newspipe-c9798876091ea78ddee5da9060aa6f24940e5ae6.zip
Updated Copyright years.
Diffstat (limited to 'src')
-rw-r--r--src/crawler/classic_crawler.py2
-rwxr-xr-xsrc/runserver.py2
-rw-r--r--src/web/controllers/feed.py2
-rw-r--r--src/web/emails.py2
-rw-r--r--src/web/export.py2
-rw-r--r--src/web/models/__init__.py2
-rw-r--r--src/web/models/article.py2
-rw-r--r--src/web/models/feed.py2
-rw-r--r--src/web/models/role.py2
-rw-r--r--src/web/models/user.py2
-rw-r--r--src/web/notifications.py2
-rwxr-xr-xsrc/web/utils.py2
-rw-r--r--src/web/views/api/__init__.py2
-rw-r--r--src/web/views/views.py2
14 files changed, 14 insertions, 14 deletions
diff --git a/src/crawler/classic_crawler.py b/src/crawler/classic_crawler.py
index 0598c418..1bc37a47 100644
--- a/src/crawler/classic_crawler.py
+++ b/src/crawler/classic_crawler.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/
#
diff --git a/src/runserver.py b/src/runserver.py
index dabc7e6b..d2e41430 100755
--- a/src/runserver.py
+++ b/src/runserver.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/
#
diff --git a/src/web/controllers/feed.py b/src/web/controllers/feed.py
index 31a1ec41..d14f4ede 100644
--- a/src/web/controllers/feed.py
+++ b/src/web/controllers/feed.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/
#
diff --git a/src/web/emails.py b/src/web/emails.py
index 9210c29a..095e3e21 100644
--- a/src/web/emails.py
+++ b/src/web/emails.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/
#
diff --git a/src/web/export.py b/src/web/export.py
index f2eac25b..133dcb8e 100644
--- a/src/web/export.py
+++ b/src/web/export.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/
#
diff --git a/src/web/models/__init__.py b/src/web/models/__init__.py
index 81ebe361..a3bb4c33 100644
--- a/src/web/models/__init__.py
+++ b/src/web/models/__init__.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/
#
diff --git a/src/web/models/article.py b/src/web/models/article.py
index 94fedf16..6c2df462 100644
--- a/src/web/models/article.py
+++ b/src/web/models/article.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
#
diff --git a/src/web/models/feed.py b/src/web/models/feed.py
index 7768ee50..b0df0d16 100644
--- a/src/web/models/feed.py
+++ b/src/web/models/feed.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/
#
diff --git a/src/web/models/role.py b/src/web/models/role.py
index a9184d64..7c50b810 100644
--- a/src/web/models/role.py
+++ b/src/web/models/role.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/
#
diff --git a/src/web/models/user.py b/src/web/models/user.py
index d1b9c568..104f1aaa 100644
--- a/src/web/models/user.py
+++ b/src/web/models/user.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/
#
diff --git a/src/web/notifications.py b/src/web/notifications.py
index 6f920672..25251a0c 100644
--- a/src/web/notifications.py
+++ b/src/web/notifications.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/
#
diff --git a/src/web/utils.py b/src/web/utils.py
index 1d4b30ab..9e3ad3ed 100755
--- a/src/web/utils.py
+++ b/src/web/utils.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
#
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