Index: /lm-sensors/trunk/lib/error.h
===================================================================
--- /lm-sensors/trunk/lib/error.h	(revision 5649)
+++ /lm-sensors/trunk/lib/error.h	(revision 5844)
@@ -4,13 +4,13 @@
     Copyright (C) 2007-2009   Jean Delvare <khali@linux-fr.org>
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
+    This library is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    GNU Lesser General Public License for more details.
 
     You should have received a copy of the GNU General Public License
Index: /lm-sensors/trunk/lib/scanner.h
===================================================================
--- /lm-sensors/trunk/lib/scanner.h	(revision 5648)
+++ /lm-sensors/trunk/lib/scanner.h	(revision 5844)
@@ -3,13 +3,13 @@
     Copyright (c) 2006 Mark M. Hoffman <mhoffman@lightlink.com>
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
+    This library is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    GNU Lesser General Public License for more details.
 
     You should have received a copy of the GNU General Public License
Index: /lm-sensors/trunk/lib/sensors.h
===================================================================
--- /lm-sensors/trunk/lib/sensors.h	(revision 5786)
+++ /lm-sensors/trunk/lib/sensors.h	(revision 5844)
@@ -4,13 +4,13 @@
     Copyright (C) 2007        Jean Delvare <khali@linux-fr.org>
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    GNU Lesser General Public License for more details.
 
     You should have received a copy of the GNU General Public License
Index: /lm-sensors/trunk/lib/access.c
===================================================================
--- /lm-sensors/trunk/lib/access.c	(revision 5786)
+++ /lm-sensors/trunk/lib/access.c	(revision 5844)
@@ -4,13 +4,13 @@
     Copyright (C) 2007-2009   Jean Delvare <khali@linux-fr.org>
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    GNU Lesser General Public License for more details.
 
     You should have received a copy of the GNU General Public License
Index: /lm-sensors/trunk/lib/init.c
===================================================================
--- /lm-sensors/trunk/lib/init.c	(revision 5730)
+++ /lm-sensors/trunk/lib/init.c	(revision 5844)
@@ -4,13 +4,13 @@
     Copyright (C) 2007, 2009  Jean Delvare <khali@linux-fr.org>
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    GNU Lesser General Public License for more details.
 
     You should have received a copy of the GNU General Public License
Index: /lm-sensors/trunk/lib/libsensors.3
===================================================================
--- /lm-sensors/trunk/lib/libsensors.3	(revision 5740)
+++ /lm-sensors/trunk/lib/libsensors.3	(revision 5844)
@@ -2,5 +2,5 @@
 .\" Copyright (C) 2007, 2009  Jean Delvare <khali@linux-fr.org>
 .\" based on sensors.h, part of libsensors by Frodo Looijaard
-.\" libsensors is distributed under the GPL
+.\" libsensors is distributed under the LGPL
 .\"
 .\" Permission is granted to make and distribute verbatim copies of this
Index: /lm-sensors/trunk/lib/access.h
===================================================================
--- /lm-sensors/trunk/lib/access.h	(revision 5163)
+++ /lm-sensors/trunk/lib/access.h	(revision 5844)
@@ -4,13 +4,13 @@
     Copyright (C) 2007        Jean Delvare <khali@linux-fr.org>
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
+    This library is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    GNU Lesser General Public License for more details.
 
     You should have received a copy of the GNU General Public License
Index: /lm-sensors/trunk/lib/sysfs.c
===================================================================
--- /lm-sensors/trunk/lib/sysfs.c	(revision 5843)
+++ /lm-sensors/trunk/lib/sysfs.c	(revision 5844)
@@ -4,13 +4,13 @@
     Copyright (C) 2007-2008 Jean Delvare <khali@linux-fr.org>
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    GNU Lesser General Public License for more details.
 
     You should have received a copy of the GNU General Public License
Index: /lm-sensors/trunk/lib/init.h
===================================================================
--- /lm-sensors/trunk/lib/init.h	(revision 5302)
+++ /lm-sensors/trunk/lib/init.h	(revision 5844)
@@ -3,13 +3,13 @@
     Copyright (C) 2007  Jean Delvare <khali@linux-fr.org>
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
+    This library is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    GNU Lesser General Public License for more details.
 
     You should have received a copy of the GNU General Public License
Index: /lm-sensors/trunk/lib/data.c
===================================================================
--- /lm-sensors/trunk/lib/data.c	(revision 5786)
+++ /lm-sensors/trunk/lib/data.c	(revision 5844)
@@ -4,13 +4,13 @@
     Copyright (C) 2007, 2009  Jean Delvare <khali@linux-fr.org>
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    GNU Lesser General Public License for more details.
 
     You should have received a copy of the GNU General Public License
Index: /lm-sensors/trunk/lib/Module.mk
===================================================================
--- /lm-sensors/trunk/lib/Module.mk	(revision 5819)
+++ /lm-sensors/trunk/lib/Module.mk	(revision 5844)
@@ -2,13 +2,13 @@
 #  Copyright (c) 1998, 1999  Frodo Looijaard <frodol@dds.nl>
 #
-#  This program is free software; you can redistribute it and/or modify
-#  it under the terms of the GNU General Public License as published by
-#  the Free Software Foundation; either version 2 of the License, or
-#  (at your option) any later version.
+#  This library is free software; you can redistribute it and/or
+#  modify it under the terms of the GNU Lesser General Public
+#  License as published by the Free Software Foundation; either
+#  version 2.1 of the License, or (at your option) any later version.
 #
