2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-09-03 15:55:15 +00:00

Update my e-mail address and copyright years

This commit is contained in:
Jean Delvare
2014-03-20 10:23:35 +00:00
parent 5a159bc648
commit eb5cf8b2ec
32 changed files with 33 additions and 33 deletions

View File

@@ -8,8 +8,8 @@ Description: Hardware health monitoring package for Linux. It consists of
Also included is a fan speed control script. Also included is a fan speed control script.
http://www.lm-sensors.org/ http://www.lm-sensors.org/
Keywords: sensors health hardware-monitoring fan-speed Keywords: sensors health hardware-monitoring fan-speed
Author: khali@linux-fr.org (Jean Delvare) Author: jdelvare@suse.de (Jean Delvare)
Maintained-by: khali@linux-fr.org (Jean Delvare) Maintained-by: jdelvare@suse.de (Jean Delvare)
Primary-site: http://dl.lm-sensors.org /lm-sensors/releases/ Primary-site: http://dl.lm-sensors.org /lm-sensors/releases/
lm_sensors-3.3.5.tar.bz2 lm_sensors-3.3.5.tar.bz2
lm_sensors-3.3.5.tar.bz2.sig lm_sensors-3.3.5.tar.bz2.sig

View File

@@ -3,7 +3,7 @@
# Convert a sensors.conf file from the old (Linux 2.4, lm-sensors 2) # Convert a sensors.conf file from the old (Linux 2.4, lm-sensors 2)
# symbol names to the new (Linux 2.6 or 3, lm-sensors 3) symbol names. # symbol names to the new (Linux 2.6 or 3, lm-sensors 3) symbol names.
# #
# Copyright (C) 2007 Jean Delvare <khali@linux-fr.org> # Copyright (C) 2007, 2011 Jean Delvare <jdelvare@suse.de>
# #
# This program is free software; you can redistribute it and/or # This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License # modify it under the terms of the GNU General Public License

View File

