You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would you be willing to release this under the lesser-GPL license? I'd really like to use it in our electronic medical record software, but we're restricted to using Lesser-GPL or more permissively licensed packages. Our software is a commercial offering, though we're a small company mostly focused on improving patient safety in hospitals, currently break-even.
What happened
msg-extractor is currently GPL license only.
What should have happened
We would love it if it were Lesser-GPL!
Steps to reproduce
View the LICENSE file!
The text was updated successfully, but these errors were encountered:
Unfortunately, re-licensing the project under L-GPL would, I have been informed, require contacting all of the contributors and getting them to agree to the license change. Due to at least a few of them having no apparent contact details, this would almost certainly be infeasible.
Additionally, I don't truly understand the difference between the two licenses enough to approve the change myself, despite trying to read up on it.
Matthew, the co-owner, suggested that you may still be able to use the module in your project indirectly by doing something to run extract-msg as a service and having your code interact with it through API requests.
I'd be happy to try to work with you on making that happen, if you need it.
As I understand it, the GPL license would allow you to use it through the command line interface using subprocess.run(). However you should not import extract_msg in your codebase.
Would you be willing to release this under the lesser-GPL license? I'd really like to use it in our electronic medical record software, but we're restricted to using Lesser-GPL or more permissively licensed packages. Our software is a commercial offering, though we're a small company mostly focused on improving patient safety in hospitals, currently break-even.
What happened
msg-extractor is currently GPL license only.
What should have happened
We would love it if it were Lesser-GPL!
Steps to reproduce
The text was updated successfully, but these errors were encountered: