Changeset 5844 for lm-sensors/trunk/lib/conf-lex.l
- Timestamp:
- 07/01/10 13:56:42 (3 years ago)
- Files:
-
- 1 modified
-
lm-sensors/trunk/lib/conf-lex.l (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lm-sensors/trunk/lib/conf-lex.l
r5648 r5844 4 4 Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl> 5 5 6 This program is free software; you can redistribute it and/or modify7 it under the terms of the GNU General Public License as published by8 the Free Software Foundation; either version 2 of the License, or9 (at your option) any later version.10 11 This programis 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, 12 12 but WITHOUT ANY WARRANTY; without even the implied warranty of 13 13 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. 15 15 16 16 You should have received a copy of the GNU General Public License
