summaryrefslogtreecommitdiff
path: root/prog
diff options
context:
space:
mode:
Diffstat (limited to 'prog')
-rwxr-xr-xprog/detect/sensors-detect2
-rw-r--r--prog/dump/isadump.c2
-rw-r--r--prog/dump/isaset.c2
-rw-r--r--prog/dump/superio.c2
-rw-r--r--prog/dump/superio.h2
-rw-r--r--prog/dump/util.c2
-rw-r--r--prog/dump/util.h2
-rwxr-xr-xprog/hotplug/unhide_ICH_SMBus2
-rwxr-xr-xprog/init/sysconfig-lm_sensors-convert2
-rwxr-xr-xprog/pwm/fancontrol2
-rwxr-xr-xprog/pwm/pwmconfig2
-rw-r--r--prog/pwm/pwmconfig.82
-rw-r--r--prog/sensors/chips.c2
-rw-r--r--prog/sensors/chips.h2
-rw-r--r--prog/sensors/main.c2
-rw-r--r--prog/sensors/main.h2
-rw-r--r--prog/sensors/sensors.12
17 files changed, 17 insertions, 17 deletions
diff --git a/prog/detect/sensors-detect b/prog/detect/sensors-detect
index 5fc9e0b0..e90f421c 100755
--- a/prog/detect/sensors-detect
+++ b/prog/detect/sensors-detect
@@ -2,7 +2,7 @@
#
# sensors-detect - Detect hardware monitoring chips
# 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
# it under the terms of the GNU General Public License as published by
diff --git a/prog/dump/isadump.c b/prog/dump/isadump.c
index e031e47f..e0e6f000 100644
--- a/prog/dump/isadump.c
+++ b/prog/dump/isadump.c
@@ -2,7 +2,7 @@
isadump.c - isadump, a user-space program to dump ISA registers
Copyright (C) 2000 Frodo Looijaard <frodol@dds.nl>, and
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
it under the terms of the GNU General Public License as published by
diff --git a/prog/dump/isaset.c b/prog/dump/isaset.c
index 1d1bdadc..e743755a 100644
--- a/prog/dump/isaset.c
+++ b/prog/dump/isaset.c
@@ -2,7 +2,7 @@
isaset.c - isaset, a user-space program to write ISA registers
Copyright (C) 2000 Frodo Looijaard <frodol@dds.nl>, and
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
it under the terms of the GNU General Public License as published by
diff --git a/prog/dump/superio.c b/prog/dump/superio.c
index 1af7358b..64ef27bf 100644
--- a/prog/dump/superio.c
+++ b/prog/dump/superio.c
@@ -1,7 +1,7 @@
/*
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
it under the terms of the GNU General Public License as published by
diff --git a/prog/dump/superio.h b/prog/dump/superio.h
index c44f2ac8..06065bea 100644
--- a/prog/dump/superio.h
+++ b/prog/dump/superio.h
@@ -1,7 +1,7 @@
/*
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
it under the terms of the GNU General Public License as published by
diff --git a/prog/dump/util.c b/prog/dump/util.c
index 676c3397..874c1b9c 100644
--- a/prog/dump/util.c
+++ b/prog/dump/util.c
@@ -1,6 +1,6 @@
/*
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
it under the terms of the GNU General Public License as published by
diff --git a/prog/dump/util.h b/prog/dump/util.h
index 9a644ec2..b6f870c9 100644
--- a/prog/dump/util.h
+++ b/prog/dump/util.h
@@ -1,6 +1,6 @@
/*
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
it under the terms of the GNU General Public License as published by
diff --git a/prog/hotplug/unhide_ICH_SMBus b/prog/hotplug/unhide_ICH_SMBus
index 099d1a00..13fccc9d 100755
--- a/prog/hotplug/unhide_ICH_SMBus
+++ b/prog/hotplug/unhide_ICH_SMBus
@@ -1,6 +1,6 @@
#!/bin/bash
# (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.
#
diff --git a/prog/init/sysconfig-lm_sensors-convert b/prog/init/sysconfig-lm_sensors-convert
index 6a2e68c2..0b907a5c 100755
--- a/prog/init/sysconfig-lm_sensors-convert
+++ b/prog/init/sysconfig-lm_sensors-convert
@@ -3,7 +3,7 @@
# Convert an lm_sensors service configuration file from the old convention
# (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
# that package maintainers can include it in their post-install script.
diff --git a/prog/pwm/fancontrol b/prog/pwm/fancontrol
index 6ac0900a..86180ec8 100755
--- a/prog/pwm/fancontrol
+++ b/prog/pwm/fancontrol
@@ -19,7 +19,7 @@
#
#
# 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
# it under the terms of the GNU General Public License as published by
diff --git a/prog/pwm/pwmconfig b/prog/pwm/pwmconfig
index f42c44dc..1dcebbaf 100755
--- a/prog/pwm/pwmconfig
+++ b/prog/pwm/pwmconfig
@@ -10,7 +10,7 @@
# Verify that all fans are running at normal speed after this
# 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
# it under the terms of the GNU General Public License as published by
diff --git a/prog/pwm/pwmconfig.8 b/prog/pwm/pwmconfig.8
index 9e5201e1..c2b6d792 100644
--- a/prog/pwm/pwmconfig.8
+++ b/prog/pwm/pwmconfig.8
@@ -52,4 +52,4 @@ fancontrol(8), sensors(1).
.SH AUTHORS
.PP
Marius Reiner <marius.reiner@hdev.de>,
-Jean Delvare <khali@linux-fr.org>
+Jean Delvare <jdelvare@suse.de>
diff --git a/prog/sensors/chips.c b/prog/sensors/chips.c
index d0e556ce..2c67b0f1 100644
--- a/prog/sensors/chips.c
+++ b/prog/sensors/chips.c
@@ -2,7 +2,7 @@
chips.c - Part of sensors, a user-space program for hardware monitoring
Copyright (C) 1998-2003 Frodo Looijaard <frodol@dds.nl> and
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
it under the terms of the GNU General Public License as published by
diff --git a/prog/sensors/chips.h b/prog/sensors/chips.h
index 52b13e98..6bf21bb4 100644
--- a/prog/sensors/chips.h
+++ b/prog/sensors/chips.h
@@ -1,7 +1,7 @@
/*
chips.h - Part of sensors, a user-space program for hardware monitoring
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
it under the terms of the GNU General Public License as published by
diff --git a/prog/sensors/main.c b/prog/sensors/main.c
index 76a1413b..8effb850 100644
--- a/prog/sensors/main.c
+++ b/prog/sensors/main.c
@@ -1,7 +1,7 @@
/*
main.c - Part of sensors, a user-space program for hardware monitoring
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
it under the terms of the GNU General Public License as published by
diff --git a/prog/sensors/main.h b/prog/sensors/main.h
index d880ab52..7b608f0c 100644
--- a/prog/sensors/main.h
+++ b/prog/sensors/main.h
@@ -1,6 +1,6 @@
/*
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
it under the terms of the GNU General Public License as published by
diff --git a/prog/sensors/sensors.1 b/prog/sensors/sensors.1
index 154af9bc..c787e4a2 100644
--- a/prog/sensors/sensors.1
+++ b/prog/sensors/sensors.1
@@ -1,5 +1,5 @@
.\" 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
.\"
.\" Permission is granted to make and distribute verbatim copies of this