5 ms·
You only have to serve those requests if you distribute your changes yourself. So presumably as a hardware company you'd be offering your hardware with your cu
by regentbowerbird 1y ago
You only have to serve those requests if you distribute your changes yourself.
So presumably as a hardware company you'd be offering your hardware with your custom linux installed, and then people wanting to audit or hack the product they bought would request the code from you.
- bluGill 1y agoThis is GPL2 - there is no requirement that you be able to install/use/hack the software, only that you get the same source.
- pabs3 1y agoThat is incorrect, the GPLv2 requires that you be able to modify the code, build it, reinstall the binary and run the modified binary. https://sfconservancy.org/blog/2021/mar/25/install-gplv2/ https://sfconservancy.org/blog/2021/mar/25/install-gplv2/ https://sfconservancy.org/blog/2021/jul/23/tivoization-and-the-gpl-right-to-install/ https://sfconservancy.org/blog/2021/jul/23/tivoization-and-t... https://events19.linuxfoundation.org/wp-content/uploads/2017/11/Safely-Copylefted-Cars-Reexamining-GPLv3-Installation-Information-Requirements-ALS-Bradley-Kuhn-Behan-Webster-1.pdf https://events19.linuxfoundation.org/wp-content/uploads/2017...
- immibis 1y agoThis relies on a court's interpretation. GPLv3 made it explicit that the user has to be provided with everything they need to install modified software. GPLv2 just says "scripts used to control installation" which can be easily interpreted to exclude private signing keys. And the LGPLv2 says when an executable statically links to the library the user must be able to produce a modified executable - nothing at all about being able to install that executable.
- adastra22 1y agoThat is an overly obtuse interpretation. Real law doesn’t work that way. Get in front of a court and the bench judge will shut down that kind of analysis real fast. The intended interpretation is quite clear in context.
- immibis 1y agoCan you cite when it was interpreted this way please?