@@ -1,7 +1,7 @@
/* /*
access.c - Part of libsensors, a Linux library for reading sensor data. access.c - Part of libsensors, a Linux library for reading sensor data.
Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl> Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl>
Copyright (C) 2007-2009 Jean Delvare <khali@linux-fr.org> Copyright (C) 2007-2010 Jean Delvare <jdelvare@suse.de>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public modify it under the terms of the GNU Lesser General Public

View File

@@ -1,7 +1,7 @@
/* /*
access.h - Part of libsensors, a Linux library for reading sensor data. access.h - Part of libsensors, a Linux library for reading sensor data.
Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl> Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl>
Copyright (C) 2007 Jean Delvare <khali@linux-fr.org> Copyright (C) 2007-2010 Jean Delvare <jdelvare@suse.de>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public modify it under the terms of the GNU Lesser General Public

View File

@@ -1,7 +1,7 @@
/* /*
data.c - Part of libsensors, a Linux library for reading sensor data. data.c - Part of libsensors, a Linux library for reading sensor data.
Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl> Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl>
Copyright (C) 2007, 2009 Jean Delvare <khali@linux-fr.org> Copyright (C) 2007-2010 Jean Delvare <jdelvare@suse.de>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public modify it under the terms of the GNU Lesser General Public

View File

@@ -1,7 +1,7 @@
/* /*
data.h - Part of libsensors, a Linux library for reading sensor data. data.h - Part of libsensors, a Linux library for reading sensor data.
Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl> Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl>
Copyright (C) 2007, 2009 Jean Delvare <khali@linux-fr.org> Copyright (C) 2007-2010 Jean Delvare <jdelvare@suse.de>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public modify it under the terms of the GNU Lesser General Public

View File

@@ -1,7 +1,7 @@
/* /*
error.c - Part of libsensors, a Linux library for reading sensor data. error.c - Part of libsensors, a Linux library for reading sensor data.
Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl> Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl>
Copyright (C) 2007-2009 Jean Delvare <khali@linux-fr.org> Copyright (C) 2007-2010 Jean Delvare <jdelvare@suse.de>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public modify it under the terms of the GNU Lesser General Public

View File

@@ -1,7 +1,7 @@
/* /*
error.h - Part of libsensors, a Linux library for reading sensor data. error.h - Part of libsensors, a Linux library for reading sensor data.
Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl> Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl>
Copyright (C) 2007-2009 Jean Delvare <khali@linux-fr.org> Copyright (C) 2007-2010 Jean Delvare <jdelvare@suse.de>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public modify it under the terms of the GNU Lesser General Public

View File

@@ -1,7 +1,7 @@
/* /*
init.c - Part of libsensors, a Linux library for reading sensor data. init.c - Part of libsensors, a Linux library for reading sensor data.
Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl> Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl>
Copyright (C) 2007, 2009 Jean Delvare <khali@linux-fr.org> Copyright (C) 2007-2013 Jean Delvare <jdelvare@suse.de>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public modify it under the terms of the GNU Lesser General Public

View File

@@ -1,6 +1,6 @@
/* /*
init.h - Part of libsensors, a Linux library for reading sensor data. init.h - Part of libsensors, a Linux library for reading sensor data.
Copyright (C) 2007 Jean Delvare <khali@linux-fr.org> Copyright (C) 2007-2010 Jean Delvare <jdelvare@suse.de>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public modify it under the terms of the GNU Lesser General Public

View File

@@ -1,5 +1,5 @@
.\" Copyright (C) 1998, 1999 Adrian Baugh <adrian.baugh@keble.ox.ac.uk> .\" Copyright (C) 1998, 1999 Adrian Baugh <adrian.baugh@keble.ox.ac.uk>
.\" Copyright (C) 2007, 2009, 2013 Jean Delvare <khali@linux-fr.org> .\" Copyright (C) 2007, 2009, 2013 Jean Delvare <jdelvare@suse.de>
.\" based on sensors.h, part of libsensors by Frodo Looijaard .\" based on sensors.h, part of libsensors by Frodo Looijaard
.\" libsensors is distributed under the LGPL .\" libsensors is distributed under the LGPL
.\" .\"

View File

@@ -1,6 +1,6 @@
.\" Copyright (C) 1998, 1999 Adrian Baugh <adrian.baugh@keble.ox.ac.uk> and .\" Copyright (C) 1998, 1999 Adrian Baugh <adrian.baugh@keble.ox.ac.uk> and
.\" Frodo Looijaard <frodol@dds.nl> .\" Frodo Looijaard <frodol@dds.nl>
.\" Copyright (C) 2008--2012 Jean Delvare <khali@linux-fr.org> .\" Copyright (C) 2008--2012 Jean Delvare <jdelvare@suse.de>
.\" .\"
.\" Permission is granted to make and distribute verbatim copies of this .\" Permission is granted to make and distribute verbatim copies of this
.\" manual provided the copyright notice and this permission notice are .\" manual provided the copyright notice and this permission notice are

View File

@@ -1,7 +1,7 @@
/* /*
sensors.h - Part of libsensors, a Linux library for reading sensor data. sensors.h - Part of libsensors, a Linux library for reading sensor data.
Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl> Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl>
Copyright (C) 2007, 2010 Jean Delvare <khali@linux-fr.org> Copyright (C) 2007-2014 Jean Delvare <jdelvare@suse.de>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public modify it under the terms of the GNU Lesser General Public

View File

@@ -1,7 +1,7 @@
/* /*
sysfs.c - Part of libsensors, a library for reading Linux sensor data sysfs.c - Part of libsensors, a library for reading Linux sensor data
Copyright (c) 2005 Mark M. Hoffman <mhoffman@lightlink.com> Copyright (c) 2005 Mark M. Hoffman <mhoffman@lightlink.com>
Copyright (C) 2007-2014 Jean Delvare <khali@linux-fr.org> Copyright (C) 2007-2014 Jean Delvare <jdelvare@suse.de>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public modify it under the terms of the GNU Lesser General Public

View File

@@ -1,7 +1,7 @@
/* /*
sysfs.h - part of libsensors, a library for reading Linux sensor data sysfs.h - part of libsensors, a library for reading Linux sensor data
Copyright (C) Mark M. Hoffman <mhoffman@lightlink.com> Copyright (C) Mark M. Hoffman <mhoffman@lightlink.com>
Copyright (C) 2007 Jean Delvare <khali@linux-fr.org> Copyright (C) 2007-2010 Jean Delvare <jdelvare@suse.de>
This library is free software; you can redistribute it and/or This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public modify it under the terms of the GNU Lesser General Public

View File

@@ -2,7 +2,7 @@
# #
# sensors-detect - Detect hardware monitoring chips # sensors-detect - Detect hardware monitoring chips
# Copyright (C) 1998 - 2002 Frodo Looijaard <frodol@dds.nl> # Copyright (C) 1998 - 2002 Frodo Looijaard <frodol@dds.nl>
# Copyright (C) 2004 - 2013 Jean Delvare <khali@linux-fr.org> # Copyright (C) 2004 - 2014 Jean Delvare <jdelvare@suse.de>
# #
# This program is free software; you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View File

@@ -2,7 +2,7 @@
isadump.c - isadump, a user-space program to dump ISA registers isadump.c - isadump, a user-space program to dump ISA registers
Copyright (C) 2000 Frodo Looijaard <frodol@dds.nl>, and Copyright (C) 2000 Frodo Looijaard <frodol@dds.nl>, and
Mark D. Studebaker <mdsxyz123@yahoo.com> Mark D. Studebaker <mdsxyz123@yahoo.com>
Copyright (C) 2004-2011 Jean Delvare <khali@linux-fr.org> Copyright (C) 2004-2011 Jean Delvare <jdelvare@suse.de>
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -2,7 +2,7 @@
isaset.c - isaset, a user-space program to write ISA registers isaset.c - isaset, a user-space program to write ISA registers
Copyright (C) 2000 Frodo Looijaard <frodol@dds.nl>, and Copyright (C) 2000 Frodo Looijaard <frodol@dds.nl>, and
Mark D. Studebaker <mdsxyz123@yahoo.com> Mark D. Studebaker <mdsxyz123@yahoo.com>
Copyright (C) 2004-2011 Jean Delvare <khali@linux-fr.org> Copyright (C) 2004-2011 Jean Delvare <jdelvare@suse.de>
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
/* /*
superio: Handle special I/O operations needed by most Super-I/O chips superio: Handle special I/O operations needed by most Super-I/O chips
Copyright (C) 2005 Jean Delvare <khali@linux-fr.org> Copyright (C) 2005-2008 Jean Delvare <jdelvare@suse.de>
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
/* /*
superio: Handle special I/O operations needed by most Super-I/O chips superio: Handle special I/O operations needed by most Super-I/O chips
Copyright (C) 2005 Jean Delvare <khali@linux-fr.org> Copyright (C) 2005-2008 Jean Delvare <jdelvare@suse.de>
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
util.c - helper functions util.c - helper functions
Copyright (C) 2006 Jean Delvare <khali@linux-fr.org> Copyright (C) 2006-2011 Jean Delvare <jdelvare@suse.de>
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
util - helper functions util - helper functions
Copyright (C) 2006 Jean Delvare <khali@linux-fr.org> Copyright (C) 2006-2011 Jean Delvare <jdelvare@suse.de>
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
# (C) Rudolf Marek <r.marek@assembler.cz>, # (C) Rudolf Marek <r.marek@assembler.cz>,
# Jean Delvare <khali@linux-fr.org> # Copyright (C) 2007-2011 Jean Delvare <jdelvare@suse.de>
# #
# Thanks Jean Delvare and Oliver Dreier <oliver@dinux.de> for testing. # Thanks Jean Delvare and Oliver Dreier <oliver@dinux.de> for testing.
# #

View File

@@ -3,7 +3,7 @@
# Convert an lm_sensors service configuration file from the old convention # Convert an lm_sensors service configuration file from the old convention
# (MODULE_0, MODULE_1...) to the new convention (HWMON_MODULES). # (MODULE_0, MODULE_1...) to the new convention (HWMON_MODULES).
# #
# Copyright (C) 2009 Jean Delvare <khali@linux-fr.org> # Copyright (C) 2009 Jean Delvare <jdelvare@suse.de>
# #
# Released without a license on purpose. This is public domain code, so # Released without a license on purpose. This is public domain code, so
# that package maintainers can include it in their post-install script. # that package maintainers can include it in their post-install script.

View File

@@ -19,7 +19,7 @@
# #
# #
# Copyright 2003 Marius Reiner <marius.reiner@hdev.de> # Copyright 2003 Marius Reiner <marius.reiner@hdev.de>
# Copyright (C) 2007-2009 Jean Delvare <khali@linux-fr.org> # Copyright (C) 2007-2014 Jean Delvare <jdelvare@suse.de>
# #
# This program is free software; you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View File

@@ -10,7 +10,7 @@
# Verify that all fans are running at normal speed after this # Verify that all fans are running at normal speed after this
# program has exited!!! # program has exited!!!
# #
# Copyright (C) 2007-2009 Jean Delvare <khali@linux-fr.org> # Copyright (C) 2007-2013 Jean Delvare <jdelvare@suse.de>
# #
# This program is free software; you can redistribute it and/or modify # 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 # it under the terms of the GNU General Public License as published by

View File

@@ -52,4 +52,4 @@ fancontrol(8), sensors(1).
.SH AUTHORS .SH AUTHORS
.PP .PP
Marius Reiner <marius.reiner@hdev.de>, Marius Reiner <marius.reiner@hdev.de>,
Jean Delvare <khali@linux-fr.org> Jean Delvare <jdelvare@suse.de>

View File

@@ -2,7 +2,7 @@
chips.c - Part of sensors, a user-space program for hardware monitoring chips.c - Part of sensors, a user-space program for hardware monitoring
Copyright (C) 1998-2003 Frodo Looijaard <frodol@dds.nl> and Copyright (C) 1998-2003 Frodo Looijaard <frodol@dds.nl> and
Mark D. Studebaker <mdsxyz123@yahoo.com> Mark D. Studebaker <mdsxyz123@yahoo.com>
Copyright (C) 2007-2010 Jean Delvare <khali@linux-fr.org> Copyright (C) 2007-2012 Jean Delvare <jdelvare@suse.de>
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
/* /*
chips.h - Part of sensors, a user-space program for hardware monitoring chips.h - Part of sensors, a user-space program for hardware monitoring
Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl> Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl>
Copyright (C) 2007 Jean Delvare <khali@linux-fr.org> Copyright (C) 2007 Jean Delvare <jdelvare@suse.de>
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,7 +1,7 @@
/* /*
main.c - Part of sensors, a user-space program for hardware monitoring main.c - Part of sensors, a user-space program for hardware monitoring
Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl> Copyright (c) 1998, 1999 Frodo Looijaard <frodol@dds.nl>
Copyright (C) 2007 Jean Delvare <khali@linux-fr.org> Copyright (C) 2007-2012 Jean Delvare <jdelvare@suse.de>
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,6 +1,6 @@
/* /*
main.h - Part of sensors, a user-space program for hardware monitoring main.h - Part of sensors, a user-space program for hardware monitoring
Copyright (C) 2007 Jean Delvare <khali@linux-fr.org> Copyright (C) 2007 Jean Delvare <jdelvare@suse.de>
This program is free software; you can redistribute it and/or modify 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 it under the terms of the GNU General Public License as published by

View File

@@ -1,5 +1,5 @@
.\" Copyright 1999 Frodo Looijaard <frodol@dds.nl> .\" Copyright 1999 Frodo Looijaard <frodol@dds.nl>
.\" Copyright (C) 2007 Jean Delvare <khali@linux-fr.org> .\" Copyright (C) 2007-2012 Jean Delvare <jdelvare@suse.de>
.\" sensors is distributed under the GPL .\" sensors is distributed under the GPL
.\" .\"
.\" Permission is granted to make and distribute verbatim copies of this .\" Permission is granted to make and distribute verbatim copies of this