diff options
| -rw-r--r-- | AUTHORS | 2 | ||||
| -rw-r--r-- | debian/copyright | 2 | ||||
| -rw-r--r-- | drv_generic_i2c.h | 21 | 
3 files changed, 14 insertions, 11 deletions
| @@ -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> diff --git a/debian/copyright b/debian/copyright index c071872..4202cf9 100644 --- a/debian/copyright +++ b/debian/copyright @@ -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> diff --git a/drv_generic_i2c.h b/drv_generic_i2c.h index dd885be..3304109 100644 --- a/drv_generic_i2c.h +++ b/drv_generic_i2c.h @@ -1,8 +1,8 @@ -/* $Id: drv_generic_i2c.h,v 1.3 2005/05/31 20:42:55 lfcorreia Exp $
 +/* $Id: drv_generic_i2c.h,v 1.4 2005/05/31 21:32:00 lfcorreia Exp $
   *
   * generic driver helper for i2c displays
   *
 - * Copyright (C) 2005 Luis F. Correia <luis.f.correia@seg-social.pt>
 + * Copyright (C) 2005 Luis Correia <lfcorreia@users.sf.net>
   * Copyright (C) 2005 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
   *
   * This file is part of LCD4Linux.
 @@ -23,13 +23,16 @@   *
   *
   * $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 + *
 + * 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.2  2005/05/08 04:32:44  reinelt
   * CodingStyle added and applied
 | 
