From 5c96185f5d3077e315ed18ca0f774a229732be7f Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Tue, 18 Jan 2005 06:30:24 +0000 Subject: [lcd4linux @ 2005-01-18 06:30:21 by reinelt] added (C) to all copyright statements --- cfg.c | 9 ++++++--- cfg.h | 8 ++++++-- configure | 2 -- configure.in | 21 +++++++++++++++++++++ debug.c | 8 ++++++-- debug.h | 8 ++++++-- drivers.m4 | 21 ++++++++++++++++++++- drv.c | 9 ++++++--- drv.h | 9 ++++++--- drv_BWCT.c | 9 ++++++--- drv_BeckmannEgle.c | 9 ++++++--- drv_Crystalfontz.c | 9 ++++++--- drv_Curses.c | 11 +++++++---- drv_Cwlinux.c | 9 ++++++--- drv_HD44780.c | 13 ++++++++----- drv_Image.c | 9 ++++++--- drv_LCDTerm.c | 9 ++++++--- drv_M50530.c | 9 ++++++--- drv_MatrixOrbital.c | 9 ++++++--- drv_MilfordInstruments.c | 11 +++++++---- drv_NULL.c | 9 ++++++--- drv_RouterBoard.c | 6 +++++- drv_T6963.c | 9 ++++++--- drv_USBLCD.c | 11 +++++++---- drv_X11.c | 11 +++++++---- drv_generic_graphic.c | 7 +++++-- drv_generic_graphic.h | 9 ++++++--- drv_generic_parport.c | 9 ++++++--- drv_generic_parport.h | 9 ++++++--- drv_generic_serial.c | 9 ++++++--- drv_generic_serial.h | 9 ++++++--- drv_generic_text.c | 9 ++++++--- drv_generic_text.h | 9 ++++++--- evaluator.c | 9 ++++++--- evaluator.h | 9 ++++++--- font_6x8.h | 9 ++++++--- hash.c | 9 ++++++--- hash.h | 9 ++++++--- layout.c | 9 ++++++--- layout.h | 9 ++++++--- lcd4linux.c | 11 +++++++---- lcd4linux.xpm | 23 +++++++++++++++++++++++ pid.c | 7 +++++-- pid.h | 8 ++++++-- plugin.c | 8 ++++++-- plugin.h | 8 ++++++-- plugin_apm.c | 11 +++++++---- plugin_cfg.c | 9 ++++++--- plugin_cpuinfo.c | 9 ++++++--- plugin_diskstats.c | 9 ++++++--- plugin_dvb.c | 9 ++++++--- plugin_exec.c | 11 +++++++---- plugin_i2c_sensors.c | 9 ++++++--- plugin_imon.c | 7 +++++-- plugin_isdn.c | 11 +++++++---- plugin_loadavg.c | 9 ++++++--- plugin_math.c | 8 ++++++-- plugin_meminfo.c | 9 ++++++--- plugin_mysql.c | 9 ++++++--- plugin_netdev.c | 9 ++++++--- plugin_pop3.c | 11 +++++++---- plugin_ppp.c | 9 ++++++--- plugin_proc_stat.c | 9 ++++++--- plugin_sample.c | 9 ++++++--- plugin_seti.c | 11 +++++++---- plugin_string.c | 9 ++++++--- plugin_test.c | 13 ++++++++----- plugin_time.c | 9 ++++++--- plugin_uname.c | 9 ++++++--- plugin_uptime.c | 9 ++++++--- plugin_wireless.c | 13 ++++++++----- plugin_xmms.c | 7 +++++-- plugins.m4 | 21 ++++++++++++++++++++- qprintf.c | 11 +++++++---- qprintf.h | 11 +++++++---- thread.c | 11 +++++++---- thread.h | 11 +++++++---- timer.c | 9 ++++++--- timer.h | 9 ++++++--- udelay.c | 8 ++++++-- udelay.h | 8 ++++++-- widget.c | 9 ++++++--- widget.h | 9 ++++++--- widget_bar.c | 9 ++++++--- widget_bar.h | 9 ++++++--- widget_icon.c | 9 ++++++--- widget_icon.h | 9 ++++++--- widget_text.c | 9 ++++++--- widget_text.h | 9 ++++++--- 89 files changed, 603 insertions(+), 261 deletions(-) diff --git a/cfg.c b/cfg.c index bb4351d..9e17439 100644 --- a/cfg.c +++ b/cfg.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 1999, 2000 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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 * diff --git a/cfg.h b/cfg.h index 38b04e4..2397d58 100644 --- a/cfg.h +++ b/cfg.h @@ -1,8 +1,9 @@ -/* $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 + * Copyright (C) 1999, 2000 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -22,6 +23,9 @@ * * * $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 diff --git a/configure b/configure index b503d61..a4e4564 100755 --- a/configure +++ b/configure @@ -5371,7 +5371,6 @@ done # 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 @@ -5726,7 +5725,6 @@ fi # 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 diff --git a/configure.in b/configure.in index 05f8c06..620a4a6 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,27 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. +# LCD4Linux autoconf script +# +# Copyright (C) 1999, 2000, 2001, 2002, 2003 Michael Reinelt +# Copyright (C) 2004 The LCD4Linux Team +# +# 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]) diff --git a/debug.c b/debug.c index b7d99fe..0f898db 100644 --- a/debug.c +++ b/debug.c @@ -1,8 +1,9 @@ -/* $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 + * Copyright (C) 1999, 2000 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -22,6 +23,9 @@ * * * $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... diff --git a/debug.h b/debug.h index 2a30d8c..61c7469 100644 --- a/debug.h +++ b/debug.h @@ -1,8 +1,9 @@ -/* $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 + * Copyright (C) 1999, 2000 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -22,6 +23,9 @@ * * * $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 diff --git a/drivers.m4 b/drivers.m4 index eecf741..cdc8848 100644 --- a/drivers.m4 +++ b/drivers.m4 @@ -1,4 +1,23 @@ -# Drivers conf part +dnl LCD4Linux Drivers conf part +dnl +dnl Copyright (C) 1999, 2000, 2001, 2002, 2003 Michael Reinelt +dnl Copyright (C) 2004 The LCD4Linux Team +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( diff --git a/drv.c b/drv.c index ea62dcd..5de94fd 100644 --- a/drv.c +++ b/drv.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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 * diff --git a/drv.h b/drv.h index 6f9e064..d8a6594 100644 --- a/drv.h +++ b/drv.h @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 1999-2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/drv_BWCT.c b/drv_BWCT.c index 6bf2617..b8c1bd1 100644 --- a/drv_BWCT.c +++ b/drv_BWCT.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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. * diff --git a/drv_BeckmannEgle.c b/drv_BeckmannEgle.c index f17072f..cb16960 100644 --- a/drv_BeckmannEgle.c +++ b/drv_BeckmannEgle.c @@ -1,8 +1,8 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2000 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -22,6 +22,9 @@ * * * $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 diff --git a/drv_Crystalfontz.c b/drv_Crystalfontz.c index 87314fe..6d5c31e 100644 --- a/drv_Crystalfontz.c +++ b/drv_Crystalfontz.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 1999, 2000 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... 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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2004 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * based on the old Curses/Text driver which is - * Copyright 2001 Leopold Toetsch + * Copyright (C) 2001 Leopold Toetsch * * 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... diff --git a/drv_Cwlinux.c b/drv_Cwlinux.c index c533b3f..1088a8a 100644 --- a/drv_Cwlinux.c +++ b/drv_Cwlinux.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 1999, 2000 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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) * diff --git a/drv_HD44780.c b/drv_HD44780.c index fb1baff..3796d28 100644 --- a/drv_HD44780.c +++ b/drv_HD44780.c @@ -1,15 +1,15 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * 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 + * Copyright (C) 2003 Jesse Brook Kovach * * This file is part of LCD4Linux. * @@ -29,6 +29,9 @@ * * * $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 * diff --git a/drv_Image.c b/drv_Image.c index 694d34d..196ead1 100644 --- a/drv_Image.c +++ b/drv_Image.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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) * diff --git a/drv_LCDTerm.c b/drv_LCDTerm.c index a554be3..3f524d4 100644 --- a/drv_LCDTerm.c +++ b/drv_LCDTerm.c @@ -1,10 +1,10 @@ -/* $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 - * Copyright 2005 The LCD4Linux Team + * Copyright (C) 2005 Michael Reinelt + * Copyright (C) 2005 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -24,6 +24,9 @@ * * * $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 * diff --git a/drv_M50530.c b/drv_M50530.c index 4c399ac..1344391 100644 --- a/drv_M50530.c +++ b/drv_M50530.c @@ -1,9 +1,9 @@ -#/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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 * diff --git a/drv_MatrixOrbital.c b/drv_MatrixOrbital.c index fb58f2d..2bc6864 100644 --- a/drv_MatrixOrbital.c +++ b/drv_MatrixOrbital.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 1999, 2000 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/drv_MilfordInstruments.c b/drv_MilfordInstruments.c index f97e386..f1cb0e4 100644 --- a/drv_MilfordInstruments.c +++ b/drv_MilfordInstruments.c @@ -1,13 +1,13 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003, 2004 Andy Baxter + * Copyright (C) 2004 The LCD4Linux Team * * based on the MatrixOrbital driver which is - * Copyright 1999, 2000 Michael Reinelt + * Copyright (C) 1999, 2000 Michael Reinelt * * This file is part of LCD4Linux. * @@ -27,6 +27,9 @@ * * * $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... diff --git a/drv_NULL.c b/drv_NULL.c index 8c67b96..2e1b375 100644 --- a/drv_NULL.c +++ b/drv_NULL.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2004 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/drv_RouterBoard.c b/drv_RouterBoard.c index a543a76..e22e69b 100644 --- a/drv_RouterBoard.c +++ b/drv_RouterBoard.c @@ -1,9 +1,10 @@ -/* $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 + * Copyright (C) 2004 The LCD4Linux Team * * based on the HD44780 parallel port driver and RB SDK example * @@ -25,6 +26,9 @@ * * * $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 * diff --git a/drv_T6963.c b/drv_T6963.c index 3776d0d..27dda0d 100644 --- a/drv_T6963.c +++ b/drv_T6963.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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 * 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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * based on the old-style USBLCD driver which is - * Copyright 2002 Robin Adams, Adams IT Services + * Copyright (C) 2002 Robin Adams, Adams IT Services * * 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 * 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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * based on the old XWindow.c which is - * Copyright 2000 Herbert Rosmanith + * Copyright (C) 2000 Herbert Rosmanith * * 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) * diff --git a/drv_generic_graphic.c b/drv_generic_graphic.c index cfc82a8..b7240b7 100644 --- a/drv_generic_graphic.c +++ b/drv_generic_graphic.c @@ -2,8 +2,8 @@ * * generic driver helper for graphic displays * - * Copyright 1999, 2000 Michael Reinelt - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 1999, 2000 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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 diff --git a/drv_generic_graphic.h b/drv_generic_graphic.h index 1230ba3..0a25815 100644 --- a/drv_generic_graphic.h +++ b/drv_generic_graphic.h @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 1999, 2000 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/drv_generic_parport.c b/drv_generic_parport.c index 945a573..5cd2cd3 100644 --- a/drv_generic_parport.c +++ b/drv_generic_parport.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 1999, 2000 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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 * diff --git a/drv_generic_parport.h b/drv_generic_parport.h index 1eea335..fb72fda 100644 --- a/drv_generic_parport.h +++ b/drv_generic_parport.h @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 1999, 2000 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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) * diff --git a/drv_generic_serial.c b/drv_generic_serial.c index 796384e..de42bb8 100644 --- a/drv_generic_serial.c +++ b/drv_generic_serial.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 1999, 2000 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/drv_generic_serial.h b/drv_generic_serial.h index a595f5b..933b250 100644 --- a/drv_generic_serial.h +++ b/drv_generic_serial.h @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 1999, 2000 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/drv_generic_text.c b/drv_generic_text.c index 70de94b..793d1a2 100644 --- a/drv_generic_text.c +++ b/drv_generic_text.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 1999, 2000 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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 diff --git a/drv_generic_text.h b/drv_generic_text.h index 572ea9f..e468fc6 100644 --- a/drv_generic_text.h +++ b/drv_generic_text.h @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 1999, 2000 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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) * diff --git a/evaluator.c b/evaluator.c index d9ce5d9..b07926c 100644 --- a/evaluator.c +++ b/evaluator.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 1999, 2000 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/evaluator.h b/evaluator.h index 1c3c1cd..fa6eab0 100644 --- a/evaluator.h +++ b/evaluator.h @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/font_6x8.h b/font_6x8.h index da8f4d6..6931146 100644 --- a/font_6x8.h +++ b/font_6x8.h @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 1999, 2000, 2004 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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 diff --git a/hash.c b/hash.c index 699d713..e55e9c4 100644 --- a/hash.c +++ b/hash.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/hash.h b/hash.h index 4e7152e..625ba1e 100644 --- a/hash.h +++ b/hash.h @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/layout.c b/layout.c index 0ffd61b..43489e2 100644 --- a/layout.c +++ b/layout.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/layout.h b/layout.h index 8c3490e..c44b5b5 100644 --- a/layout.h +++ b/layout.h @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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 diff --git a/lcd4linux.c b/lcd4linux.c index 0eed8c0..d4885b1 100644 --- a/lcd4linux.c +++ b/lcd4linux.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 1999, 2000, 2001, 2002, 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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. * @@ -385,7 +388,7 @@ #define PIDFILE "/var/run/lcd4linux.pid" static char *release = "LCD4Linux " VERSION; -static char *copyright = "Copyright 1999-2004 The LCD4Linux Team "; +static char *copyright = "Copyright (C) 2005 The LCD4Linux Team "; static char **my_argv; extern char* output; diff --git a/lcd4linux.xpm b/lcd4linux.xpm index acfa772..1523ca7 100644 --- a/lcd4linux.xpm +++ b/lcd4linux.xpm @@ -1,4 +1,27 @@ /* XPM */ + +/* + * Copyright 1999 Michael Reinelt + * Copyright 2004 The LCD4Linux Team + * + * 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", diff --git a/pid.c b/pid.c index a79d42f..f3b3f40 100644 --- a/pid.c +++ b/pid.c @@ -1,8 +1,8 @@ -/* $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 + * Copyright (C) 1999, 2000 Michael Reinelt * * This file is part of LCD4Linux. * @@ -22,6 +22,9 @@ * * * $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... diff --git a/pid.h b/pid.h index 5b17834..1ebc91f 100644 --- a/pid.h +++ b/pid.h @@ -1,8 +1,9 @@ -/* $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 + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -22,6 +23,9 @@ * * * $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 * diff --git a/plugin.c b/plugin.c index 5cc0768..9075f56 100644 --- a/plugin.c +++ b/plugin.c @@ -1,8 +1,9 @@ -/* $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 + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -22,6 +23,9 @@ * * * $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... diff --git a/plugin.h b/plugin.h index 61a9aa0..74b5f1b 100644 --- a/plugin.h +++ b/plugin.h @@ -1,8 +1,9 @@ -/* $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 + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -22,6 +23,9 @@ * * * $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 diff --git a/plugin_apm.c b/plugin_apm.c index 60739ea..293bc6a 100644 --- a/plugin_apm.c +++ b/plugin_apm.c @@ -1,12 +1,12 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * based on the old 'battery.c' which is - * Copyright 2001 Leopold Tötsch + * Copyright (C) 2001 Leopold Tötsch * * This file is part of LCD4Linux. * @@ -26,6 +26,9 @@ * * * $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... diff --git a/plugin_cfg.c b/plugin_cfg.c index de55df2..8518eaa 100644 --- a/plugin_cfg.c +++ b/plugin_cfg.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003, 2004 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/plugin_cpuinfo.c b/plugin_cpuinfo.c index 42a8e75..3d9d9e9 100644 --- a/plugin_cpuinfo.c +++ b/plugin_cpuinfo.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/plugin_diskstats.c b/plugin_diskstats.c index 532d81d..3e0ee50 100644 --- a/plugin_diskstats.c +++ b/plugin_diskstats.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/plugin_dvb.c b/plugin_dvb.c index 053cce0..7e42254 100644 --- a/plugin_dvb.c +++ b/plugin_dvb.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/plugin_exec.c b/plugin_exec.c index 78850a9..8b4af36 100644 --- a/plugin_exec.c +++ b/plugin_exec.c @@ -1,12 +1,12 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2004 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * based on the old 'exec' client which is - * Copyright 2001 Leopold Tötsch + * Copyright (C) 2001 Leopold Tötsch * * * This file is part of LCD4Linux. @@ -27,6 +27,9 @@ * * * $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. * diff --git a/plugin_i2c_sensors.c b/plugin_i2c_sensors.c index 8969175..b6f9168 100644 --- a/plugin_i2c_sensors.c +++ b/plugin_i2c_sensors.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003, 2004 Xavier Vello + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/plugin_imon.c b/plugin_imon.c index b8f40d7..6a3aa35 100755 --- a/plugin_imon.c +++ b/plugin_imon.c @@ -1,8 +1,8 @@ -/* $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 + * Copyright (C) 2003 Nico Wallmeier * * This file is part of LCD4Linux. * @@ -22,6 +22,9 @@ * * * $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... diff --git a/plugin_isdn.c b/plugin_isdn.c index 8a3bae1..3010d4c 100644 --- a/plugin_isdn.c +++ b/plugin_isdn.c @@ -1,12 +1,12 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * Based on the old isdn client (isdn.c) which is - * Copyright 1999, 2000 Michael Reinelt + * Copyright (C) 1999, 2000 Michael Reinelt * * This file is part of LCD4Linux. * @@ -26,6 +26,9 @@ * * * $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... diff --git a/plugin_loadavg.c b/plugin_loadavg.c index b4b3053..e599c68 100644 --- a/plugin_loadavg.c +++ b/plugin_loadavg.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/plugin_math.c b/plugin_math.c index 10da51d..d1216a9 100644 --- a/plugin_math.c +++ b/plugin_math.c @@ -1,8 +1,9 @@ -/* $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 + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -22,6 +23,9 @@ * * * $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... diff --git a/plugin_meminfo.c b/plugin_meminfo.c index 551121d..301878f 100644 --- a/plugin_meminfo.c +++ b/plugin_meminfo.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/plugin_mysql.c b/plugin_mysql.c index 7372472..171b6a5 100644 --- a/plugin_mysql.c +++ b/plugin_mysql.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2004 Javier Garcia + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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 * diff --git a/plugin_netdev.c b/plugin_netdev.c index 6e4dbbd..a989a0f 100644 --- a/plugin_netdev.c +++ b/plugin_netdev.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/plugin_pop3.c b/plugin_pop3.c index 6353089..f4cf2f7 100644 --- a/plugin_pop3.c +++ b/plugin_pop3.c @@ -1,13 +1,13 @@ -/* $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) - * Based on code from pop3check (c) 1999 http://sourceforge.net/projects/pop3check + * Copyright (C) 2004 Javi Garcia Dominguez (aka Stolz) + * Based on code from pop3check (C) 1999 http://sourceforge.net/projects/pop3check * Simon Liddington is the pop3check current maintainer. * The pop3check original author is Steven Radack . * - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2004 The LCD4Linux Team * * This file is a pluging for LCD4Linux. * @@ -27,6 +27,9 @@ * * * $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... diff --git a/plugin_ppp.c b/plugin_ppp.c index f48c3b5..9c8cfae 100644 --- a/plugin_ppp.c +++ b/plugin_ppp.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/plugin_proc_stat.c b/plugin_proc_stat.c index 79705d1..84f4810 100644 --- a/plugin_proc_stat.c +++ b/plugin_proc_stat.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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 * diff --git a/plugin_sample.c b/plugin_sample.c index 35e30c3..01aeca9 100644 --- a/plugin_sample.c +++ b/plugin_sample.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/plugin_seti.c b/plugin_seti.c index a8dc5e7..2f46a0e 100644 --- a/plugin_seti.c +++ b/plugin_seti.c @@ -1,12 +1,12 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2004 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * based on the old seti client which is - * Copyright 2001 Axel Ehnert + * Copyright (C) 2001 Axel Ehnert * * * This file is part of LCD4Linux. @@ -27,6 +27,9 @@ * * * $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... diff --git a/plugin_string.c b/plugin_string.c index a7d6e2e..c920e25 100644 --- a/plugin_string.c +++ b/plugin_string.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003, 2004 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/plugin_test.c b/plugin_test.c index af2df96..15a098b 100644 --- a/plugin_test.c +++ b/plugin_test.c @@ -1,12 +1,12 @@ -/* $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 -* Copyright 2004 The LCD4Linux Team +* Based on sample plugin which is +* Copyright (C) 2003 Michael Reinelt +* Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -26,6 +26,9 @@ * * * $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... diff --git a/plugin_time.c b/plugin_time.c index 6518b36..95d224c 100644 --- a/plugin_time.c +++ b/plugin_time.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003, 2004 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/plugin_uname.c b/plugin_uname.c index 8ab5c66..1697805 100644 --- a/plugin_uname.c +++ b/plugin_uname.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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 diff --git a/plugin_uptime.c b/plugin_uptime.c index 8f4dbd4..90969d4 100644 --- a/plugin_uptime.c +++ b/plugin_uptime.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/plugin_wireless.c b/plugin_wireless.c index ca66952..8f85c5b 100755 --- a/plugin_wireless.c +++ b/plugin_wireless.c @@ -1,13 +1,13 @@ -/* $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 - * Copyright 2004 Martin Hejl - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2004 Xavier Vello + * Copyright (C) 2004 Martin Hejl + * Copyright (C) 2004 The LCD4Linux Team * * Losts of code borrowed from Wireless Tools, which is - * Copyright (c) 1997-2002 Jean Tourrilhes + * Copyright (C) 1997-2002 Jean Tourrilhes * (avaible at http://web.hpl.hp.com/personal/Jean_Tourrilhes/Linux/) * * This file is part of LCD4Linux. @@ -28,6 +28,9 @@ * * * $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... diff --git a/plugin_xmms.c b/plugin_xmms.c index bee5cd2..52ade96 100644 --- a/plugin_xmms.c +++ b/plugin_xmms.c @@ -1,7 +1,7 @@ -/* $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 + * Copyright (C) 2003 Markus Keil * * This file is part of LCD4Linux. * @@ -21,6 +21,9 @@ * * * $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... diff --git a/plugins.m4 b/plugins.m4 index 41f4efb..90fc339 100644 --- a/plugins.m4 +++ b/plugins.m4 @@ -1,4 +1,23 @@ -# Plugins conf part +dnl LCD4Linux Plugins conf part +dnl +dnl Copyright (C) 1999, 2000, 2001, 2002, 2003 Michael Reinelt +dnl Copyright (C) 2004 The LCD4Linux Team +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( diff --git a/qprintf.c b/qprintf.c index 97bcfa8..530d709 100644 --- a/qprintf.c +++ b/qprintf.c @@ -1,12 +1,12 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2004 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * 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. * @@ -26,6 +26,9 @@ * * * $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... diff --git a/qprintf.h b/qprintf.h index da4b0ba..33b0fac 100644 --- a/qprintf.h +++ b/qprintf.h @@ -1,12 +1,12 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2004 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * 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. * @@ -26,6 +26,9 @@ * * * $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... diff --git a/thread.c b/thread.c index 4a9fffd..4c2c227 100644 --- a/thread.c +++ b/thread.c @@ -1,12 +1,12 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2004 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * parts of this code are based on the old XWindow driver which is - * Copyright 2000 Herbert Rosmanith + * Copyright (C) 2000 Herbert Rosmanith * * This file is part of LCD4Linux. * @@ -26,6 +26,9 @@ * * * $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 diff --git a/thread.h b/thread.h index 16b5ecc..c7ce81c 100644 --- a/thread.h +++ b/thread.h @@ -1,12 +1,12 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2004 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * parts of this code are based on the old XWindow driver which is - * Copyright 2000 Herbert Rosmanith + * Copyright (C) 2000 Herbert Rosmanith * * This file is part of LCD4Linux. * @@ -26,6 +26,9 @@ * * * $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 diff --git a/timer.c b/timer.c index 6b65574..0aac0a6 100644 --- a/timer.c +++ b/timer.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003, 2004 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * 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 @@ -21,6 +21,9 @@ * * * $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 * diff --git a/timer.h b/timer.h index 9ff9e95..f100fd8 100644 --- a/timer.h +++ b/timer.h @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003, 2004 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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 diff --git a/udelay.c b/udelay.c index f3a222c..75ae1cf 100644 --- a/udelay.c +++ b/udelay.c @@ -1,8 +1,9 @@ -/* $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 + * Copyright (C) 1999, 2000 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -22,6 +23,9 @@ * * * $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 diff --git a/udelay.h b/udelay.h index 96a6dac..2e52f9d 100644 --- a/udelay.h +++ b/udelay.h @@ -1,8 +1,9 @@ -/* $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 + * Copyright (C) 1999, 2000 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -22,6 +23,9 @@ * * * $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... diff --git a/widget.c b/widget.c index 63f0be5..c2cd60e 100644 --- a/widget.c +++ b/widget.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003, 2004 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * 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 @@ -21,6 +21,9 @@ * * * $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... diff --git a/widget.h b/widget.h index 7545fa1..dbf12b0 100644 --- a/widget.h +++ b/widget.h @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003, 2004 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/widget_bar.c b/widget_bar.c index 990ef57..6e0f54c 100644 --- a/widget_bar.c +++ b/widget_bar.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003, 2004 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * 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 @@ -21,6 +21,9 @@ * * * $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) * diff --git a/widget_bar.h b/widget_bar.h index 3bd1b56..804738e 100644 --- a/widget_bar.h +++ b/widget_bar.h @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003, 2004 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/widget_icon.c b/widget_icon.c index f858ae5..4b3008b 100644 --- a/widget_icon.c +++ b/widget_icon.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003, 2004 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * 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 @@ -21,6 +21,9 @@ * * * $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) * diff --git a/widget_icon.h b/widget_icon.h index bb7f73e..4b361e2 100644 --- a/widget_icon.h +++ b/widget_icon.h @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003, 2004 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... diff --git a/widget_text.c b/widget_text.c index 949b82e..4275e99 100644 --- a/widget_text.c +++ b/widget_text.c @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003, 2004 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * 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 @@ -21,6 +21,9 @@ * * * $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) * diff --git a/widget_text.h b/widget_text.h index 41ea21d..6aa03f3 100644 --- a/widget_text.h +++ b/widget_text.h @@ -1,9 +1,9 @@ -/* $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 - * Copyright 2004 The LCD4Linux Team + * Copyright (C) 2003, 2004 Michael Reinelt + * Copyright (C) 2004 The LCD4Linux Team * * This file is part of LCD4Linux. * @@ -23,6 +23,9 @@ * * * $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... -- cgit v1.2.3