aboutsummaryrefslogtreecommitdiffstats
path: root/drv_USBLCD.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-01-18 06:30:24 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2005-01-18 06:30:24 +0000
commitae6d2a0a265f41e9c9773d61dcf16da3653b674e (patch)
tree2f784ed72a8b40f408244897662c0f61fb840002 /drv_USBLCD.c
parent1f29316bdf4df65aed92770d0c440e0984ef1086 (diff)
downloadlcd4linux-ae6d2a0a265f41e9c9773d61dcf16da3653b674e.tar.gz
[lcd4linux @ 2005-01-18 06:30:21 by reinelt]
added (C) to all copyright statements git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@509 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drv_USBLCD.c')
-rw-r--r--drv_USBLCD.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/drv_USBLCD.c b/drv_USBLCD.c
index cbf6bc9..b172a22 100644
--- a/drv_USBLCD.c
+++ b/drv_USBLCD.c
@@ -1,12 +1,12 @@
-/* $Id: drv_USBLCD.c,v 1.18 2004/12/22 20:24:02 reinelt Exp $
+/* $Id: drv_USBLCD.c,v 1.19 2005/01/18 06:30:23 reinelt Exp $
*
* new style driver for USBLCD displays
*
- * Copyright 1999-2004 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2003 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* based on the old-style USBLCD driver which is
- * Copyright 2002 Robin Adams, Adams IT Services <info@usblcd.de>
+ * Copyright (C) 2002 Robin Adams, Adams IT Services <info@usblcd.de>
*
* This file is part of LCD4Linux.
*
@@ -26,6 +26,9 @@
*
*
* $Log: drv_USBLCD.c,v $
+ * Revision 1.19 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.18 2004/12/22 20:24:02 reinelt
* T6963 fix for displays > 8 rows
*