summaryrefslogtreecommitdiff
path: root/qutebrowser/__init__.py
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-01-04 18:21:17 +0100
committerFlorian Bruhin <me@the-compiler.org>2020-01-04 18:21:17 +0100
commit9e4276db9bd02dd5340da79af34f98f1eb5cc4ba (patch)
treede2d5a249798c02bd14d007a97ddb4dc20361ae3 /qutebrowser/__init__.py
parentd38ade9ee9791bf01c7466458f3efbb4e298e93d (diff)
downloadqutebrowser-9e4276db9bd02dd5340da79af34f98f1eb5cc4ba.tar.gz
qutebrowser-9e4276db9bd02dd5340da79af34f98f1eb5cc4ba.zip
Adjust copyrights for 2020
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 bb27567b0..b34842de3 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-2019 Florian Bruhin (The Compiler) <mail@qutebrowser.org>
+# Copyright 2014-2020 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-2019 Florian Bruhin (The Compiler)"
+__copyright__ = "Copyright 2014-2020 Florian Bruhin (The Compiler)"
__license__ = "GPL"
__maintainer__ = __author__
__email__ = "mail@qutebrowser.org"