aboutsummaryrefslogtreecommitdiffstats
path: root/drv_Curses.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_Curses.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_Curses.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/drv_Curses.c b/drv_Curses.c
index 13d1f5e..d70b750 100644
--- a/drv_Curses.c
+++ b/drv_Curses.c
@@ -1,12 +1,12 @@
-/* $Id: drv_Curses.c,v 1.8 2004/06/26 12:04:59 reinelt Exp $
+/* $Id: drv_Curses.c,v 1.9 2005/01/18 06:30:22 reinelt Exp $
*
* pure ncurses based text driver
*
- * Copyright 2004 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2004 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* based on the old Curses/Text driver which is
- * Copyright 2001 Leopold Toetsch <lt@toetsch.at>
+ * Copyright (C) 2001 Leopold Toetsch <lt@toetsch.at>
*
* This file is part of LCD4Linux.
*
@@ -26,6 +26,9 @@
*
*
* $Log: drv_Curses.c,v $
+ * Revision 1.9 2005/01/18 06:30:22 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.8 2004/06/26 12:04:59 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...