aboutsummaryrefslogtreecommitdiffstats
path: root/USBLCD.c
diff options
context:
space:
mode:
Diffstat (limited to 'USBLCD.c')
-rw-r--r--USBLCD.c20
1 files changed, 13 insertions, 7 deletions
diff --git a/USBLCD.c b/USBLCD.c
index 47c43b0..9d4e598 100644
--- a/USBLCD.c
+++ b/USBLCD.c
@@ -1,17 +1,20 @@
-/* $Id: USBLCD.c,v 1.17 2003/09/11 04:09:53 reinelt Exp $
+/* $Id: USBLCD.c,v 1.18 2003/10/05 17:58:50 reinelt Exp $
*
- * Driver for USBLCD ( see http://www.usblcd.de )
- * This Driver is based on HD44780.c
+ * Driver for USBLCD (see http://www.usblcd.de)
*
- * Copyright 2002 by Robin Adams, Adams IT Services ( info@usblcd.de )
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 2002 Robin Adams, Adams IT Services <info@usblcd.de>
*
- * This program is free software; you can redistribute it and/or modify
+ * This driver is based on HD44780.c, which is
+ * Copyright 1999, 2000 by Michael Reinelt <reinelt@eunet.at>
+ *
+ * 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
* the Free Software Foundation; either version 2, or (at your option)
* any later version.
*
- * This program is distributed in the hope that it will be useful,
+ * LCD4Linux is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
@@ -22,6 +25,9 @@
*
*
* $Log: USBLCD.c,v $
+ * Revision 1.18 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.17 2003/09/11 04:09:53 reinelt
* minor cleanups
*