-#  This program is distributed in the hope that it will be useful,
+#  This library is distributed in the hope that it will be useful,
 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#  GNU General Public License for more details.
+#  GNU Lesser General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
Index: /lm-sensors/trunk/lib/sysfs.h
===================================================================
--- /lm-sensors/trunk/lib/sysfs.h	(revision 5163)
+++ /lm-sensors/trunk/lib/sysfs.h	(revision 5844)
@@ -4,13 +4,13 @@
     Copyright (C) 2007        Jean Delvare <khali@linux-fr.org>
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
+    This library is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    GNU Lesser General Public License for more details.
 
     You should have received a copy of the GNU General Public License
Index: /lm-sensors/trunk/lib/general.c
===================================================================
--- /lm-sensors/trunk/lib/general.c	(revision 5674)
+++ /lm-sensors/trunk/lib/general.c	(revision 5844)
@@ -3,13 +3,13 @@
     Copyright (c) 1998, 1999  Frodo Looijaard <frodol@dds.nl>
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
+    This library is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    GNU Lesser General Public License for more details.
 
     You should have received a copy of the GNU General Public License
Index: /lm-sensors/trunk/lib/data.h
===================================================================
--- /lm-sensors/trunk/lib/data.h	(revision 5648)
+++ /lm-sensors/trunk/lib/data.h	(revision 5844)
@@ -4,13 +4,13 @@
     Copyright (C) 2007, 2009  Jean Delvare <khali@linux-fr.org>
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
+    This library is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    GNU Lesser General Public License for more details.
 
     You should have received a copy of the GNU General Public License
Index: /lm-sensors/trunk/lib/general.h
===================================================================
--- /lm-sensors/trunk/lib/general.h	(revision 5163)
+++ /lm-sensors/trunk/lib/general.h	(revision 5844)
@@ -3,13 +3,13 @@
     Copyright (c) 1998, 1999  Frodo Looijaard <frodol@dds.nl>
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
+    This library is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    GNU Lesser General Public License for more details.
 
     You should have received a copy of the GNU General Public License
Index: /lm-sensors/trunk/lib/conf-parse.y
===================================================================
--- /lm-sensors/trunk/lib/conf-parse.y	(revision 5674)
+++ /lm-sensors/trunk/lib/conf-parse.y	(revision 5844)
@@ -4,13 +4,13 @@
     Copyright (c) 1998, 1999  Frodo Looijaard <frodol@dds.nl>
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    GNU Lesser General Public License for more details.
 
     You should have received a copy of the GNU General Public License
Index: /lm-sensors/trunk/lib/conf-lex.l
===================================================================
--- /lm-sensors/trunk/lib/conf-lex.l	(revision 5648)
+++ /lm-sensors/trunk/lib/conf-lex.l	(revision 5844)
@@ -4,13 +4,13 @@
     Copyright (c) 1998, 1999  Frodo Looijaard <frodol@dds.nl> 
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+
+    This library is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    GNU Lesser General Public License for more details.
 
     You should have received a copy of the GNU General Public License
Index: /lm-sensors/trunk/lib/error.c
===================================================================
--- /lm-sensors/trunk/lib/error.c	(revision 5649)
+++ /lm-sensors/trunk/lib/error.c	(revision 5844)
@@ -4,13 +4,13 @@
     Copyright (C) 2007-2009   Jean Delvare <khali@linux-fr.org>
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
+    This library is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    GNU Lesser General Public License for more details.
 
     You should have received a copy of the GNU General Public License
Index: /lm-sensors/trunk/lib/conf.h
===================================================================
--- /lm-sensors/trunk/lib/conf.h	(revision 5649)
+++ /lm-sensors/trunk/lib/conf.h	(revision 5844)
@@ -3,13 +3,13 @@
     Copyright (c) 1998, 1999  Frodo Looijaard <frodol@dds.nl>
 
-    This program is free software; you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation; either version 2 of the License, or
-    (at your option) any later version.
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
 
-    This program is distributed in the hope that it will be useful,
+    This library is distributed in the hope that it will be useful,
     but WITHOUT ANY WARRANTY; without even the implied warranty of
     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
+    GNU Lesser General Public License for more details.
 
     You should have received a copy of the GNU General Public License
Index: /lm-sensors/trunk/CHANGES
===================================================================
--- /lm-sensors/trunk/CHANGES	(revision 5843)
+++ /lm-sensors/trunk/CHANGES	(revision 5844)
@@ -5,4 +5,5 @@
   libsensors: Increase MAX_SENSORS_PER_TYPE to 24
               Map individual beep features
+              Change license to LGPL
   sensord: Fix support of multiple chips (#2377)
   sensors: Properly handle sensor input read errors
Index: /lm-sensors/trunk/README
===================================================================
--- /lm-sensors/trunk/README	(revision 5643)
+++ /lm-sensors/trunk/README	(revision 5844)
@@ -100,9 +100,10 @@
 retrieved through anonymous SVN; see doc/svn for details.
 
-This package may be distributed according to the GNU General Public
-License (GPL), as included in the file COPYING.
 
-Note that libsensors falls under the GPL, not the LGPL.  In more human
-language, that means it is FORBIDDEN to link any application to the
-library, even to the shared version, if the application itself does not
-fall under the GPL.
+LICENSE
+-------
+
+The library (libsensors) is released under the GNU Lesser General Public
+License (LGPL), as included in the file COPYING.LGPL. The rest of this
+package may be distributed according to the GNU General Public License
+(GPL), as included in the file COPYING.
