summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2014-02-19 13:44:24 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2014-02-19 13:44:24 +0000
commitf619a5d1361af7e403e100117d2b8b7c9c880edd (patch)
tree119a9473af7f8c17ebb93abf9edcad96315fa6f0
parent43ffd723482c471d026fb4509f1c2d7aec51fa22 (diff)
downloadi2c-tools-f619a5d1361af7e403e100117d2b8b7c9c880edd.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
-rw-r--r--Makefile2
-rw-r--r--eeprom/Module.mk2
-rwxr-xr-xeeprom/ddcmon6
-rwxr-xr-xeeprom/decode-dimms2
-rwxr-xr-xeeprom/decode-edid12
-rwxr-xr-xeeprom/decode-vaio4
-rw-r--r--include/Module.mk2
-rw-r--r--lib/Module.mk2
-rw-r--r--lib/smbus.c6
-rw-r--r--stub/Module.mk2
-rwxr-xr-xstub/i2c-stub-from-dump2
-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
20 files changed, 26 insertions, 36 deletions
diff --git a/Makefile b/Makefile
index a89cacc..252a126 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
# I2C tools for Linux
#
-# 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/eeprom/Module.mk b/eeprom/Module.mk
index 87ecc22..402f2f5 100644
--- a/eeprom/Module.mk
+++ b/eeprom/Module.mk
@@ -1,6 +1,6 @@
# EEPROM decoding scripts for the Linux eeprom driver
#
-# Copyright (C) 2007-2008 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/eeprom/ddcmon b/eeprom/ddcmon
index 0784ae0..f671a9e 100755
--- a/eeprom/ddcmon
+++ b/eeprom/ddcmon
@@ -1,9 +1,9 @@
#!/usr/bin/perl -w
#
-# Copyright (C) 2004-2005 Jean Delvare <khali@linux-fr.org>
+# Copyright (C) 2004-2005 Jean Delvare <jdelvare@suse.de>
#
# Parts inspired from decode-edid.
-# Copyright (C) 2003-2004 Jean Delvare <khali@linux-fr.org>
+# Copyright (C) 2003-2004 Jean Delvare <jdelvare@suse.de>
#
# Parts inspired from the ddcmon driver and sensors' print_ddcmon function.
# Copyright (C) 1998-2004 Mark D. Studebaker
@@ -26,7 +26,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301 USA.
#
-# Version 1.0 2005-01-04 Jean Delvare <khali@linux-fr.org>
+# Copyright (C) 2005-2008 Jean Delvare <jdelvare@suse.de>
#
# This script is a replacement for the now deprecated ddcmon kernel driver.
# Instead of having a dedicated driver, it is better to reuse the standard
diff --git a/eeprom/decode-dimms b/eeprom/decode-dimms
index e1de338..b93f076 100755
--- a/eeprom/decode-dimms
+++ b/eeprom/decode-dimms
@@ -5,7 +5,7 @@
# Copyright 1998, 1999 Philip Edelbrock <phil@netroedge.com>
# modified by Christian Zuckschwerdt <zany@triq.net>
# modified by Burkart Lingner <burkart@bollchen.de>
-# Copyright (C) 2005-2013 Jean Delvare <khali@linux-fr.org>
+# Copyright (C) 2005-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/eeprom/decode-edid b/eeprom/decode-edid
index 2afc090..a669985 100755
--- a/eeprom/decode-edid
+++ b/eeprom/decode-edid
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#
-# Copyright (C) 2003-2006 Jean Delvare <khali@linux-fr.org>
+# Copyright (C) 2003-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
@@ -17,16 +17,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301 USA.
#
-# Version 0.1 2003-07-17 Jean Delvare <khali@linux-fr.org>
-# Version 0.2 2003-07-22 Jean Delvare <khali@linux-fr.org>
-# Use print instead of syswrite.
-# Version 0.3 2003-08-24 Jean Delvare <khali@linux-fr.org>
-# Fix data block length (128 bytes instead of 256).
-# Version 1.0 2004-02-08 Jean Delvare <khali@linux-fr.org>
-# Added support for Linux 2.5/2.6 (i.e. sysfs).
-# Version 1.1 2006-09-01 Jean Delvare <khali@linux-fr.org>
-# Append /usr/sbin or /usr/local/sbin to $PATH if needed.
-#
# EEPROM data decoding for EDID. EDID (Extended Display Identification
# Data) is a VESA standard which allows storing (on manufacturer's side)
# and retrieving (on user's side) of configuration information about
diff --git a/eeprom/decode-vaio b/eeprom/decode-vaio
index f04fe90..68729dc 100755
--- a/eeprom/decode-vaio
+++ b/eeprom/decode-vaio
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#
-# Copyright (C) 2002-2008 Jean Delvare <khali@linux-fr.org>
+# Copyright (C) 2002-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
@@ -25,7 +25,7 @@
# Please note that this is a guess-only work. Sony support refused to help
# me, so if someone can provide information, please contact me.
# My knowledge is summarized on this page:
-# http://khali.linux-fr.org/vaio/eeprom.html
+# http://jdelvare.nerim.net/articles/vaio/eeprom.html
#
# It seems that if present, the EEPROM is always at 0x57.
#
diff --git a/include/Module.mk b/include/Module.mk
index 75a7c3e..92f9005 100644
--- a/include/Module.mk
+++ b/include/Module.mk
@@ -1,6 +1,6 @@
# Linux I2C header files
#
-# 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/lib/Module.mk b/lib/Module.mk
index bfdc3f8..432a051 100644
--- a/lib/Module.mk
+++ b/lib/Module.mk
@@ -1,6 +1,6 @@
# I2C library for Linux
#
-# Copyright (C) 2012 Jean Delvare <khali@linux-fr.org>
+# Copyright (C) 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 Lesser General Public License as published
diff --git a/lib/smbus.c b/lib/smbus.c
index d23ecff..3a2c45a 100644
--- a/lib/smbus.c
+++ b/lib/smbus.c
@@ -1,9 +1,9 @@
/*
smbus.c - SMBus level access helper functions
- Copyright (C) 1995-97 Simon G. Vogl
- Copyright (C) 1998-99 Frodo Looijaard <frodol@dds.nl>
- Copyright (C) 2012 Jean Delvare <khali@linux-fr.org>
+ Copyright (C) 1995-1997 Simon G. Vogl
+ Copyright (C) 1998-1999 Frodo Looijaard <frodol@dds.nl>
+ Copyright (C) 2012-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/stub/Module.mk b/stub/Module.mk
index 78eb941..50c4d18 100644
--- a/stub/Module.mk
+++ b/stub/Module.mk
@@ -1,6 +1,6 @@
# Helper for the Linux i2c-stub bus driver
#
-# Copyright (C) 2007-2008 Jean Delvare <khali@linux-fr.org>
+# Copyright (C) 2007-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/stub/i2c-stub-from-dump b/stub/i2c-stub-from-dump
index 4e35211..a74e16e 100755
--- a/stub/i2c-stub-from-dump
+++ b/stub/i2c-stub-from-dump
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#
-# Copyright (C) 2007-2008 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/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