|
|
|
|
|
by AnthonyMouse
3479 days ago
|
|
> If you want to avoid licensing the other versions of your driver under GPLv2, you'd have to carefully avoid copying any code from the main kernel into your translation layer (rewriting any helper functions you end up using), and even then there's the idea of API copyright to contend with. Isn't the point supposed to be to not have other versions of your driver, so you can use the same one on every platform? |
|