Tag: Open source driver licensing

LGPL for device drivers
Kernel Licensing

Use LGPL for Device Drivers

LGPL for device drivers gives engineers a clear path to mix open libraries with closed program code while keeping practical release options. The Free Software Foundation created a weak copyleft model that lets a linked library stay open without forcing an entire program into the GPL. This matters when you need to ship software that […]

William