aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2018-07-01 22:04:45 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2018-07-01 22:04:45 +0200
commit1d7ed92997b08aa07063be302065cc2e3c6459b4 (patch)
tree1b3f64bb9baed09cdcdbc5a3b4a328e42c1534a4 /src
parentUpdated copyrights (diff)
downloadnewspipe-1d7ed92997b08aa07063be302065cc2e3c6459b4.tar.gz
newspipe-1d7ed92997b08aa07063be302065cc2e3c6459b4.tar.bz2
newspipe-1d7ed92997b08aa07063be302065cc2e3c6459b4.zip
Updated copyrights
Diffstat (limited to 'src')
-rw-r--r--src/web/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/forms.py b/src/web/forms.py
index 5e53946e..73ad6e85 100644
--- a/src/web/forms.py
+++ b/src/web/forms.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
#
bgstack15