aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2018-07-01 22:04:58 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2018-07-01 22:04:58 +0200
commitbc9f4c65e55c14655ebad63763d78458676c5e26 (patch)
treeecb33fb78a2e55c884f693ab148a2ff45f7fb1be
parentUpdated copyrights (diff)
downloadnewspipe-bc9f4c65e55c14655ebad63763d78458676c5e26.tar.gz
newspipe-bc9f4c65e55c14655ebad63763d78458676c5e26.tar.bz2
newspipe-bc9f4c65e55c14655ebad63763d78458676c5e26.zip
Updated copyrights
-rw-r--r--src/lib/data.py2
-rwxr-xr-xsrc/lib/misc_utils.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/data.py b/src/lib/data.py
index 21eb35e0..e7c88055 100644
--- a/src/lib/data.py
+++ b/src/lib/data.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/lib/misc_utils.py b/src/lib/misc_utils.py
index 0757f224..578d3d24 100755
--- a/src/lib/misc_utils.py
+++ b/src/lib/misc_utils.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