1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
|
Upstream Source
===============
lib/access.c, lib/access.h, lib/conf-lex.l, lib/conf-parse.y, lib/conf.h,
lib/data.c, lib/data.h, lib/error.c, lib/error.h, lib/general.c, lib/general.h,
lib/init.c, lib/init.h, lib/scanner.h, lib/sensors.h, lib/sysfs.c, lib/sysfs.h
-------------------------------------------------------------------------------
Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl>
Copyright (C) 2007-2014 Jean Delvare <jdelvare@suse.de>
Copyright (c) 2005, 2006 Mark M. Hoffman <mhoffman@lightlink.com>
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 Lesser General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301 USA.
On this system, a copy of the GNU Lesser General Public License may be found at
<file:///usr/share/common-licenses/LGPL-2.1>.
lib/libsensors.3
----------------
Copyright (C) 1998, 1999 Adrian Baugh <adrian.baugh@keble.ox.ac.uk>
Copyright (C) 2007, 2009, 2013 Jean Delvare <jdelvare@suse.de>
based on sensors.h, part of libsensors by Frodo Looijaard
libsensors is distributed under the LGPL
Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are
preserved on all copies.
Permission is granted to copy and distribute modified versions of this
manual under the conditions for verbatim copying, provided that the
entire resulting derived work is distributed under the terms of a
permission notice identical to this one
lib/sensors.conf.5
------------------
Copyright (C) 1998, 1999 Adrian Baugh <adrian.baugh@keble.ox.ac.uk> and
Frodo Looijaard <frodol@dds.nl>
Copyright (C) 2008--2012 Jean Delvare <jdelvare@suse.de>
Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are
preserved on all copies.
Permission is granted to copy and distribute modified versions of this
manual under the conditions for verbatim copying, provided that the
entire resulting derived work is distributed under the terms of a
permission notice identical to this one.
prog/sensors/chips.c, prog/sensors/chips.h,
prog/sensors/main.c, prog/sensors/main.h
-------------------------------------------
Copyright (C) 1998-2003 Frodo Looijaard <frodol@dds.nl> and
Mark D. Studebaker <mdsxyz123@yahoo.com>
Copyright (C) 2007-2012 Jean Delvare <jdelvare@suse.de>
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,
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.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301 USA.
On this system, a copy of the GNU General Public License may be found at
<file:///usr/share/common-licenses/GPL-2>.
prog/sensors/sensors.1
----------------------
Copyright 1999 Frodo Looijaard <frodol@dds.nl>
Copyright (C) 2007-2012 Jean Delvare <jdelvare@suse.de>
sensors is distributed under the GPL
Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are
preserved on all copies.
Permission is granted to copy and distribute modified versions of this
manual under the conditions for verbatim copying, provided that the
entire resulting derived work is distributed under the terms of a
permission notice identical to this one
Distribution Packaging
======================
Copyright (C) 2019, 2021 Patrick McDermott
This software is licensed under the Expat license, which on this system may be
found at <file:///usr/share/common-licenses/Expat>.
|