-
Notifications
You must be signed in to change notification settings - Fork 14
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
GPLv3 Compatibility #8
Comments
I have changed the license for SdFat to MIT. UsbFat is based on SdFat so I would be happy to change to MIT. The MIT license is more permissive than GPL so would that satisfy your needs?
|
UsbFat includes code from USB Host Shield, so it would have to carry the same license. Your options are to do nothing and keep your contributions under GPLv2 (your code would become a fork USB Host Shield before the licence change), or go along with the changes in upstream to "GPLv2 or later". As you are willing to license under the MIT, but this is not an option, I believe your best choice for USBFat is to go to "GPLv2 or later". This is what would allow me to integrate your contributions and also ensure your work is compatible with later versions of USB Host Shield. Thank you, -- Marcio |
Hello,
I work for LulzBot, a maker of fully open-source 3D printers. We would like to incorporate code from the USB Host Shield into the Marlin firmware for 3D printers. This would allow printers to read USB Flash Drives rather the SD cards. The company I work for is a great believer in open-source and we would donate all our integration work to the open-source and 3D printing community.
However, the USB Host Shield was released under "GPL v2" rather than "GPLv2 or later", which would preclude integration with Marlin, which is released under the "GPL v3".
I have already reached out to the developers of that library and they have agreed to change their license from "GPL v2" to "GPL v2 or later" in order to resolve this issue. The reason why this is necessary is listed here.
I am reaching out to you because I would like to be able to include the modifications you have made that allow USB flash drives to mount faster. For me to be able to do so, I would like to know whether you would be on board with the license change from "GPL v2" to "GPL v2 or later".
Please refer to the original thread here for the discussions related to this:
felis/USB_Host_Shield_2.0#364 (comment)
Thank you!
-- Marcio
The text was updated successfully, but these errors were encountered: