diff options
Diffstat (limited to '')
-rw-r--r-- | drv_Curses.c | 11 |
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... |