aboutsummaryrefslogtreecommitdiffstats
path: root/drv_RouterBoard.c
diff options
context:
space:
mode:
authorreinelt <>2005-01-18 06:30:24 +0000
committerreinelt <>2005-01-18 06:30:24 +0000
commit5c96185f5d3077e315ed18ca0f774a229732be7f (patch)
tree2f784ed72a8b40f408244897662c0f61fb840002 /drv_RouterBoard.c
parent47329b6aa4a64ea94fdf83061a91e5a3cbf7c9bb (diff)
downloadlcd4linux-5c96185f5d3077e315ed18ca0f774a229732be7f.tar.gz
[lcd4linux @ 2005-01-18 06:30:21 by reinelt]
added (C) to all copyright statements
Diffstat (limited to '')
-rw-r--r--drv_RouterBoard.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/drv_RouterBoard.c b/drv_RouterBoard.c
index a543a76..e22e69b 100644
--- a/drv_RouterBoard.c
+++ b/drv_RouterBoard.c
@@ -1,9 +1,10 @@
-/* $Id: drv_RouterBoard.c,v 1.3 2004/08/30 12:48:52 rjoco77 Exp $
+/* $Id: drv_RouterBoard.c,v 1.4 2005/01/18 06:30:23 reinelt Exp $
*
* driver for the "Router Board LCD port"
* see port details at http://www.routerboard.com
*
* Copyright (C) 2004 Roman Jozsef <rjoco77@freemail.hu>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* based on the HD44780 parallel port driver and RB SDK example
*
@@ -25,6 +26,9 @@
*
*
* $Log: drv_RouterBoard.c,v $
+ * Revision 1.4 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.3 2004/08/30 12:48:52 rjoco77
* * Added backlight update immediatelly
*