summaryrefslogtreecommitdiff
path: root/qutebrowser/__init__.py
diff options
context:
space:
mode:
authorJay Kamat <jaygkamat@gmail.com>2019-02-22 21:34:17 -0800
committerJay Kamat <jaygkamat@gmail.com>2019-02-22 21:45:08 -0800
commit3e816f5f8b5cca756e6def06e941b81ce45ddea4 (patch)
tree9de27ccc2d66f903ca9787afbc6d070ddec5a648 /qutebrowser/__init__.py
parent7c1ddb39d126514e8ef6afe39b202658cc317e82 (diff)
downloadqutebrowser-3e816f5f8b5cca756e6def06e941b81ce45ddea4.tar.gz
qutebrowser-3e816f5f8b5cca756e6def06e941b81ce45ddea4.zip
Update copyright for 2019
Diffstat (limited to 'qutebrowser/__init__.py')
-rw-r--r--qutebrowser/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/qutebrowser/__init__.py b/qutebrowser/__init__.py
index 8be3df172..9e0f076ac 100644
--- a/qutebrowser/__init__.py
+++ b/qutebrowser/__init__.py
@@ -1,6 +1,6 @@
# vim: ft=python fileencoding=utf-8 sts=4 sw=4 et:
-# Copyright 2014-2018 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
+# Copyright 2014-2019 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
#
# This file is part of qutebrowser.
#
@@ -22,7 +22,7 @@
import os.path
__author__ = "Florian Bruhin"
-__copyright__ = "Copyright 2014-2018 Florian Bruhin (The Compiler)"
+__copyright__ = "Copyright 2014-2019 Florian Bruhin (The Compiler)"
__license__ = "GPL"
__maintainer__ = __author__
__email__ = "mail@qutebrowser.org"