summaryrefslogtreecommitdiff
path: root/astroid/modutils.py
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-10 17:38:52 +0200
committerPierre Sassoulas <pierre.sassoulas@gmail.com>2021-04-10 19:22:50 +0200
commitf2b197a4f8af0ceeddf435747a5c937c8632872a (patch)
treec6b0caa44743ef1e25cf0353b69419959649f7d7 /astroid/modutils.py
parent6c6674e7f4cf4afd4d47b8ccdb42b4b820f07c5b (diff)
downloadastroid-git-f2b197a4f8af0ceeddf435747a5c937c8632872a.tar.gz
Fix issue #891
Remove outdated COPYING and rename COPYING.LESSER
Diffstat (limited to 'astroid/modutils.py')
-rw-r--r--astroid/modutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/modutils.py b/astroid/modutils.py
index c38630af..ae3163dc 100644
--- a/astroid/modutils.py
+++ b/astroid/modutils.py
@@ -20,7 +20,7 @@
# Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com>
# Licensed under the LGPL: https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html
-# For details: https://github.com/PyCQA/astroid/blob/master/COPYING.LESSER
+# For details: https://github.com/PyCQA/astroid/blob/master/LICENSE
"""Python modules manipulation utility functions.