From 1917a5cbdcaf2354b904f7e1b7baaeabbf50757a Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 1 Jul 2018 22:04:38 +0200 Subject: Updated copyrights --- src/web/views/api/v3/article.py | 2 +- src/web/views/api/v3/common.py | 2 +- src/web/views/api/v3/feed.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/web/views/api/v3/article.py b/src/web/views/api/v3/article.py index 0e53470e..e2f10979 100644 --- a/src/web/views/api/v3/article.py +++ b/src/web/views/api/v3/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 : http://github.com/Newspipe/Newspipe # diff --git a/src/web/views/api/v3/common.py b/src/web/views/api/v3/common.py index b2a5ea3f..f6899b75 100644 --- a/src/web/views/api/v3/common.py +++ b/src/web/views/api/v3/common.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 : http://github.com/Newspipe/Newspipe # diff --git a/src/web/views/api/v3/feed.py b/src/web/views/api/v3/feed.py index 111f75e9..64a03e84 100644 --- a/src/web/views/api/v3/feed.py +++ b/src/web/views/api/v3/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 : http://github.com/Newspipe/Newspipe # -- cgit