diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-11 15:29:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-11 15:29:34 +0200 |
commit | af52033971eccecea47597ebbfaeac15773b3e1b (patch) | |
tree | 38b29bf4b2ef3edc58c7d916c9008c6e26d0cc33 /pylint/testutils/constants.py | |
parent | 5949e4805d932411985aeeb6e55b7c9be6ef2c21 (diff) | |
download | pylint-git-af52033971eccecea47597ebbfaeac15773b3e1b.tar.gz |
Rename copying to license and upgrade the setup.cfg (#4338)
Diffstat (limited to 'pylint/testutils/constants.py')
-rw-r--r-- | pylint/testutils/constants.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/testutils/constants.py b/pylint/testutils/constants.py index f56cb8ae4..e5a7c84a1 100644 --- a/pylint/testutils/constants.py +++ b/pylint/testutils/constants.py @@ -1,5 +1,5 @@ # 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 +# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE import operator import re |