summaryrefslogtreecommitdiff
path: root/pylint/checkers/raw_metrics.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-28 21:13:57 +0100
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-02-28 22:33:34 +0100
commit391c8aa96c81849079ca9f6e38f8d92ec52ee01e (patch)
treecb5118427f7c85892b546853c2273855befa6d14 /pylint/checkers/raw_metrics.py
parent9426cf7a501271515ced1dbf29bf675a5ce6990a (diff)
downloadpylint-git-391c8aa96c81849079ca9f6e38f8d92ec52ee01e.tar.gz
Update copyright notice with copyrite
Diffstat (limited to 'pylint/checkers/raw_metrics.py')
-rw-r--r--pylint/checkers/raw_metrics.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/pylint/checkers/raw_metrics.py b/pylint/checkers/raw_metrics.py
index 3a5021a1f..5b00afe1c 100644
--- a/pylint/checkers/raw_metrics.py
+++ b/pylint/checkers/raw_metrics.py
@@ -13,12 +13,6 @@
# 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
-""" Copyright (c) 2003-2010 LOGILAB S.A. (Paris, FRANCE).
- https://www.logilab.fr/ -- mailto:contact@logilab.fr
-
-Raw metrics checker
-"""
-
import tokenize
from typing import Any