summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2014-02-19 13:44:24 +0000
committerJean Delvare <jdelvare@suse.de>2014-02-19 13:44:24 +0000
commit4bbad0fae1d8f21ef2fe71268984d3b7c618c15c (patch)
tree119a9473af7f8c17ebb93abf9edcad96315fa6f0 /tools
parente32b1c37bdac74c989c2f1c975d7da2ca8075ba2 (diff)
downloadi2c-tools-git-4bbad0fae1d8f21ef2fe71268984d3b7c618c15c.tar.gz
Update my e-mail address and copyright years.
git-svn-id: http://lm-sensors.org/svn/i2c-tools/trunk@6224 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'tools')
-rw-r--r--tools/Module.mk2
-rw-r--r--tools/i2cbusses.c2
-rw-r--r--tools/i2cbusses.h2
-rw-r--r--tools/i2cdetect.c2
-rw-r--r--tools/i2cdump.c2
-rw-r--r--tools/i2cget.c4
-rw-r--r--tools/i2cset.c2
-rw-r--r--tools/util.c2
-rw-r--r--tools/util.h2
9 files changed, 10 insertions, 10 deletions
diff --git a/tools/Module.mk b/tools/Module.mk
index bfd3250..d14bb0c 100644
--- a/tools/Module.mk
+++ b/tools/Module.mk
@@ -1,6 +1,6 @@
# I2C tools for Linux
#
-# Copyright (C) 2007, 2012 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/tools/i2cbusses.c b/tools/i2cbusses.c
index ed60670..b3093aa 100644
--- a/tools/i2cbusses.c
+++ b/tools/i2cbusses.c
@@ -4,7 +4,7 @@
devices.
Copyright (c) 1999-2003 Frodo Looijaard <frodol@dds.nl> and
Mark D. Studebaker <mdsxyz123@yahoo.com>
- Copyright (C) 2008-2012 Jean Delvare <khali@linux-fr.org>
+ Copyright (C) 2008-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/tools/i2cbusses.h b/tools/i2cbusses.h
index b048b0d..26143a5 100644
--- a/tools/i2cbusses.h
+++ b/tools/i2cbusses.h
@@ -1,7 +1,7 @@
/*
i2cbusses.h - Part of the i2c-tools package
- Copyright (C) 2004-2010 Jean Delvare <khali@linux-fr.org>
+ Copyright (C) 2004-2010 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/tools/i2cdetect.c b/tools/i2cdetect.c
index 5543382..1804f84 100644
--- a/tools/i2cdetect.c
+++ b/tools/i2cdetect.c
@@ -2,7 +2,7 @@
i2cdetect.c - a user-space program to scan for I2C devices
Copyright (C) 1999-2004 Frodo Looijaard <frodol@dds.nl>, and
Mark D. Studebaker <mdsxyz123@yahoo.com>
- Copyright (C) 2004-2012 Jean Delvare <khali@linux-fr.org>
+ Copyright (C) 2004-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/tools/i2cdump.c b/tools/i2cdump.c
index 303c30d..a7bba72 100644
--- a/tools/i2cdump.c
+++ b/tools/i2cdump.c
@@ -2,7 +2,7 @@
i2cdump.c - a user-space program to dump I2C registers
Copyright (C) 2002-2003 Frodo Looijaard <frodol@dds.nl>, and
Mark D. Studebaker <mdsxyz123@yahoo.com>
- Copyright (C) 2004-2012 Jean Delvare <khali@linux-fr.org>
+ Copyright (C) 2004-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/tools/i2cget.c b/tools/i2cget.c
index 98182e8..2503942 100644
--- a/tools/i2cget.c
+++ b/tools/i2cget.c
@@ -1,11 +1,11 @@
/*
i2cget.c - A user-space program to read an I2C register.
- Copyright (C) 2005-2012 Jean Delvare <khali@linux-fr.org>
+ Copyright (C) 2005-2012 Jean Delvare <jdelvare@suse.de>
Based on i2cset.c:
Copyright (C) 2001-2003 Frodo Looijaard <frodol@dds.nl>, and
Mark D. Studebaker <mdsxyz123@yahoo.com>
- Copyright (C) 2004-2005 Jean Delvare <khali@linux-fr.org>
+ Copyright (C) 2004-2005 Jean Delvare
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/tools/i2cset.c b/tools/i2cset.c
index 3533b5c..0ccc1a0 100644
--- a/tools/i2cset.c
+++ b/tools/i2cset.c
@@ -2,7 +2,7 @@
i2cset.c - A user-space program to write an I2C register.
Copyright (C) 2001-2003 Frodo Looijaard <frodol@dds.nl>, and
Mark D. Studebaker <mdsxyz123@yahoo.com>
- Copyright (C) 2004-2012 Jean Delvare <khali@linux-fr.org>
+ Copyright (C) 2004-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/tools/util.c b/tools/util.c
index aca1130..29e4958 100644
--- a/tools/util.c
+++ b/tools/util.c
@@ -1,6 +1,6 @@
/*
util.c - helper functions
- Copyright (C) 2006 Jean Delvare <khali@linux-fr.org>
+ Copyright (C) 2006-2009 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/tools/util.h b/tools/util.h
index 775279f..f4f4817 100644
--- a/tools/util.h
+++ b/tools/util.h
@@ -1,6 +1,6 @@
/*
util - helper functions
- Copyright (C) 2006 Jean Delvare <khali@linux-fr.org>
+ Copyright (C) 2006-2009 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