[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [RFC v3 00/13] linux: generalize sections, ranges and linker tables
On Mon, 15 Aug 2016 21:15:06 +0100 Alan Cox <alan@xxxxxxxxxxxxxxx> wrote: > > This is the module tag ... it says what licence the module is under, > > not the licence for the module combined with the kernel, which is > > always GPLv2 because the stricter licence rules. > > Because if I build a BSD licensed module against the kernel, give you > the binaries and refuse to give you the source I am conforming to the > BSD licence in letter. So to use it with the kernel it needs to be GPL > with additional rights (eg BSD including the source...) > But that only pertains to the code that was modified to be used with the Linux kernel, right? That is, if there's a BSD licensed module for device FOO, and I port it to the Linux kernel, that will need to have a GPL added to it to be included in Linux. But the original BSD code is not affected. If a fix is made to the GPL Linux version, I'm assuming (because I've been asked when doing something like this), that the author of that fix will have to give it a dual license to be used back in the original BSD only code. Correct? I'm just trying to understand this. From what would make sense to me (but may or may not to a court of law, where it counts), is that the code added to Linux must be under GPL. But using that code depends on where you get it from. If you use BSD source, it stays under BSD. But any fixes to the GPL version will require permission to be put back to the BSD version. A change to the GPL version doesn't automatically get allowed back to the BSD only version? -- Steve _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |