aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2018-07-01 22:04:29 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2018-07-01 22:04:29 +0200
commitbd8fd9eb2d1b24a7a58bea0f08e24aa4d945c700 (patch)
tree6e87aa428d70e21095452b52f9899e40fe51f1fb /src
parentRemoved useless code. (diff)
downloadnewspipe-bd8fd9eb2d1b24a7a58bea0f08e24aa4d945c700.tar.gz
newspipe-bd8fd9eb2d1b24a7a58bea0f08e24aa4d945c700.tar.bz2
newspipe-bd8fd9eb2d1b24a7a58bea0f08e24aa4d945c700.zip
Updated copyrights
Diffstat (limited to 'src')
-rw-r--r--src/web/models/__init__.py2
-rw-r--r--src/web/models/article.py2
-rw-r--r--src/web/models/bookmark.py2
-rw-r--r--src/web/models/feed.py2
-rw-r--r--src/web/models/role.py2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/web/models/__init__.py b/src/web/models/__init__.py
index 45bfb096..5ce39115 100644
--- a/src/web/models/__init__.py
+++ b/src/web/models/__init__.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# newspipe - A Web based news aggregator.
-# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2018 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information : https://github.com/Newspipe/Newspipe
#
diff --git a/src/web/models/article.py b/src/web/models/article.py
index e7f790ae..5ce43db8 100644
--- a/src/web/models/article.py
+++ b/src/web/models/article.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# Newspipe - A Web based news aggregator.
-# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2018 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information : https://github.com/Newspipe/Newspipe
#
diff --git a/src/web/models/bookmark.py b/src/web/models/bookmark.py
index a01e6973..c1204e9a 100644
--- a/src/web/models/bookmark.py
+++ b/src/web/models/bookmark.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# Newspipe - A Web based news aggregator.
-# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2018 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information : https://github.com/newspipe/newspipe
#
diff --git a/src/web/models/feed.py b/src/web/models/feed.py
index 13210713..b733cd58 100644
--- a/src/web/models/feed.py
+++ b/src/web/models/feed.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# newspipe - A Web based news aggregator.
-# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2018 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information : https://github.com/Newspipe/Newspipe
#
diff --git a/src/web/models/role.py b/src/web/models/role.py
index 1cdf7414..82601bbb 100644
--- a/src/web/models/role.py
+++ b/src/web/models/role.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# newspipe - A Web based news aggregator.
-# Copyright (C) 2010-2016 Cédric Bonhomme - https://www.cedricbonhomme.org
+# Copyright (C) 2010-2018 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information : https://github.com/Newspipe/Newspipe
#
bgstack15