2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-02 23:35:57 +00:00

Update the note about libsensors license. libsensors is released

under the LGPL now, thanks Guenter for pointing out the overlook.
This commit is contained in:
Jean Delvare
2014-11-27 10:35:06 +00:00
parent fba335f4aa
commit 76c0970e3b
2 changed files with 5 additions and 5 deletions

View File

@@ -2,6 +2,7 @@ lm-sensors CHANGES file
----------------------- -----------------------
SVN HEAD SVN HEAD
documentation: Update the note about libsensors license
sensors.conf.5: Enhance the hysteresis documentation sensors.conf.5: Enhance the hysteresis documentation
sensors.conf.default: Add support for NCT6779 and NCT6791 sensors.conf.default: Add support for NCT6779 and NCT6791
libsensors: Get rid of arbitrary limit on per-type sensor count libsensors: Get rid of arbitrary limit on per-type sensor count

View File

@@ -49,11 +49,10 @@ Details:
configuration file format is documented in the sensors.conf(5) manual configuration file format is documented in the sensors.conf(5) manual
page. page.
Note that libsensors falls under the GPL, not the LGPL. Note that since version 3.2.0, libsensors falls under the LGPL, not the
In more human language, that means it is FORBIDDEN to link any application GPL as it used to. In more human language, that means it is now ALLOWED
to the library, even to the shared version, if the application itself to link any application to the library, even to the shared version,
does not fall under the GPL. This may or may not be changed in the future. regardless of the application's license.
Contact us if you wish to discuss your application.
For examples of programs using libsensors accesses, see prog/sensors and For examples of programs using libsensors accesses, see prog/sensors and
prog/sensord. prog/sensord.