diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-10 17:38:52 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-04-10 19:22:50 +0200 |
commit | f2b197a4f8af0ceeddf435747a5c937c8632872a (patch) | |
tree | c6b0caa44743ef1e25cf0353b69419959649f7d7 /astroid/manager.py | |
parent | 6c6674e7f4cf4afd4d47b8ccdb42b4b820f07c5b (diff) | |
download | astroid-git-f2b197a4f8af0ceeddf435747a5c937c8632872a.tar.gz |
Fix issue #891
Remove outdated COPYING and rename COPYING.LESSER
Diffstat (limited to 'astroid/manager.py')
-rw-r--r-- | astroid/manager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/manager.py b/astroid/manager.py index 29b5cc9a..453f0b34 100644 --- a/astroid/manager.py +++ b/astroid/manager.py @@ -16,7 +16,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 """astroid manager: avoid multiple astroid build of a same module when possible by providing a class responsible to get astroid representation |