| 3 | | When lm-sensors 2 was written, all the code was placed under the GPL license (version 2), including the library, libsensors. Over time, a number of developers complained to us that this made it impossible for them to link their application to libsensors due to license incompatibilities. Indeed, a library released under the GPL can only be used by code itself released under the GPL. This excludes proprietary tools but also tools released under BSD-style licenses and libraries released under the LGPL, for example. Clearly, libsensors should have been released under the LGPL license originally. It is believed that the choice of the GPL wasn't intentional and merely an overlook. |
| | 3 | When lm-sensors 2 was written, all the code was placed under the GPL license (version 2), including the library, libsensors. Over time, a number of developers complained to us that this made it impossible for them to link their application to libsensors due to license incompatibilities. Indeed, a library released under the GPL can only be used by code itself released under the GPL. This excludes proprietary tools but also tools released under BSD-style licenses and libraries released under the LGPL, for example. If libsensors was released under the LGPL, this wouldn't be a problem any longer. |