GPLv2 says: ----citation---- 2. You may modify your copy or copies of the Program or any portion of it, thus forming a work based on the Program, and copy and distribute such modifications or work under the terms of Section 1 above, provided that you also meet all of these conditions: a) You must cause the modified files to carry prominent notices stating that you changed the files and the date of any change. b) You…
This is not correct, you don't understand how the gpl works, or how linking works wrt license compliance, nor do you understand the kernels approach to GPL compliance and linking. The real problem is that I could point you to source.google.com and you could download the kernel and other gpl components from honeycomb right this second, but kernel.org and the osuosl site is recovering from a nasty hack. When those mach…
Please clarify. Am I allowed to statically link GPL code with closed-source code and distribute resulting collective work in binary form? Am I allowed to dynamically link GPL code with closed-source code and distribute resulting collective work in binary form?
If the answer for the second question is "yes", what's the difference between GPL and LGPL then?