Include third-party licenses in bundle
maxbechtold opened this issue · 3 comments
maxbechtold commented
This should include all libraries (e.g. PyYaml).
It possibly includes PyInstaller itself and the Python runtime.
maxbechtold commented
The tough part, however, seem to be the C runtime dlls, cf. pyinstaller/pyinstaller#1566
I cannot include the MS *.dlls in the bundle without some special Microsoft license or end user licencse agreements. I don't have to, as the Universal C runtime is part of Windows 10 already: https://docs.microsoft.com/en-us/cpp/windows/universal-crt-deployment?view=vs-2019.
maxbechtold commented
I'll remove the old bundles from the release list as these don't hold up to license requirements. For the most recent (patch) versions I'll backport the commits solving this issue and update the bundles.