Changeset 5844

Show
Ignore:
Timestamp:
07/01/10 13:56:42 (20 months ago)
Author:
khali
Message:

Change libsensors license from GPL to LGPL.

Location:
lm-sensors/trunk
Files:
21 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/CHANGES

    r5843 r5844  
    55  libsensors: Increase MAX_SENSORS_PER_TYPE to 24 
    66              Map individual beep features 
     7              Change license to LGPL 
    78  sensord: Fix support of multiple chips (#2377) 
    89  sensors: Properly handle sensor input read errors 
  • lm-sensors/trunk/README

    r5643 r5844  
    100100retrieved through anonymous SVN; see doc/svn for details. 
    101101 
    102 This package may be distributed according to the GNU General Public 
    103 License (GPL), as included in the file COPYING. 
    104102 
    105 Note that libsensors falls under the GPL, not the LGPL.  In more human 
    106 language, that means it is FORBIDDEN to link any application to the 
    107 library, even to the shared version, if the application itself does not 
    108 fall under the GPL. 
     103LICENSE 
     104------- 
     105 
     106The library (libsensors) is released under the GNU Lesser General Public 
     107License (LGPL), as included in the file COPYING.LGPL. The rest of this 
     108package may be distributed according to the GNU General Public License 
     109(GPL), as included in the file COPYING. 
  • lm-sensors/trunk/lib/Module.mk

    r5819 r5844  
    22#  Copyright (c) 1998, 1999  Frodo Looijaard <frodol@dds.nl> 
    33# 
    4 #  This program is free software; you can redistribute it and/or modify 
    5 it under the terms of the GNU General Public License as published by 
    6 the Free Software Foundation; either version 2 of the License, or 
    7 (at your option) any later version. 
     4#  This library is free software; you can redistribute it and/or 
     5modify it under the terms of the GNU Lesser General Public 
     6License as published by the Free Software Foundation; either 
     7version 2.1 of the License, or (at your option) any later version. 
    88# 
    9 #  This program is distributed in the hope that it will be useful, 
     9#  This library is distributed in the hope that it will be useful, 
    1010#  but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1111#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    12 #  GNU General Public License for more details. 
     12#  GNU Lesser General Public License for more details. 
    1313# 
    1414#  You should have received a copy of the GNU General Public License 
  • lm-sensors/trunk/lib/access.c

    r5786 r5844  
    44    Copyright (C) 2007-2009   Jean Delvare <khali@linux-fr.org> 
    55 
    6     This program is free software; you can redistribute it and/or modify 
    7     it under the terms of the GNU General Public License as published by 
    8     the Free Software Foundation; either version 2 of the License, or 
    9     (at your option) any later version. 
    10  
    11     This program is distributed in the hope that it will be useful, 
     6    This library is free software; you can redistribute it and/or 
     7    modify it under the terms of the GNU Lesser General Public 
     8    License as published by the Free Software Foundation; either 
     9    version 2.1 of the License, or (at your option) any later version. 
     10 
     11    This library is distributed in the hope that it will be useful, 
    1212    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14     GNU General Public License for more details. 
     14    GNU Lesser General Public License for more details. 
    1515 
    1616    You should have received a copy of the GNU General Public License 
  • lm-sensors/trunk/lib/access.h

    r5163 r5844  
    44    Copyright (C) 2007        Jean Delvare <khali@linux-fr.org> 
    55 
    6     This program is free software; you can redistribute it and/or modify 
    7     it under the terms of the GNU General Public License as published by 
    8     the Free Software Foundation; either version 2 of the License, or 
    9     (at your option) any later version. 
     6    This library is free software; you can redistribute it and/or 
     7    modify it under the terms of the GNU Lesser General Public 
     8    License as published by the Free Software Foundation; either 
     9    version 2.1 of the License, or (at your option) any later version. 
    1010 
    11     This program is distributed in the hope that it will be useful, 
     11    This library is distributed in the hope that it will be useful, 
    1212    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14     GNU General Public License for more details. 
     14    GNU Lesser General Public License for more details. 
    1515 
    1616    You should have received a copy of the GNU General Public License 
  • lm-sensors/trunk/lib/conf-lex.l

    r5648 r5844  
    44    Copyright (c) 1998, 1999  Frodo Looijaard <frodol@dds.nl>  
    55 
    6     This program is free software; you can redistribute it and/or modify 
    7     it under the terms of the GNU General Public License as published by 
    8     the Free Software Foundation; either version 2 of the License, or 
    9     (at your option) any later version. 
    10  
    11     This program is distributed in the hope that it will be useful, 
     6    This library is free software; you can redistribute it and/or 
     7    modify it under the terms of the GNU Lesser General Public 
     8    License as published by the Free Software Foundation; either 
     9    version 2.1 of the License, or (at your option) any later version. 
     10 
     11    This library is distributed in the hope that it will be useful, 
    1212    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14     GNU General Public License for more details. 
     14    GNU Lesser General Public License for more details. 
    1515 
    1616    You should have received a copy of the GNU General Public License 
  • lm-sensors/trunk/lib/conf-parse.y

    r5674 r5844  
    44    Copyright (c) 1998, 1999  Frodo Looijaard <frodol@dds.nl> 
    55 
    6     This program is free software; you can redistribute it and/or modify 
    7     it under the terms of the GNU General Public License as published by 
    8     the Free Software Foundation; either version 2 of the License, or 
    9     (at your option) any later version. 
    10  
    11     This program is distributed in the hope that it will be useful, 
     6    This library is free software; you can redistribute it and/or 
     7    modify it under the terms of the GNU Lesser General Public 
     8    License as published by the Free Software Foundation; either 
     9    version 2.1 of the License, or (at your option) any later version. 
     10 
     11    This library is distributed in the hope that it will be useful, 
    1212    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14     GNU General Public License for more details. 
     14    GNU Lesser General Public License for more details. 
    1515 
    1616    You should have received a copy of the GNU General Public License 
  • lm-sensors/trunk/lib/conf.h

    r5649 r5844  
    33    Copyright (c) 1998, 1999  Frodo Looijaard <frodol@dds.nl> 
    44 
    5     This program is free software; you can redistribute it and/or modify 
    6     it under the terms of the GNU General Public License as published by 
    7     the Free Software Foundation; either version 2 of the License, or 
    8     (at your option) any later version. 
     5    This library is free software; you can redistribute it and/or 
     6    modify it under the terms of the GNU Lesser General Public 
     7    License as published by the Free Software Foundation; either 
     8    version 2.1 of the License, or (at your option) any later version. 
    99 
    10     This program is distributed in the hope that it will be useful, 
     10    This library is distributed in the hope that it will be useful, 
    1111    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1212    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    13     GNU General Public License for more details. 
     13    GNU Lesser General Public License for more details. 
    1414 
    1515    You should have received a copy of the GNU General Public License 
  • lm-sensors/trunk/lib/data.c

    r5786 r5844  
    44    Copyright (C) 2007, 2009  Jean Delvare <khali@linux-fr.org> 
    55 
    6     This program is free software; you can redistribute it and/or modify 
    7     it under the terms of the GNU General Public License as published by 
    8     the Free Software Foundation; either version 2 of the License, or 
    9     (at your option) any later version. 
    10  
    11     This program is distributed in the hope that it will be useful, 
     6    This library is free software; you can redistribute it and/or 
     7    modify it under the terms of the GNU Lesser General Public 
     8    License as published by the Free Software Foundation; either 
     9    version 2.1 of the License, or (at your option) any later version. 
     10 
     11    This library is distributed in the hope that it will be useful, 
    1212    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14     GNU General Public License for more details. 
     14    GNU Lesser General Public License for more details. 
    1515 
    1616    You should have received a copy of the GNU General Public License 
  • lm-sensors/trunk/lib/data.h

    r5648 r5844  
    44    Copyright (C) 2007, 2009  Jean Delvare <khali@linux-fr.org> 
    55 
    6     This program is free software; you can redistribute it and/or modify 
    7     it under the terms of the GNU General Public License as published by 
    8     the Free Software Foundation; either version 2 of the License, or 
    9     (at your option) any later version. 
     6    This library is free software; you can redistribute it and/or 
     7    modify it under the terms of the GNU Lesser General Public 
     8    License as published by the Free Software Foundation; either 
     9    version 2.1 of the License, or (at your option) any later version. 
    1010 
    11     This program is distributed in the hope that it will be useful, 
     11    This library is distributed in the hope that it will be useful, 
    1212    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14     GNU General Public License for more details. 
     14    GNU Lesser General Public License for more details. 
    1515 
    1616    You should have received a copy of the GNU General Public License 
  • lm-sensors/trunk/lib/error.c

    r5649 r5844  
    44    Copyright (C) 2007-2009   Jean Delvare <khali@linux-fr.org> 
    55 
    6     This program is free software; you can redistribute it and/or modify 
    7     it under the terms of the GNU General Public License as published by 
    8     the Free Software Foundation; either version 2 of the License, or 
    9     (at your option) any later version. 
     6    This library is free software; you can redistribute it and/or 
     7    modify it under the terms of the GNU Lesser General Public 
     8    License as published by the Free Software Foundation; either 
     9    version 2.1 of the License, or (at your option) any later version. 
    1010 
    11     This program is distributed in the hope that it will be useful, 
     11    This library is distributed in the hope that it will be useful, 
    1212    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14     GNU General Public License for more details. 
     14    GNU Lesser General Public License for more details. 
    1515 
    1616    You should have received a copy of the GNU General Public License 
  • lm-sensors/trunk/lib/error.h

    r5649 r5844  
    44    Copyright (C) 2007-2009   Jean Delvare <khali@linux-fr.org> 
    55 
    6     This program is free software; you can redistribute it and/or modify 
    7     it under the terms of the GNU General Public License as published by 
    8     the Free Software Foundation; either version 2 of the License, or 
    9     (at your option) any later version. 
     6    This library is free software; you can redistribute it and/or 
     7    modify it under the terms of the GNU Lesser General Public 
     8    License as published by the Free Software Foundation; either 
     9    version 2.1 of the License, or (at your option) any later version. 
    1010 
    11     This program is distributed in the hope that it will be useful, 
     11    This library is distributed in the hope that it will be useful, 
    1212    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14     GNU General Public License for more details. 
     14    GNU Lesser General Public License for more details. 
    1515 
    1616    You should have received a copy of the GNU General Public License 
  • lm-sensors/trunk/lib/general.c

    r5674 r5844  
    33    Copyright (c) 1998, 1999  Frodo Looijaard <frodol@dds.nl> 
    44 
    5     This program is free software; you can redistribute it and/or modify 
    6     it under the terms of the GNU General Public License as published by 
    7     the Free Software Foundation; either version 2 of the License, or 
    8     (at your option) any later version. 
     5    This library is free software; you can redistribute it and/or 
     6    modify it under the terms of the GNU Lesser General Public 
     7    License as published by the Free Software Foundation; either 
     8    version 2.1 of the License, or (at your option) any later version. 
    99 
    10     This program is distributed in the hope that it will be useful, 
     10    This library is distributed in the hope that it will be useful, 
    1111    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1212    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    13     GNU General Public License for more details. 
     13    GNU Lesser General Public License for more details. 
    1414 
    1515    You should have received a copy of the GNU General Public License 
  • lm-sensors/trunk/lib/general.h

    r5163 r5844  
    33    Copyright (c) 1998, 1999  Frodo Looijaard <frodol@dds.nl> 
    44 
    5     This program is free software; you can redistribute it and/or modify 
    6     it under the terms of the GNU General Public License as published by 
    7     the Free Software Foundation; either version 2 of the License, or 
    8     (at your option) any later version. 
     5    This library is free software; you can redistribute it and/or 
     6    modify it under the terms of the GNU Lesser General Public 
     7    License as published by the Free Software Foundation; either 
     8    version 2.1 of the License, or (at your option) any later version. 
    99 
    10     This program is distributed in the hope that it will be useful, 
     10    This library is distributed in the hope that it will be useful, 
    1111    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1212    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    13     GNU General Public License for more details. 
     13    GNU Lesser General Public License for more details. 
    1414 
    1515    You should have received a copy of the GNU General Public License 
  • lm-sensors/trunk/lib/init.c

    r5730 r5844  
    44    Copyright (C) 2007, 2009  Jean Delvare <khali@linux-fr.org> 
    55 
    6     This program is free software; you can redistribute it and/or modify 
    7     it under the terms of the GNU General Public License as published by 
    8     the Free Software Foundation; either version 2 of the License, or 
    9     (at your option) any later version. 
    10  
    11     This program is distributed in the hope that it will be useful, 
     6    This library is free software; you can redistribute it and/or 
     7    modify it under the terms of the GNU Lesser General Public 
     8    License as published by the Free Software Foundation; either 
     9    version 2.1 of the License, or (at your option) any later version. 
     10 
     11    This library is distributed in the hope that it will be useful, 
    1212    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14     GNU General Public License for more details. 
     14    GNU Lesser General Public License for more details. 
    1515 
    1616    You should have received a copy of the GNU General Public License 
  • lm-sensors/trunk/lib/init.h

    r5302 r5844  
    33    Copyright (C) 2007  Jean Delvare <khali@linux-fr.org> 
    44 
    5     This program is free software; you can redistribute it and/or modify 
    6     it under the terms of the GNU General Public License as published by 
    7     the Free Software Foundation; either version 2 of the License, or 
    8     (at your option) any later version. 
     5    This library is free software; you can redistribute it and/or 
     6    modify it under the terms of the GNU Lesser General Public 
     7    License as published by the Free Software Foundation; either 
     8    version 2.1 of the License, or (at your option) any later version. 
    99 
    10     This program is distributed in the hope that it will be useful, 
     10    This library is distributed in the hope that it will be useful, 
    1111    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1212    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    13     GNU General Public License for more details. 
     13    GNU Lesser General Public License for more details. 
    1414 
    1515    You should have received a copy of the GNU General Public License 
  • lm-sensors/trunk/lib/libsensors.3

    r5740 r5844  
    22.\" Copyright (C) 2007, 2009  Jean Delvare <khali@linux-fr.org> 
    33.\" based on sensors.h, part of libsensors by Frodo Looijaard 
    4 .\" libsensors is distributed under the GPL 
     4.\" libsensors is distributed under the LGPL 
    55.\" 
    66.\" Permission is granted to make and distribute verbatim copies of this 
  • lm-sensors/trunk/lib/scanner.h

    r5648 r5844  
    33    Copyright (c) 2006 Mark M. Hoffman <mhoffman@lightlink.com> 
    44 
    5     This program is free software; you can redistribute it and/or modify 
    6     it under the terms of the GNU General Public License as published by 
    7     the Free Software Foundation; either version 2 of the License, or 
    8     (at your option) any later version. 
     5    This library is free software; you can redistribute it and/or 
     6    modify it under the terms of the GNU Lesser General Public 
     7    License as published by the Free Software Foundation; either 
     8    version 2.1 of the License, or (at your option) any later version. 
    99 
    10     This program is distributed in the hope that it will be useful, 
     10    This library is distributed in the hope that it will be useful, 
    1111    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1212    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    13     GNU General Public License for more details. 
     13    GNU Lesser General Public License for more details. 
    1414 
    1515    You should have received a copy of the GNU General Public License 
  • lm-sensors/trunk/lib/sensors.h

    r5786 r5844  
    44    Copyright (C) 2007        Jean Delvare <khali@linux-fr.org> 
    55 
    6     This program is free software; you can redistribute it and/or modify 
    7     it under the terms of the GNU General Public License as published by 
    8     the Free Software Foundation; either version 2 of the License, or 
    9     (at your option) any later version. 
    10  
    11     This program is distributed in the hope that it will be useful, 
     6    This library is free software; you can redistribute it and/or 
     7    modify it under the terms of the GNU Lesser General Public 
     8    License as published by the Free Software Foundation; either 
     9    version 2.1 of the License, or (at your option) any later version. 
     10 
     11    This library is distributed in the hope that it will be useful, 
    1212    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14     GNU General Public License for more details. 
     14    GNU Lesser General Public License for more details. 
    1515 
    1616    You should have received a copy of the GNU General Public License 
  • lm-sensors/trunk/lib/sysfs.c

    r5843 r5844  
    44    Copyright (C) 2007-2008 Jean Delvare <khali@linux-fr.org> 
    55 
    6     This program is free software; you can redistribute it and/or modify 
    7     it under the terms of the GNU General Public License as published by 
    8     the Free Software Foundation; either version 2 of the License, or 
    9     (at your option) any later version. 
    10  
    11     This program is distributed in the hope that it will be useful, 
     6    This library is free software; you can redistribute it and/or 
     7    modify it under the terms of the GNU Lesser General Public 
     8    License as published by the Free Software Foundation; either 
     9    version 2.1 of the License, or (at your option) any later version. 
     10 
     11    This library is distributed in the hope that it will be useful, 
    1212    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14     GNU General Public License for more details. 
     14    GNU Lesser General Public License for more details. 
    1515 
    1616    You should have received a copy of the GNU General Public License 
  • lm-sensors/trunk/lib/sysfs.h

    r5163 r5844  
    44    Copyright (C) 2007        Jean Delvare <khali@linux-fr.org> 
    55 
    6     This program is free software; you can redistribute it and/or modify 
    7     it under the terms of the GNU General Public License as published by 
    8     the Free Software Foundation; either version 2 of the License, or 
    9     (at your option) any later version. 
     6    This library is free software; you can redistribute it and/or 
     7    modify it under the terms of the GNU Lesser General Public 
     8    License as published by the Free Software Foundation; either 
     9    version 2.1 of the License, or (at your option) any later version. 
    1010 
    11     This program is distributed in the hope that it will be useful, 
     11    This library is distributed in the hope that it will be useful, 
    1212    but WITHOUT ANY WARRANTY; without even the implied warranty of 
    1313    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    14     GNU General Public License for more details. 
     14    GNU Lesser General Public License for more details. 
    1515 
    1616    You should have received a copy of the GNU General Public License