diff options
Diffstat (limited to 'scripts/dev/check_coverage.py')
-rw-r--r-- | scripts/dev/check_coverage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dev/check_coverage.py b/scripts/dev/check_coverage.py index 8ec4f80f7..45ad534e1 100644 --- a/scripts/dev/check_coverage.py +++ b/scripts/dev/check_coverage.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # vim: ft=python fileencoding=utf-8 sts=4 sw=4 et: -# Copyright 2015-2017 Florian Bruhin (The Compiler) <mail@qutebrowser.org> +# Copyright 2015-2018 Florian Bruhin (The Compiler) <mail@qutebrowser.org> # This file is part of qutebrowser. # |