summaryrefslogtreecommitdiff
path: root/pylint/checkers/format.py
diff options
context:
space:
mode:
authorAshley Whetter <ashley@awhetter.co.uk>2018-05-15 12:05:49 -0700
committerAshley Whetter <ashley@awhetter.co.uk>2018-05-15 12:05:49 -0700
commitc9a898ac915185906379fbb18e1307d5da951ed8 (patch)
treef0948fee7aba29bb05d153764c7f830c52db0319 /pylint/checkers/format.py
parenteff6f75fe6b53540b48f35286812b390697568c4 (diff)
downloadpylint-git-c9a898ac915185906379fbb18e1307d5da951ed8.tar.gz
Updated copyright notices for version 1.9.0
Diffstat (limited to 'pylint/checkers/format.py')
-rw-r--r--pylint/checkers/format.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/checkers/format.py b/pylint/checkers/format.py
index 9d9691dcb..71e82ad39 100644
--- a/pylint/checkers/format.py
+++ b/pylint/checkers/format.py
@@ -2,7 +2,7 @@
# Copyright (c) 2006-2014 LOGILAB S.A. (Paris, FRANCE) <contact@logilab.fr>
# Copyright (c) 2012-2015 Google, Inc.
# Copyright (c) 2013 moxian <aleftmail@inbox.ru>
-# Copyright (c) 2014-2017 Claudiu Popa <pcmanticore@gmail.com>
+# Copyright (c) 2014-2018 Claudiu Popa <pcmanticore@gmail.com>
# Copyright (c) 2014 frost-nzcr4 <frost.nzcr4@jagmort.com>
# Copyright (c) 2014 Brett Cannon <brett@python.org>
# Copyright (c) 2014 Michal Nowikowski <godfryd@gmail.com>