diff options
| author | lfcorreia <> | 2005-05-31 21:26:56 +0000 | 
|---|---|---|
| committer | lfcorreia <> | 2005-05-31 21:26:56 +0000 | 
| commit | 41e47aa46581762b5443e8580020b27968305399 (patch) | |
| tree | 0e4bf37cf2feab3c4c8d1af3f828917ef8aa4167 | |
| parent | c0da9da35d8c6c1c90989bc9efce28e54dd3841a (diff) | |
| download | lcd4linux-41e47aa46581762b5443e8580020b27968305399.tar.gz | |
[lcd4linux @ 2005-05-31 21:26:56 by lfcorreia]
fix my email address
| -rw-r--r-- | drv_HD44780.c | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/drv_HD44780.c b/drv_HD44780.c index 91215c3..553020f 100644 --- a/drv_HD44780.c +++ b/drv_HD44780.c @@ -1,4 +1,4 @@ -/* $Id: drv_HD44780.c,v 1.50 2005/05/31 20:42:55 lfcorreia Exp $
 +/* $Id: drv_HD44780.c,v 1.51 2005/05/31 21:26:56 lfcorreia Exp $
   *
   * new style driver for HD44780-based displays
   *
 @@ -6,7 +6,7 @@   * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
   *
   * Support for I2C bus
 - * Copyright (C) 2005 Luis F. Correia <luis.f.correia@seg-social.pt>
 + * Copyright (C) 2005 Luis Correia <lfcorreia@users.sf.net>
   *
   * Modification for 4-Bit mode
   * Copyright (C) 2003 Martin Hejl (martin@hejl.de)
 @@ -32,6 +32,9 @@   *
   *
   * $Log: drv_HD44780.c,v $ + * Revision 1.51  2005/05/31 21:26:56  lfcorreia + * fix my email address + *   * Revision 1.50  2005/05/31 20:42:55  lfcorreia   * new file: lcd4linux_i2c.h   * avoid the problems detecting the proper I2C kernel include files | 
