aboutsummaryrefslogtreecommitdiffstats
path: root/HD44780.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-06 22:33:14 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-06 22:33:14 +0000
commitcb237ec8bae76a6f621fc0ec704e87f9163274cd (patch)
tree79a366df2c0214f969015352166e78dfb6f4d9fe /HD44780.c
parent28c2ce96d4b42524200e7ceced98a505f9a166ea (diff)
downloadlcd4linux-cb237ec8bae76a6f621fc0ec704e87f9163274cd.tar.gz
[lcd4linux @ 2004-01-06 22:33:13 by reinelt]
Copyright statements cleaned up git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@293 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'HD44780.c')
-rw-r--r--HD44780.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/HD44780.c b/HD44780.c
index 23b8c9b..09c3086 100644
--- a/HD44780.c
+++ b/HD44780.c
@@ -1,17 +1,16 @@
-/* $Id: HD44780.c,v 1.47 2003/11/12 05:42:35 reinelt Exp $
+/* $Id: HD44780.c,v 1.48 2004/01/06 22:33:13 reinelt Exp $
*
* driver for display modules based on the HD44780 chip
*
- * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
- *
- * This file is part of LCD4Linux.
+ * Copyright 1999-2004 Michael Reinelt <reinelt@eunet.at>
*
* Modification for 4-Bit mode
- * 2003 Martin Hejl (martin@hejl.de)
+ * Copyright 2003 Martin Hejl (martin@hejl.de)
*
* Modification for 2nd controller support
- * 2003 Jesse Brook Kovach <jkovach@wam.umd.edu>
+ * Copyright 2003 Jesse Brook Kovach <jkovach@wam.umd.edu>
*
+ * This file is part of LCD4Linux.
*
* LCD4Linux is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -29,6 +28,9 @@
*
*
* $Log: HD44780.c,v $
+ * Revision 1.48 2004/01/06 22:33:13 reinelt
+ * Copyright statements cleaned up
+ *
* Revision 1.47 2003/11/12 05:42:35 reinelt
* small changes to the 16x4 handling
*