aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2018-07-01 22:04:50 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2018-07-01 22:04:50 +0200
commit88d23d0e386d78aa3be21eb05f9baf587d58c924 (patch)
tree8376829296f1e66f987e5a82425d0b2ff58c4b3b /src
parentUpdated copyrights (diff)
downloadnewspipe-88d23d0e386d78aa3be21eb05f9baf587d58c924.tar.gz
newspipe-88d23d0e386d78aa3be21eb05f9baf587d58c924.tar.bz2
newspipe-88d23d0e386d78aa3be21eb05f9baf587d58c924.zip
Updated copyrights
Diffstat (limited to 'src')
-rwxr-xr-xsrc/runserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runserver.py b/src/runserver.py
index ff4fe444..7cbe4b23 100755
--- a/src/runserver.py
+++ b/src/runserver.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