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/pyreverse/writer.py | |
parent | 5949e4805d932411985aeeb6e55b7c9be6ef2c21 (diff) | |
download | pylint-git-af52033971eccecea47597ebbfaeac15773b3e1b.tar.gz |
Rename copying to license and upgrade the setup.cfg (#4338)
Diffstat (limited to 'pylint/pyreverse/writer.py')
-rw-r--r-- | pylint/pyreverse/writer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pylint/pyreverse/writer.py b/pylint/pyreverse/writer.py index 0ea1ead14..5feb1eb68 100644 --- a/pylint/pyreverse/writer.py +++ b/pylint/pyreverse/writer.py @@ -11,7 +11,7 @@ # Copyright (c) 2021 Mark Byrne <mbyrnepr2@gmail.com> # 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 """Utilities for creating VCG and Dot diagrams""" |