diff options
author | Claudiu Popa <pcmanticore@gmail.com> | 2015-10-01 13:59:40 +0300 |
---|---|---|
committer | Claudiu Popa <pcmanticore@gmail.com> | 2015-10-01 13:59:40 +0300 |
commit | c5bee0623b2d4dbfea4b44a45df35fe35a5680e7 (patch) | |
tree | 8a7bd830a4ff83aa77c3c1c8c657b2524f871f9f | |
parent | e975a51e73157d27dc7156e35e248a64a8324bd2 (diff) | |
download | pylint-c5bee0623b2d4dbfea4b44a45df35fe35a5680e7.tar.gz |
Remove line from the license header, which was inadvertently copied from base.py
-rw-r--r-- | pylint/checkers/async.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pylint/checkers/async.py b/pylint/checkers/async.py index bde89d8..bd82931 100644 --- a/pylint/checkers/async.py +++ b/pylint/checkers/async.py @@ -1,6 +1,5 @@ # Copyright (c) 2003-2015 LOGILAB S.A. (Paris, FRANCE).
# http://www.logilab.fr/ -- mailto:contact@logilab.fr
-# Copyright (c) 2009-2010 Arista Networks, Inc.
#
# This program is free software; you can redistribute it and/or modify it under
# the terms of the GNU General Public License as published by the Free Software
|