|
|
|
|
|
by magicalhippo
1177 days ago
|
|
> Producing and distributing a module that uses these symbols under a non-GPL compatible license is already an infringement Producing the module is not, on it's own, an infringement. It's only if you distribute or publish the result that you get into trouble with the GPL since you're not in a position to distribute re-licensed ZFS source code[1]. Thus it should be perfectly fine to have a package which downloaded the ZFS code and compiled a kernel module for that machine, as long as the user did not distribute the compiled kernel module to others in any way. [1]: https://opensource.org/license/gpl-2-0/ (section 2) |
|