--- a/eric6/ThirdParty/EditorConfig/editorconfig/fnmatch.py Sat May 04 11:51:26 2019 +0200 +++ b/eric6/ThirdParty/EditorConfig/editorconfig/fnmatch.py Sat May 04 14:01:19 2019 +0200 @@ -11,7 +11,7 @@ Based on code from fnmatch.py file distributed with Python 2.6. -Licensed under PSF License (see LICENSE.txt file). +Licensed under PSF License (see LICENSE.PSF file). Changes to original fnmatch module: - translate function supports ``*`` and ``**`` similarly to fnmatch C library