Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Licenses aren't accessible from app. #3095

Open
andyfaff opened this issue Aug 28, 2024 · 1 comment
Open

Licenses aren't accessible from app. #3095

andyfaff opened this issue Aug 28, 2024 · 1 comment

Comments

@andyfaff
Copy link
Contributor

The licences of the packages that Sasview relies on aren't accessible/displayable from the app (at least in 5.0.6). There should be a menu item that displays the package dependencies that Sasview bundles, probably under "Help".

e.g. an excerpt from the numpy licence states:

* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

And so on. This might be especially important for pyqt, which is distributed under a modified GPLv3 licence. That licence may modify the overall licence of the app bundle.

Furthermore, the sasview licence is not displayable either.

@rozyczko
Copy link
Member

This might be especially important for pyqt, which is distributed under a modified GPLv3 licence. That licence may modify the overall licence of the app bundle.

Please keep in mind that we no longer use PyQt (it was indeed more restrictive license-wise).
We know link against PySide6, which has the same LGPL license as Qt.

It still states:

(...) providing a copy of the LGPL license text to the user and displaying a prominent notice about using the LGPL library

but this is the standard LGPLv3 license.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants