]> git.webhop.me Git - lcd4linux.git/commitdiff
[lcd4linux @ 2005-05-31 21:30:56 by lfcorreia]
authorlfcorreia <lfcorreia@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Tue, 31 May 2005 21:32:00 +0000 (21:32 +0000)
committerlfcorreia <lfcorreia@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Tue, 31 May 2005 21:32:00 +0000 (21:32 +0000)
fix my email address

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@560 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

AUTHORS
debian/copyright
drv_generic_i2c.h

diff --git a/AUTHORS b/AUTHORS
index b6960bedc8483c62a1eb00d412bbfc820aaa76f5..6e7a8f4eac0c0d832a675c732e5ee7e17def05e6 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -10,7 +10,7 @@ Xavier Vello <xavier66@free.fr>
 Martin Hejl (martin@hejl.de)
 Jesse Brook Kovach <jkovach@wam.umd.edu>
 Nico Wallmeier <nico.wallmeier@post.rwth-aachen.de>
-Luis F. Correia <luis.f.correia@seg-social.pt>
+Luis Correia <lfcorreia@users.sf.net>
 Patrick Schemitz <schemitz@ekp.physik.uni-karlsruhe.de>
 Andy Baxter <andy@earthsong.free-online.co.uk>
 Thomas Siedentopf <thom-s@gmx.net>
index c07187248eabe89e19e5f6cdd5e834327a924cd5..4202cf9da94c4270521c445a1c98090ccca7ccd4 100644 (file)
@@ -17,7 +17,7 @@ Xavier Vello <xavier66@free.fr>
 Martin Hejl (martin@hejl.de)
 Jesse Brook Kovach <jkovach@wam.umd.edu>
 Nico Wallmeier <nico.wallmeier@post.rwth-aachen.de>
-Luis F. Correia <luis.f.correia@seg-social.pt>
+Luis Correia <lfcorreia@users.sf.net>
 Patrick Schemitz <schemitz@ekp.physik.uni-karlsruhe.de>
 Andy Baxter <andy@earthsong.free-online.co.uk>
 Thomas Siedentopf <thom-s@gmx.net>
index dd885be8d3163203eb46e97e0ef1436bff377513..330410949795cf26e103febe4a8d25f6872e979b 100644 (file)
@@ -1,8 +1,8 @@
-/* $Id: drv_generic_i2c.h,v 1.3 2005/05/31 20:42:55 lfcorreia Exp $\r
+/* $Id: drv_generic_i2c.h,v 1.4 2005/05/31 21:32:00 lfcorreia Exp $\r
  *\r
  * generic driver helper for i2c displays\r
  *\r
- * Copyright (C) 2005 Luis F. Correia <luis.f.correia@seg-social.pt>\r
+ * Copyright (C) 2005 Luis Correia <lfcorreia@users.sf.net>\r
  * Copyright (C) 2005 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>\r
  *\r
  * This file is part of LCD4Linux.\r
  *\r
  *\r
  * $Log: drv_generic_i2c.h,v $
- * Revision 1.3  2005/05/31 20:42:55  lfcorreia
- * new file: lcd4linux_i2c.h
- * avoid the problems detecting the proper I2C kernel include files
- *
- * rearrange all the other autoconf stuff to remove I2C detection
- *
- * new method by Paul Kamphuis to write to the I2C device
+ * Revision 1.4  2005/05/31 21:32:00  lfcorreia
+ * fix my email address
+ *\r
+ * Revision 1.3  2005/05/31 20:42:55  lfcorreia\r
+ * new file: lcd4linux_i2c.h\r
+ * avoid the problems detecting the proper I2C kernel include files\r
+ *\r
+ * rearrange all the other autoconf stuff to remove I2C detection\r
+ *\r
+ * new method by Paul Kamphuis to write to the I2C device\r
  *\r
  * Revision 1.2  2005/05/08 04:32:44  reinelt\r
  * CodingStyle added and applied\r