-
|
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
As this project has started as a fork of the original pymobiledevice, the project's license will remain GPL. However, after searching about the terms of service, from my understanding (mainly consulted ChatGPT), if you don't distribute the binary yourself, but instead make your software request it from another online source it is okay. If your're willing, please submit a PR for building the artifacts - then you can reference the download links in your code. ChatGPT: https://chatgpt.com/share/1af188fa-8ca6-48f3-bbbc-e672668efaff (focus on the first and last answers) |
Beta Was this translation helpful? Give feedback.
-
|
If you are distributing your "MIT-licensed windows application", then no. You cannot mix gpl and mit code. Eg: you can do that for yourself locally, but the moment you share such a thing you are violating license. Usually people want MIT code so they can sell closed source applications using MIT code. You absolutely cannot legally add some GPL stuff into such a program. |
Beta Was this translation helpful? Give feedback.
As this project has started as a fork of the original pymobiledevice, the project's license will remain GPL.
However, after searching about the terms of service, from my understanding (mainly consulted ChatGPT), if you don't distribute the binary yourself, but instead make your software request it from another online source it is okay.
If your're willing, please submit a PR for building the artifacts - then you can reference the download links in your code.
ChatGPT: https://chatgpt.com/share/1af188fa-8ca6-48f3-bbbc-e672668efaff (focus on the first and last answers)