-/* $Id: cfg.c,v 1.44 2005/01/17 06:29:24 reinelt Exp $^
+/* $Id: cfg.c,v 1.45 2005/01/18 06:30:21 reinelt Exp $^
*
* config file stuff
*
- * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: cfg.c,v $
+ * Revision 1.45 2005/01/18 06:30:21 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.44 2005/01/17 06:29:24 reinelt
* added software-controlled backlight support to HD44780
*
-/* $Id: cfg.h,v 1.11 2004/06/20 10:09:53 reinelt Exp $
+/* $Id: cfg.h,v 1.12 2005/01/18 06:30:21 reinelt Exp $
*
* config file stuff
*
- * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: cfg.h,v $
+ * Revision 1.12 2005/01/18 06:30:21 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.11 2004/06/20 10:09:53 reinelt
*
* 'const'ified the whole source
# drivers
-# Drivers conf part
echo "$as_me:$LINENO: checking which drivers to compile" >&5
echo $ECHO_N "checking which drivers to compile... $ECHO_C" >&6
# plugins
-# Plugins conf part
echo "$as_me:$LINENO: checking which plugins to compile" >&5
echo $ECHO_N "checking which plugins to compile... $ECHO_C" >&6
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
+# LCD4Linux autoconf script
+#
+# Copyright (C) 1999, 2000, 2001, 2002, 2003 Michael Reinelt <reinelt@eunet.at>
+# Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+#
+# This file is part of LCD4Linux.
+#
+# LCD4Linux is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# LCD4Linux is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+
AC_PREREQ(2.59)
AC_INIT([LCD4Linux],[0.10.0-RC2],[lcd4linux-users@lists.sourceforge.net])
AC_CONFIG_SRCDIR([lcd4linux.c])
-/* $Id: debug.c,v 1.11 2004/06/26 12:04:59 reinelt Exp $
+/* $Id: debug.c,v 1.12 2005/01/18 06:30:22 reinelt Exp $
*
* debug() and error() functions
*
- * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: debug.c,v $
+ * Revision 1.12 2005/01/18 06:30:22 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.11 2004/06/26 12:04:59 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: debug.h,v 1.8 2004/06/20 10:09:54 reinelt Exp $
+/* $Id: debug.h,v 1.9 2005/01/18 06:30:22 reinelt Exp $
*
* debug messages
*
- * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: debug.h,v $
+ * Revision 1.9 2005/01/18 06:30:22 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.8 2004/06/20 10:09:54 reinelt
*
* 'const'ified the whole source
-# Drivers conf part
+dnl LCD4Linux Drivers conf part
+dnl
+dnl Copyright (C) 1999, 2000, 2001, 2002, 2003 Michael Reinelt <reinelt@eunet.at>
+dnl Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+dnl
+dnl This file is part of LCD4Linux.
+dnl
+dnl LCD4Linux is free software; you can redistribute it and/or modify
+dnl it under the terms of the GNU General Public License as published by
+dnl the Free Software Foundation; either version 2, or (at your option)
+dnl any later version.
+dnl
+dnl LCD4Linux is distributed in the hope that it will be useful,
+dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
+dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+dnl GNU General Public License for more details.
+dnl
+dnl You should have received a copy of the GNU General Public License
+dnl along with this program; if not, write to the Free Software
+dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
AC_MSG_CHECKING([which drivers to compile])
AC_ARG_WITH(
-/* $Id: drv.c,v 1.24 2005/01/15 13:10:15 reinelt Exp $
+/* $Id: drv.c,v 1.25 2005/01/18 06:30:22 reinelt Exp $
*
* new framework for display drivers
*
- * Copyright 1999-2003 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>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: drv.c,v $
+ * Revision 1.25 2005/01/18 06:30:22 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.24 2005/01/15 13:10:15 reinelt
* LCDTerm driver added
*
-/* $Id: drv.h,v 1.8 2004/06/26 12:04:59 reinelt Exp $
+/* $Id: drv.h,v 1.9 2005/01/18 06:30:22 reinelt Exp $
*
* new framework for display drivers
*
- * Copyright 1999-2003 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 1999-2003 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: drv.h,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...
-/* $Id: drv_BWCT.c,v 1.1 2004/09/24 21:41:00 reinelt Exp $
+/* $Id: drv_BWCT.c,v 1.2 2005/01/18 06:30:22 reinelt Exp $
*
* new style driver for BWCT USB LCD 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>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: drv_BWCT.c,v $
+ * Revision 1.2 2005/01/18 06:30:22 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.1 2004/09/24 21:41:00 reinelt
* new driver for the BWCT USB LCD interface board.
*
-/* $Id: drv_BeckmannEgle.c,v 1.13 2004/07/14 04:44:44 reinelt Exp $
+/* $Id: drv_BeckmannEgle.c,v 1.14 2005/01/18 06:30:22 reinelt Exp $
*
* driver for Beckmann+Egle "Mini Terminals" and "Compact Terminals"
- * Copyright 2000 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: drv_BeckmannEgle.c,v $
+ * Revision 1.14 2005/01/18 06:30:22 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.13 2004/07/14 04:44:44 reinelt
*
* Beckmann+Egle fix
-/* $Id: drv_Crystalfontz.c,v 1.29 2004/06/26 12:04:59 reinelt Exp $
+/* $Id: drv_Crystalfontz.c,v 1.30 2005/01/18 06:30:22 reinelt Exp $
*
* new style driver for Crystalfontz display modules
*
- * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: drv_Crystalfontz.c,v $
+ * Revision 1.30 2005/01/18 06:30:22 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.29 2004/06/26 12:04:59 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $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.
*
*
*
* $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...
-/* $Id: drv_Cwlinux.c,v 1.20 2004/11/28 15:50:24 reinelt Exp $
+/* $Id: drv_Cwlinux.c,v 1.21 2005/01/18 06:30:22 reinelt Exp $
*
* new style driver for Cwlinux display modules
*
- * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: drv_Cwlinux.c,v $
+ * Revision 1.21 2005/01/18 06:30:22 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.20 2004/11/28 15:50:24 reinelt
* Cwlinux fixes (invalidation of user-defined chars)
*
-/* $Id: drv_HD44780.c,v 1.42 2005/01/17 06:38:48 reinelt Exp $
+/* $Id: drv_HD44780.c,v 1.43 2005/01/18 06:30:23 reinelt Exp $
*
* new style driver for HD44780-based 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>
*
* Modification for 4-Bit mode
- * Copyright 2003 Martin Hejl (martin@hejl.de)
+ * Copyright (C) 2003 Martin Hejl (martin@hejl.de)
*
* Modification for 2nd controller support
- * Copyright 2003 Jesse Brook Kovach <jkovach@wam.umd.edu>
+ * Copyright (C) 2003 Jesse Brook Kovach <jkovach@wam.umd.edu>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: drv_HD44780.c,v $
+ * Revision 1.43 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.42 2005/01/17 06:38:48 reinelt
* info about backlight and brightness
*
-/* $Id: drv_Image.c,v 1.10 2004/11/29 04:42:07 reinelt Exp $
+/* $Id: drv_Image.c,v 1.11 2005/01/18 06:30:23 reinelt Exp $
*
* new style Image (PPM/PNG) 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>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: drv_Image.c,v $
+ * Revision 1.11 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.10 2004/11/29 04:42:07 reinelt
* removed the 99999 msec limit on widget update time (thanks to Petri Damsten)
*
-/* $Id: drv_LCDTerm.c,v 1.1 2005/01/15 13:13:57 reinelt Exp $
+/* $Id: drv_LCDTerm.c,v 1.2 2005/01/18 06:30:23 reinelt Exp $
*
* driver for the LCDTerm serial-to-HD44780 adapter boards
* http://www.bobblick.com/techref/projects/lcdterm/lcdterm.html
*
- * Copyright 2005 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2005 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2005 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2005 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: drv_LCDTerm.c,v $
+ * Revision 1.2 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.1 2005/01/15 13:13:57 reinelt
* LCDTerm driver added, take 2
*
-#/* $Id: drv_M50530.c,v 1.15 2005/01/06 16:54:53 reinelt Exp $
+#/* $Id: drv_M50530.c,v 1.16 2005/01/18 06:30:23 reinelt Exp $
*
* new style driver for M50530-based 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>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: drv_M50530.c,v $
+ * Revision 1.16 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.15 2005/01/06 16:54:53 reinelt
* M50530 fixes
*
-/* $Id: drv_MatrixOrbital.c,v 1.36 2004/06/26 12:04:59 reinelt Exp $
+/* $Id: drv_MatrixOrbital.c,v 1.37 2005/01/18 06:30:23 reinelt Exp $
*
* new style driver for Matrix Orbital serial display modules
*
- * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: drv_MatrixOrbital.c,v $
+ * Revision 1.37 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.36 2004/06/26 12:04:59 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: drv_MilfordInstruments.c,v 1.12 2004/06/26 12:04:59 reinelt Exp $
+/* $Id: drv_MilfordInstruments.c,v 1.13 2005/01/18 06:30:23 reinelt Exp $
*
* driver for Milford Instruments 'BPK' piggy-back serial interface board
* for standard Hitachi 44780 compatible lcd modules.
*
- * Copyright 2003,2004 Andy Baxter <andy@earthsong.free-online.co.uk>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2003, 2004 Andy Baxter <andy@earthsong.free-online.co.uk>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* based on the MatrixOrbital driver which is
- * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: drv_MilfordInstruments.c,v $
+ * Revision 1.13 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.12 2004/06/26 12:04:59 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: drv_NULL.c,v 1.6 2004/06/26 12:04:59 reinelt Exp $
+/* $Id: drv_NULL.c,v 1.7 2005/01/18 06:30:23 reinelt Exp $
*
* NULL driver (for testing)
*
- * 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>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: drv_NULL.c,v $
+ * Revision 1.7 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.6 2004/06/26 12:04:59 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $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
*
*
*
* $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
*
-/* $Id: drv_T6963.c,v 1.13 2004/12/22 20:24:02 reinelt Exp $
+/* $Id: drv_T6963.c,v 1.14 2005/01/18 06:30:23 reinelt Exp $
*
* new style driver for T6963-based 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>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: drv_T6963.c,v $
+ * Revision 1.14 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.13 2004/12/22 20:24:02 reinelt
* T6963 fix for displays > 8 rows
*
-/* $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.
*
*
*
* $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
*
-/* $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.
*
*
*
* $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)
*
*
* generic driver helper for graphic displays
*
- * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: drv_generic_graphic.c,v $
+ * Revision 1.14 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.13 2005/01/09 10:53:24 reinelt
* small type in plugin_uname fixed
* new homepage lcd4linux.bulix.org
-/* $Id: drv_generic_graphic.h,v 1.7 2004/06/26 12:04:59 reinelt Exp $
+/* $Id: drv_generic_graphic.h,v 1.8 2005/01/18 06:30:23 reinelt Exp $
*
* generic driver helper for graphic displays
*
- * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: drv_generic_graphic.h,v $
+ * Revision 1.8 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.7 2004/06/26 12:04:59 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: drv_generic_parport.c,v 1.12 2005/01/06 16:54:54 reinelt Exp $
+/* $Id: drv_generic_parport.c,v 1.13 2005/01/18 06:30:23 reinelt Exp $
*
* generic driver helper for serial and parport access
*
- * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: drv_generic_parport.c,v $
+ * Revision 1.13 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.12 2005/01/06 16:54:54 reinelt
* M50530 fixes
*
-/* $Id: drv_generic_parport.h,v 1.8 2004/10/17 09:24:31 reinelt Exp $
+/* $Id: drv_generic_parport.h,v 1.9 2005/01/18 06:30:23 reinelt Exp $
*
* generic driver helper for parallel port displays
*
- * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: drv_generic_parport.h,v $
+ * Revision 1.9 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.8 2004/10/17 09:24:31 reinelt
* I2C support for HD44780 displays by Luis (does not work by now)
*
-/* $Id: drv_generic_serial.c,v 1.15 2004/06/26 12:04:59 reinelt Exp $
+/* $Id: drv_generic_serial.c,v 1.16 2005/01/18 06:30:23 reinelt Exp $
*
* generic driver helper for serial and usbserial displays
*
- * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: drv_generic_serial.c,v $
+ * Revision 1.16 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.15 2004/06/26 12:04:59 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: drv_generic_serial.h,v 1.8 2004/06/26 12:04:59 reinelt Exp $
+/* $Id: drv_generic_serial.h,v 1.9 2005/01/18 06:30:23 reinelt Exp $
*
* generic driver helper for serial and usbserial displays
*
- * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: drv_generic_serial.h,v $
+ * Revision 1.9 2005/01/18 06:30:23 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...
-/* $Id: drv_generic_text.c,v 1.23 2005/01/09 10:53:24 reinelt Exp $
+/* $Id: drv_generic_text.c,v 1.24 2005/01/18 06:30:23 reinelt Exp $
*
* generic driver helper for text-based displays
*
- * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: drv_generic_text.c,v $
+ * Revision 1.24 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.23 2005/01/09 10:53:24 reinelt
* small type in plugin_uname fixed
* new homepage lcd4linux.bulix.org
-/* $Id: drv_generic_text.h,v 1.16 2004/11/28 15:50:24 reinelt Exp $
+/* $Id: drv_generic_text.h,v 1.17 2005/01/18 06:30:23 reinelt Exp $
*
* generic driver helper for text-based displays
*
- * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: drv_generic_text.h,v $
+ * Revision 1.17 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.16 2004/11/28 15:50:24 reinelt
* Cwlinux fixes (invalidation of user-defined chars)
*
-/* $Id: evaluator.c,v 1.22 2004/06/26 12:04:59 reinelt Exp $
+/* $Id: evaluator.c,v 1.23 2005/01/18 06:30:23 reinelt Exp $
*
* expression evaluation
*
- * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: evaluator.c,v $
+ * Revision 1.23 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.22 2004/06/26 12:04:59 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: evaluator.h,v 1.9 2004/06/26 12:04:59 reinelt Exp $
+/* $Id: evaluator.h,v 1.10 2005/01/18 06:30:23 reinelt Exp $
*
* expression evaluation
*
- * Copyright 1999, 2000 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>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: evaluator.h,v $
+ * Revision 1.10 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.9 2004/06/26 12:04:59 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: font_6x8.h,v 1.1 2004/02/15 21:43:43 reinelt Exp $
+/* $Id: font_6x8.h,v 1.2 2005/01/18 06:30:23 reinelt Exp $
*
* 6x8 font
*
- * Copyright 1999, 2000, 2004 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 1999, 2000, 2004 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: font_6x8.h,v $
+ * Revision 1.2 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.1 2004/02/15 21:43:43 reinelt
* T6963 driver nearly finished
* framework for graphic displays done
-/* $Id: hash.c,v 1.24 2004/06/26 12:04:59 reinelt Exp $
+/* $Id: hash.c,v 1.25 2005/01/18 06:30:23 reinelt Exp $
*
* hashes (associative arrays)
*
- * Copyright 1999-2003 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>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: hash.c,v $
+ * Revision 1.25 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.24 2004/06/26 12:04:59 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: hash.h,v 1.17 2004/06/26 12:04:59 reinelt Exp $
+/* $Id: hash.h,v 1.18 2005/01/18 06:30:23 reinelt Exp $
*
* hashes (associative arrays)
*
- * Copyright 1999-2003 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>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: hash.h,v $
+ * Revision 1.18 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.17 2004/06/26 12:04:59 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: layout.c,v 1.14 2004/06/26 12:04:59 reinelt Exp $
+/* $Id: layout.c,v 1.15 2005/01/18 06:30:23 reinelt Exp $
*
* new layouter framework
*
- * Copyright 1999-2003 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>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: layout.c,v $
+ * Revision 1.15 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.14 2004/06/26 12:04:59 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: layout.h,v 1.2 2004/06/20 10:09:56 reinelt Exp $
+/* $Id: layout.h,v 1.3 2005/01/18 06:30:23 reinelt Exp $
*
* new layouter framework
*
- * Copyright 1999-2003 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>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: layout.h,v $
+ * Revision 1.3 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.2 2004/06/20 10:09:56 reinelt
*
* 'const'ified the whole source
-/* $Id: lcd4linux.c,v 1.75 2004/09/24 21:41:00 reinelt Exp $
+/* $Id: lcd4linux.c,v 1.76 2005/01/18 06:30:23 reinelt Exp $
*
* LCD4Linux
*
- * Copyright 1999-2004 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 1999, 2000, 2001, 2002, 2003 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: lcd4linux.c,v $
+ * Revision 1.76 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.75 2004/09/24 21:41:00 reinelt
* new driver for the BWCT USB LCD interface board.
*
#define PIDFILE "/var/run/lcd4linux.pid"
static char *release = "LCD4Linux " VERSION;
-static char *copyright = "Copyright 1999-2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>";
+static char *copyright = "Copyright (C) 2005 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>";
static char **my_argv;
extern char* output;
/* XPM */
+
+/*
+ * Copyright 1999 Michael Reinelt <reinelt@eunet.at>
+ * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ *
+ * This file is part of LCD4Linux.
+ *
+ * LCD4Linux is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2, or (at your option)
+ * any later version.
+ *
+ * LCD4Linux is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ *
+ */
+
static char *lcd4linux[] = {
"38 32 3 1",
" c None",
-/* $Id: pid.c,v 1.8 2004/06/26 12:04:59 reinelt Exp $
+/* $Id: pid.c,v 1.9 2005/01/18 06:30:23 reinelt Exp $
*
* PID file handling
*
- * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: pid.c,v $
+ * Revision 1.9 2005/01/18 06:30:23 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...
-/* $Id: pid.h,v 1.2 2003/10/05 17:58:50 reinelt Exp $
+/* $Id: pid.h,v 1.3 2005/01/18 06:30:23 reinelt Exp $
*
* PID file handling
*
- * Copyright 2003 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2003 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: pid.h,v $
+ * Revision 1.3 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.2 2003/10/05 17:58:50 reinelt
* libtool junk; copyright messages cleaned up
*
-/* $Id: plugin.c,v 1.34 2004/06/26 12:04:59 reinelt Exp $
+/* $Id: plugin.c,v 1.35 2005/01/18 06:30:23 reinelt Exp $
*
* plugin handler for the Evaluator
*
- * Copyright 2003 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2003 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: plugin.c,v $
+ * Revision 1.35 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.34 2004/06/26 12:04:59 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: plugin.h,v 1.2 2004/03/03 03:47:04 reinelt Exp $
+/* $Id: plugin.h,v 1.3 2005/01/18 06:30:23 reinelt Exp $
*
* plugin handler for the Evaluator
*
- * Copyright 2003 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2003 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: plugin.h,v $
+ * Revision 1.3 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.2 2004/03/03 03:47:04 reinelt
* big patch from Martin Hejl:
* - use qprintf() where appropriate
-/* $Id: plugin_apm.c,v 1.4 2004/06/26 12:04:59 reinelt Exp $
+/* $Id: plugin_apm.c,v 1.5 2005/01/18 06:30:23 reinelt Exp $
*
* plugin for APM (battery status)
*
- * Copyright 2003 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 'battery.c' which is
- * Copyright 2001 Leopold Tötsch <lt@toetsch.at>
+ * Copyright (C) 2001 Leopold Tötsch <lt@toetsch.at>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: plugin_apm.c,v $
+ * Revision 1.5 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.4 2004/06/26 12:04:59 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: plugin_cfg.c,v 1.11 2004/06/26 12:04:59 reinelt Exp $
+/* $Id: plugin_cfg.c,v 1.12 2005/01/18 06:30:23 reinelt Exp $
*
* plugin for config file access
*
- * Copyright 2003, 2004 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2003, 2004 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: plugin_cfg.c,v $
+ * Revision 1.12 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.11 2004/06/26 12:04:59 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: plugin_cpuinfo.c,v 1.12 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: plugin_cpuinfo.c,v 1.13 2005/01/18 06:30:23 reinelt Exp $
*
* plugin for /proc/cpuinfo parsing
*
- * Copyright 2003 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>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: plugin_cpuinfo.c,v $
+ * Revision 1.13 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.12 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: plugin_diskstats.c,v 1.6 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: plugin_diskstats.c,v 1.7 2005/01/18 06:30:23 reinelt Exp $
*
* plugin for /proc/diskstats parsing
*
- * Copyright 2003 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>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: plugin_diskstats.c,v $
+ * Revision 1.7 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.6 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: plugin_dvb.c,v 1.7 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: plugin_dvb.c,v 1.8 2005/01/18 06:30:23 reinelt Exp $
*
* plugin for DVB status
*
- * Copyright 2003 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>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: plugin_dvb.c,v $
+ * Revision 1.8 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.7 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: plugin_exec.c,v 1.7 2004/09/24 21:41:00 reinelt Exp $
+/* $Id: plugin_exec.c,v 1.8 2005/01/18 06:30:23 reinelt Exp $
*
* plugin for external processes
*
- * 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 'exec' client which is
- * Copyright 2001 Leopold Tötsch <lt@toetsch.at>
+ * Copyright (C) 2001 Leopold Tötsch <lt@toetsch.at>
*
*
* This file is part of LCD4Linux.
*
*
* $Log: plugin_exec.c,v $
+ * Revision 1.8 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.7 2004/09/24 21:41:00 reinelt
* new driver for the BWCT USB LCD interface board.
*
-/* $Id: plugin_i2c_sensors.c,v 1.21 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: plugin_i2c_sensors.c,v 1.22 2005/01/18 06:30:23 reinelt Exp $
*
* I2C sensors plugin
*
- * Copyright 2003,2004 Xavier Vello <xavier66@free.fr>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2003, 2004 Xavier Vello <xavier66@free.fr>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: plugin_i2c_sensors.c,v $
+ * Revision 1.22 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.21 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: plugin_imon.c,v 1.13 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: plugin_imon.c,v 1.14 2005/01/18 06:30:23 reinelt Exp $
*
* imond/telmond data processing
*
- * Copyright 2003 Nico Wallmeier <nico.wallmeier@post.rwth-aachen.de>
+ * Copyright (C) 2003 Nico Wallmeier <nico.wallmeier@post.rwth-aachen.de>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: plugin_imon.c,v $
+ * Revision 1.14 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.13 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: plugin_isdn.c,v 1.5 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: plugin_isdn.c,v 1.6 2005/01/18 06:30:23 reinelt Exp $
*
* plugin for ISDN subsystem
*
- * Copyright 2003 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 isdn client (isdn.c) which is
- * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: plugin_isdn.c,v $
+ * Revision 1.6 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.5 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: plugin_loadavg.c,v 1.8 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: plugin_loadavg.c,v 1.9 2005/01/18 06:30:23 reinelt Exp $
*
* plugin for load average
*
- * Copyright 2003 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>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: plugin_loadavg.c,v $
+ * Revision 1.9 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.8 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: plugin_math.c,v 1.6 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: plugin_math.c,v 1.7 2005/01/18 06:30:23 reinelt Exp $
*
* math plugin
*
- * Copyright 2003 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2003 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: plugin_math.c,v $
+ * Revision 1.7 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.6 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: plugin_meminfo.c,v 1.10 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: plugin_meminfo.c,v 1.11 2005/01/18 06:30:23 reinelt Exp $
*
* plugin for /proc/meminfo parsing
*
- * Copyright 2003 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>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: plugin_meminfo.c,v $
+ * Revision 1.11 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.10 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: plugin_mysql.c,v 1.3 2004/03/21 22:05:53 reinelt Exp $
+/* $Id: plugin_mysql.c,v 1.4 2005/01/18 06:30:23 reinelt Exp $
*
* plugin for execute SQL queries into a MySQL DBSM.
*
- * Copyright 2004 Javier Garcia <javi@gsmlandia.com>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2004 Javier Garcia <javi@gsmlandia.com>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: plugin_mysql.c,v $
+ * Revision 1.4 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.3 2004/03/21 22:05:53 reinelt
* MySQL plugin fixes from Javi
*
-/* $Id: plugin_netdev.c,v 1.12 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: plugin_netdev.c,v 1.13 2005/01/18 06:30:23 reinelt Exp $
*
* plugin for /proc/net/dev parsing
*
- * Copyright 2003 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>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: plugin_netdev.c,v $
+ * Revision 1.13 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.12 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: plugin_pop3.c,v 1.6 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: plugin_pop3.c,v 1.7 2005/01/18 06:30:23 reinelt Exp $
*
* Plugin to check POP3 mail accounts
*
- * Copyright 2004 Javi Garcia Dominguez (aka Stolz) <javi@gsmlandia.com>
- * Based on code from pop3check (c) 1999 http://sourceforge.net/projects/pop3check
+ * Copyright (C) 2004 Javi Garcia Dominguez (aka Stolz) <javi@gsmlandia.com>
+ * Based on code from pop3check (C) 1999 http://sourceforge.net/projects/pop3check
* Simon Liddington <squidly@users.sourceforge.net> is the pop3check current maintainer.
* The pop3check original author is Steven Radack <steve@lconn.net>.
*
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is a pluging for LCD4Linux.
*
*
*
* $Log: plugin_pop3.c,v $
+ * Revision 1.7 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.6 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: plugin_ppp.c,v 1.8 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: plugin_ppp.c,v 1.9 2005/01/18 06:30:23 reinelt Exp $
*
* plugin for ppp throughput
*
- * Copyright 2003 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>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: plugin_ppp.c,v $
+ * Revision 1.9 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.8 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: plugin_proc_stat.c,v 1.24 2005/01/11 10:19:33 reinelt Exp $
+/* $Id: plugin_proc_stat.c,v 1.25 2005/01/18 06:30:23 reinelt Exp $
*
* plugin for /proc/stat parsing
*
- * Copyright 2003 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>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: plugin_proc_stat.c,v $
+ * Revision 1.25 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.24 2005/01/11 10:19:33 reinelt
* changes to lcd4linux.conf.sample
*
-/* $Id: plugin_sample.c,v 1.8 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: plugin_sample.c,v 1.9 2005/01/18 06:30:23 reinelt Exp $
*
* plugin template
*
- * Copyright 2003 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>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: plugin_sample.c,v $
+ * Revision 1.9 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.8 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: plugin_seti.c,v 1.5 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: plugin_seti.c,v 1.6 2005/01/18 06:30:23 reinelt Exp $
*
* plugin for seti@home status reporting
*
- * 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 seti client which is
- * Copyright 2001 Axel Ehnert <axel@ehnert.net>
+ * Copyright (C) 2001 Axel Ehnert <axel@ehnert.net>
*
*
* This file is part of LCD4Linux.
*
*
* $Log: plugin_seti.c,v $
+ * Revision 1.6 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.5 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: plugin_string.c,v 1.6 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: plugin_string.c,v 1.7 2005/01/18 06:30:23 reinelt Exp $
*
* string plugin
*
- * Copyright 2003,2004 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2003, 2004 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: plugin_string.c,v $
+ * Revision 1.7 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.6 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: plugin_test.c,v 1.3 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: plugin_test.c,v 1.4 2005/01/18 06:30:23 reinelt Exp $
*
* Handy functions for testing displays and debugging code.
*
-* Copyright 2004 Andy Baxter.
-* Based on sample plugin by:
+* Copyright (C) 2004 Andy Baxter.
*
-* Copyright 2003 Michael Reinelt <reinelt@eunet.at>
-* Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+* Based on sample plugin which is
+* Copyright (C) 2003 Michael Reinelt <reinelt@eunet.at>
+* Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: plugin_test.c,v $
+* Revision 1.4 2005/01/18 06:30:23 reinelt
+* added (C) to all copyright statements
+*
* Revision 1.3 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: plugin_time.c,v 1.3 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: plugin_time.c,v 1.4 2005/01/18 06:30:23 reinelt Exp $
*
* time plugin
*
- * Copyright 2003,2004 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2003, 2004 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: plugin_time.c,v $
+ * Revision 1.4 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.3 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: plugin_uname.c,v 1.4 2005/01/09 10:53:24 reinelt Exp $
+/* $Id: plugin_uname.c,v 1.5 2005/01/18 06:30:23 reinelt Exp $
*
* plugin for uname() syscall
*
- * Copyright 2003 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>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: plugin_uname.c,v $
+ * Revision 1.5 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.4 2005/01/09 10:53:24 reinelt
* small type in plugin_uname fixed
* new homepage lcd4linux.bulix.org
-/* $Id: plugin_uptime.c,v 1.4 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: plugin_uptime.c,v 1.5 2005/01/18 06:30:23 reinelt Exp $
*
* plugin for uptime
*
- * Copyright 2003 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>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: plugin_uptime.c,v $
+ * Revision 1.5 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.4 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: plugin_wireless.c,v 1.7 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: plugin_wireless.c,v 1.8 2005/01/18 06:30:23 reinelt Exp $
*
* Wireless Extension plugin
*
- * Copyright 2004 Xavier Vello <xavier66@free.fr>
- * Copyright 2004 Martin Hejl <martin@hejl.de>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2004 Xavier Vello <xavier66@free.fr>
+ * Copyright (C) 2004 Martin Hejl <martin@hejl.de>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* Losts of code borrowed from Wireless Tools, which is
- * Copyright (c) 1997-2002 Jean Tourrilhes <jt@hpl.hp.com>
+ * Copyright (C) 1997-2002 Jean Tourrilhes <jt@hpl.hp.com>
* (avaible at http://web.hpl.hp.com/personal/Jean_Tourrilhes/Linux/)
*
* This file is part of LCD4Linux.
*
*
* $Log: plugin_wireless.c,v $
+ * Revision 1.8 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.7 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: plugin_xmms.c,v 1.12 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: plugin_xmms.c,v 1.13 2005/01/18 06:30:23 reinelt Exp $
*
* XMMS-Plugin for LCD4Linux
- * Copyright 2003 Markus Keil <markus_keil@t-online.de>
+ * Copyright (C) 2003 Markus Keil <markus_keil@t-online.de>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: plugin_xmms.c,v $
+ * Revision 1.13 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.12 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-# Plugins conf part
+dnl LCD4Linux Plugins conf part
+dnl
+dnl Copyright (C) 1999, 2000, 2001, 2002, 2003 Michael Reinelt <reinelt@eunet.at>
+dnl Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+dnl
+dnl This file is part of LCD4Linux.
+dnl
+dnl LCD4Linux is free software; you can redistribute it and/or modify
+dnl it under the terms of the GNU General Public License as published by
+dnl the Free Software Foundation; either version 2, or (at your option)
+dnl any later version.
+dnl
+dnl LCD4Linux is distributed in the hope that it will be useful,
+dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
+dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+dnl GNU General Public License for more details.
+dnl
+dnl You should have received a copy of the GNU General Public License
+dnl along with this program; if not, write to the Free Software
+dnl Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
AC_MSG_CHECKING([which plugins to compile])
AC_ARG_WITH(
-/* $Id: qprintf.c,v 1.6 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: qprintf.c,v 1.7 2005/01/18 06:30:23 reinelt Exp $
*
* simple but quick snprintf() replacement
*
- * 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>
*
* derived from a patch from Martin Hejl which is
- * Copyright 2003 Martin Hejl (martin@hejl.de)
+ * Copyright (C) 2003 Martin Hejl (martin@hejl.de)
*
* This file is part of LCD4Linux.
*
*
*
* $Log: qprintf.c,v $
+ * Revision 1.7 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.6 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: qprintf.h,v 1.4 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: qprintf.h,v 1.5 2005/01/18 06:30:23 reinelt Exp $
*
* simple but quick snprintf() replacement
*
- * 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>
*
* derived from a patch from Martin Hejl which is
- * Copyright 2003 Martin Hejl (martin@hejl.de)
+ * Copyright (C) 2003 Martin Hejl (martin@hejl.de)
*
* This file is part of LCD4Linux.
*
*
*
* $Log: qprintf.h,v $
+ * Revision 1.5 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.4 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: thread.c,v 1.5 2004/06/20 10:09:56 reinelt Exp $
+/* $Id: thread.c,v 1.6 2005/01/18 06:30:23 reinelt Exp $
*
* thread handling (mutex, shmem, ...)
*
- * 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>
*
* parts of this code are based on the old XWindow driver 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.
*
*
*
* $Log: thread.c,v $
+ * Revision 1.6 2005/01/18 06:30:23 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.5 2004/06/20 10:09:56 reinelt
*
* 'const'ified the whole source
-/* $Id: thread.h,v 1.4 2004/06/20 10:09:56 reinelt Exp $
+/* $Id: thread.h,v 1.5 2005/01/18 06:30:24 reinelt Exp $
*
* thread handling (mutex, shmem, ...)
*
- * 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>
*
* parts of this code are based on the old XWindow driver 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.
*
*
*
* $Log: thread.h,v $
+ * Revision 1.5 2005/01/18 06:30:24 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.4 2004/06/20 10:09:56 reinelt
*
* 'const'ified the whole source
-/* $Id: timer.c,v 1.11 2004/09/19 09:31:19 reinelt Exp $
+/* $Id: timer.c,v 1.12 2005/01/18 06:30:24 reinelt Exp $
*
* generic timer handling
*
- * Copyright 2003,2004 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2003, 2004 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*
*
* $Log: timer.c,v $
+ * Revision 1.12 2005/01/18 06:30:24 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.11 2004/09/19 09:31:19 reinelt
* HD44780 busy flag checking improved: fall back to busy-waiting if too many errors occur
*
-/* $Id: timer.h,v 1.4 2004/06/20 10:09:56 reinelt Exp $
+/* $Id: timer.h,v 1.5 2005/01/18 06:30:24 reinelt Exp $
*
* generic timer handling
*
- * Copyright 2003,2004 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2003, 2004 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: timer.h,v $
+ * Revision 1.5 2005/01/18 06:30:24 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.4 2004/06/20 10:09:56 reinelt
*
* 'const'ified the whole source
-/* $Id: udelay.c,v 1.18 2004/09/18 09:48:29 reinelt Exp $
+/* $Id: udelay.c,v 1.19 2005/01/18 06:30:24 reinelt Exp $
*
* short delays
*
- * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: udelay.c,v $
+ * Revision 1.19 2005/01/18 06:30:24 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.18 2004/09/18 09:48:29 reinelt
* HD44780 cleanup and prepararation for I2C backend
* LCM-162 submodel framework
-/* $Id: udelay.h,v 1.8 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: udelay.h,v 1.9 2005/01/18 06:30:24 reinelt Exp $
*
* short delays
*
- * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: udelay.h,v $
+ * Revision 1.9 2005/01/18 06:30:24 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.8 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: widget.c,v 1.17 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: widget.c,v 1.18 2005/01/18 06:30:24 reinelt Exp $
*
* generic widget handling
*
- * Copyright 2003,2004 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2003, 2004 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*
*
* $Log: widget.c,v $
+ * Revision 1.18 2005/01/18 06:30:24 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.17 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: widget.h,v 1.11 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: widget.h,v 1.12 2005/01/18 06:30:24 reinelt Exp $
*
* generic widget handling
*
- * Copyright 2003,2004 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2003, 2004 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: widget.h,v $
+ * Revision 1.12 2005/01/18 06:30:24 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.11 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: widget_bar.c,v 1.13 2004/11/29 04:42:07 reinelt Exp $
+/* $Id: widget_bar.c,v 1.14 2005/01/18 06:30:24 reinelt Exp $
*
* bar widget handling
*
- * Copyright 2003,2004 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2003, 2004 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*
*
* $Log: widget_bar.c,v $
+ * Revision 1.14 2005/01/18 06:30:24 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.13 2004/11/29 04:42:07 reinelt
* removed the 99999 msec limit on widget update time (thanks to Petri Damsten)
*
-/* $Id: widget_bar.h,v 1.5 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: widget_bar.h,v 1.6 2005/01/18 06:30:24 reinelt Exp $
*
* bar widget handling
*
- * Copyright 2003,2004 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2003, 2004 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: widget_bar.h,v $
+ * Revision 1.6 2005/01/18 06:30:24 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.5 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: widget_icon.c,v 1.15 2004/11/28 15:50:24 reinelt Exp $
+/* $Id: widget_icon.c,v 1.16 2005/01/18 06:30:24 reinelt Exp $
*
* icon widget handling
*
- * Copyright 2003,2004 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2003, 2004 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*
*
* $Log: widget_icon.c,v $
+ * Revision 1.16 2005/01/18 06:30:24 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.15 2004/11/28 15:50:24 reinelt
* Cwlinux fixes (invalidation of user-defined chars)
*
-/* $Id: widget_icon.h,v 1.7 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: widget_icon.h,v 1.8 2005/01/18 06:30:24 reinelt Exp $
*
* icon widget handling
*
- * Copyright 2003,2004 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2003, 2004 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: widget_icon.h,v $
+ * Revision 1.8 2005/01/18 06:30:24 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.7 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...
-/* $Id: widget_text.c,v 1.20 2004/11/29 04:42:07 reinelt Exp $
+/* $Id: widget_text.c,v 1.21 2005/01/18 06:30:24 reinelt Exp $
*
* simple text widget handling
*
- * Copyright 2003,2004 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2003, 2004 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
*
*
* $Log: widget_text.c,v $
+ * Revision 1.21 2005/01/18 06:30:24 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.20 2004/11/29 04:42:07 reinelt
* removed the 99999 msec limit on widget update time (thanks to Petri Damsten)
*
-/* $Id: widget_text.h,v 1.5 2004/06/26 12:05:00 reinelt Exp $
+/* $Id: widget_text.h,v 1.6 2005/01/18 06:30:24 reinelt Exp $
*
* simple text widget handling
*
- * Copyright 2003,2004 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2003, 2004 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
*
* This file is part of LCD4Linux.
*
*
*
* $Log: widget_text.h,v $
+ * Revision 1.6 2005/01/18 06:30:24 reinelt
+ * added (C) to all copyright statements
+ *
* Revision 1.5 2004/06/26 12:05:00 reinelt
*
* uh-oh... the last CVS log message messed up things a lot...