aboutsummaryrefslogtreecommitdiffstats
path: root/drv_X11.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv_X11.c')
-rw-r--r--drv_X11.c11
1 files changed, 7 insertions, 4 deletions
diff --git a/drv_X11.c b/drv_X11.c
index b862edf..3b79334 100644
--- a/drv_X11.c
+++ b/drv_X11.c
@@ -1,12 +1,12 @@
-/* $Id: drv_X11.c,v 1.9 2004/11/29 04:42:07 reinelt Exp $
+/* $Id: drv_X11.c,v 1.10 2005/01/18 06:30:23 reinelt Exp $
*
* new style X11 Driver for LCD4Linux
*
- * 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 XWindow.c which is
- * Copyright 2000 Herbert Rosmanith <herp@wildsau.idv.uni-linz.ac.at>
+ * Copyright (C) 2000 Herbert Rosmanith <herp@wildsau.idv.uni-linz.ac.at>
*
* This file is part of LCD4Linux.
*
@@ -26,6 +26,9 @@
*
*
* $Log: drv_X11.c,v $
+ * Revision 1.10 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.9 2004/11/29 04:42:07 reinelt
* removed the 99999 msec limit on widget update time (thanks to Petri Damsten)
*