diff options
Diffstat (limited to 'pylint/checkers/logging.py')
-rw-r--r-- | pylint/checkers/logging.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/checkers/logging.py b/pylint/checkers/logging.py index 08a4471f3..9eb9eca40 100644 --- a/pylint/checkers/logging.py +++ b/pylint/checkers/logging.py @@ -1,3 +1,4 @@ +# Copyright (c) 2009-2016 Google, Inc. # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html # For details: https://github.com/PyCQA/pylint/blob/master/COPYING |