From 2df6dcb997f2e7c442c21ce68bda22388f4c63fb Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Wed, 19 Feb 2014 14:02:21 +0000 Subject: [PATCH] Update my e-mail address and copyright years. git-svn-id: http://lm-sensors.org/svn/i2c-tools/branches/i2c-tools-3.1@6225 7894878c-1315-0410-8ee3-d5d059ff63e0 --- Makefile | 2 +- eeprom/Module.mk | 2 +- eeprom/ddcmon | 6 +++--- eeprom/decode-dimms | 2 +- eeprom/decode-edid | 12 +----------- eeprom/decode-vaio | 4 ++-- include/Module.mk | 2 +- stub/Module.mk | 2 +- stub/i2c-stub-from-dump | 2 +- tools/Module.mk | 2 +- tools/i2cbusses.c | 2 +- tools/i2cbusses.h | 2 +- tools/i2cdetect.c | 2 +- tools/i2cdump.c | 2 +- tools/i2cget.c | 4 ++-- tools/i2cset.c | 2 +- tools/util.c | 2 +- tools/util.h | 2 +- 18 files changed, 22 insertions(+), 32 deletions(-) diff --git a/Makefile b/Makefile index b98a4c3..5ea7486 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # I2C tools for Linux # -# Copyright (C) 2007 Jean Delvare +# Copyright (C) 2007-2012 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/eeprom/Module.mk b/eeprom/Module.mk index 5dd2fc2..e903c9e 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 +# Copyright (C) 2007-2013 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/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 +# Copyright (C) 2004-2005 Jean Delvare # # Parts inspired from decode-edid. -# Copyright (C) 2003-2004 Jean Delvare +# Copyright (C) 2003-2004 Jean Delvare # # 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 +# Copyright (C) 2005-2008 Jean Delvare # # 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 2290bb3..60c3506 100755 --- a/eeprom/decode-dimms +++ b/eeprom/decode-dimms @@ -5,7 +5,7 @@ # Copyright 1998, 1999 Philip Edelbrock # modified by Christian Zuckschwerdt # modified by Burkart Lingner -# Copyright (C) 2005-2011 Jean Delvare +# Copyright (C) 2005-2013 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/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 +# Copyright (C) 2003-2008 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 @@ -17,16 +17,6 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, # MA 02110-1301 USA. # -# Version 0.1 2003-07-17 Jean Delvare -# Version 0.2 2003-07-22 Jean Delvare -# Use print instead of syswrite. -# Version 0.3 2003-08-24 Jean Delvare -# Fix data block length (128 bytes instead of 256). -# Version 1.0 2004-02-08 Jean Delvare -# Added support for Linux 2.5/2.6 (i.e. sysfs). -# Version 1.1 2006-09-01 Jean Delvare -# 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 +# Copyright (C) 2002-2008 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 @@ -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 +# Copyright (C) 2007, 2012 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/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 +# Copyright (C) 2007-2009 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/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 +# Copyright (C) 2007-2012 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/Module.mk b/tools/Module.mk index 93bd4e2..4df1546 100644 --- a/tools/Module.mk +++ b/tools/Module.mk @@ -1,6 +1,6 @@ # I2C tools for Linux # -# Copyright (C) 2007, 2012 Jean Delvare +# Copyright (C) 2007, 2012 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/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 and Mark D. Studebaker - Copyright (C) 2008-2012 Jean Delvare + Copyright (C) 2008-2012 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/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 + Copyright (C) 2004-2010 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/i2cdetect.c b/tools/i2cdetect.c index 73f2ba3..675a150 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 , and Mark D. Studebaker - Copyright (C) 2004-2012 Jean Delvare + Copyright (C) 2004-2012 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/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 , and Mark D. Studebaker - Copyright (C) 2004-2012 Jean Delvare + Copyright (C) 2004-2012 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/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 + Copyright (C) 2005-2012 Jean Delvare Based on i2cset.c: Copyright (C) 2001-2003 Frodo Looijaard , and Mark D. Studebaker - Copyright (C) 2004-2005 Jean Delvare + 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 , and Mark D. Studebaker - Copyright (C) 2004-2012 Jean Delvare + Copyright (C) 2004-2012 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/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 + Copyright (C) 2006-2009 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/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 + Copyright (C) 2006-2009 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