]> git.webhop.me Git - lcd4linux.git/commitdiff
[lcd4linux @ 2005-01-18 06:30:21 by reinelt]
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Tue, 18 Jan 2005 06:30:24 +0000 (06:30 +0000)
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Tue, 18 Jan 2005 06:30:24 +0000 (06:30 +0000)
added (C) to all copyright statements

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@509 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

89 files changed:
cfg.c
cfg.h
configure
configure.in
debug.c
debug.h
drivers.m4
drv.c
drv.h
drv_BWCT.c
drv_BeckmannEgle.c
drv_Crystalfontz.c
drv_Curses.c
drv_Cwlinux.c
drv_HD44780.c
drv_Image.c
drv_LCDTerm.c
drv_M50530.c
drv_MatrixOrbital.c
drv_MilfordInstruments.c
drv_NULL.c
drv_RouterBoard.c
drv_T6963.c
drv_USBLCD.c
drv_X11.c
drv_generic_graphic.c
drv_generic_graphic.h
drv_generic_parport.c
drv_generic_parport.h
drv_generic_serial.c
drv_generic_serial.h
drv_generic_text.c
drv_generic_text.h
evaluator.c
evaluator.h
font_6x8.h
hash.c
hash.h
layout.c
layout.h
lcd4linux.c
lcd4linux.xpm
pid.c
pid.h
plugin.c
plugin.h
plugin_apm.c
plugin_cfg.c
plugin_cpuinfo.c
plugin_diskstats.c
plugin_dvb.c
plugin_exec.c
plugin_i2c_sensors.c
plugin_imon.c
plugin_isdn.c
plugin_loadavg.c
plugin_math.c
plugin_meminfo.c
plugin_mysql.c
plugin_netdev.c
plugin_pop3.c
plugin_ppp.c
plugin_proc_stat.c
plugin_sample.c
plugin_seti.c
plugin_string.c
plugin_test.c
plugin_time.c
plugin_uname.c
plugin_uptime.c
plugin_wireless.c
plugin_xmms.c
plugins.m4
qprintf.c
qprintf.h
thread.c
thread.h
timer.c
timer.h
udelay.c
udelay.h
widget.c
widget.h
widget_bar.c
widget_bar.h
widget_icon.c
widget_icon.h
widget_text.c
widget_text.h

diff --git a/cfg.c b/cfg.c
index bb4351de8279789a0dacb94168dba948244a4fe7..9e174392a36200b2cfa4e9ad7618708c34641395 100644 (file)
--- 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 <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.
  *
@@ -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 38b04e4432b9ffc12f3ec947d971f21e8ef23872..2397d583b6e32cbc0f17f52d69afebe7054b74cc 100644 (file)
--- 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 <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.
  *
@@ -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
index b503d618bf6ad63ca28783d694b1d86e8baa4e38..a4e4564767ea9a2b12d0673ccdcead6e53f67688 100755 (executable)
--- 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
index 05f8c06fca16f84ca44f7447e5693368b8850f52..620a4a6c07d8d9f7de1176d6d3ee42022feb21a3 100644 (file)
@@ -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 <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])
diff --git a/debug.c b/debug.c
index b7d99fee1e78bdae4c9d6df32c37ac2c92218cc3..0f898db0e2a6790e1ac312860b64cb05e4285b7a 100644 (file)
--- 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 <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.
  *
@@ -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 2a30d8ce4b3b15256209eca2751973896e8bd27a..61c7469e67cb61fd6d3b29325e3902951bcd1f5d 100644 (file)
--- 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 <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.
  *
@@ -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
index eecf741023e87a572b6c6418d1d48904f9b319df..cdc884874663c560d68decf918275cd55beb90a0 100644 (file)
@@ -1,4 +1,23 @@
-# 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(
diff --git a/drv.c b/drv.c
index ea62dcdbfd7b09aec690c0ca4682993b1fb68edd..5de94fda87da5dabfaf38bc5671a5de3a90365f7 100644 (file)
--- 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 <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.
  *
@@ -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 6f9e0649b6512099fb9f011ca84ac916adfbbd82..d8a65949bceeffa02221f3db18d72bbdbe2137a3 100644 (file)
--- 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 <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.
  *
@@ -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...
index 6bf2617190d7151bea8e420d096b765371177565..b8c1bd184cdf040c84b1f7ad44da5d84f18b4a8f 100644 (file)
@@ -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 <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.
  *
@@ -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.
  *
index f17072f674ee2b4980c5508301424f2fef447dd0..cb16960f620ef4fc41992550e382134798919611 100644 (file)
@@ -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 <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.
  *
@@ -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
index 87314fe24ced4bcd0b0e00fb57fefaf022e3efb7..6d5c31ef1ad87f852dc86d1f251ccb78ef85c4b0 100644 (file)
@@ -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 <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.
  *
@@ -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...
index 13d1f5ed2e66a64644e0170940510c10c178620a..d70b75071e70bc236806b9927ed95227cfec8a70 100644 (file)
@@ -1,12 +1,12 @@
-/* $Id: drv_Curses.c,v 1.8 2004/06/26 12:04:59 reinelt Exp $
+/* $Id: drv_Curses.c,v 1.9 2005/01/18 06:30:22 reinelt Exp $
  *
  * pure ncurses based text driver
  *
- * Copyright 2004 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2004 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
  *
  * based on the old Curses/Text driver which is
- * Copyright 2001 Leopold Toetsch <lt@toetsch.at>
+ * Copyright (C) 2001 Leopold Toetsch <lt@toetsch.at>
  *
  * This file is part of LCD4Linux.
  *
@@ -26,6 +26,9 @@
  *
  *
  * $Log: drv_Curses.c,v $
+ * Revision 1.9  2005/01/18 06:30:22  reinelt
+ * added (C) to all copyright statements
+ *
  * Revision 1.8  2004/06/26 12:04:59  reinelt
  *
  * uh-oh... the last CVS log message messed up things a lot...
index c533b3f8fd47b32fd1c3197ad2571ad80a96bc36..1088a8a7285cd88b95d7a0e7890f65b8b9aa6e4b 100644 (file)
@@ -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 <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.
  *
@@ -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)
  *
index fb1baffac7c78a7eb605bda28b2bfa24fc303015..3796d28d5be2060a2779d85c2cc48220bf0c0921 100644 (file)
@@ -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 <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.
  *
@@ -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
  *
index 694d34d715f2a33042c538220ef1b038fcb5be48..196ead102ed290c83a7a129f2acf2ec090ed6e9d 100644 (file)
@@ -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 <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.
  *
@@ -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)
  *
index a554be39df1781d96d4943f3e562d4aca5740f08..3f524d435f2bf993750fb801ad59e0574709a33a 100644 (file)
@@ -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 <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.
  *
@@ -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
  *
index 4c399ac1d85b11e33c78c0fe5dce69c53d4b3e21..1344391b41cc8989a0e16b5fd1e538eef83fe4b9 100644 (file)
@@ -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 <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.
  *
@@ -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
  *
index fb58f2d86d62b68ad101d7deb4c2d97ff9840c10..2bc68649a04df74a080776d8614ea4c9f6550373 100644 (file)
@@ -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 <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.
  *
@@ -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...
index f97e386e2a5088d4f5affdae0a8a699f76b98feb..f1cb0e4ac5d0c469f99635b74a730c68872be32e 100644 (file)
@@ -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 <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.
  *
@@ -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...
index 8c67b96af243d9c5cd9b0492ea608514c7fb2dfb..2e1b375f0e31d12e61febc72eca05c4196439160 100644 (file)
@@ -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 <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.
  *
@@ -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...
index a543a76f7352eb38364224d139f30ddddcd93b88..e22e69b9739fec85ed2465116478754c218a6118 100644 (file)
@@ -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 <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 
  *
@@ -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
  *
index 3776d0d52ef13324924beaf77ba9cc9af758477d..27dda0d8f6c7626a0f28ecdb1f88d33014570a3a 100644 (file)
@@ -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 <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.
  *
@@ -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
  *
index cbf6bc9cd14102ac0fcfa2b4f2ebe37474fce707..b172a22e0d8c82217af39e91633ae9855f465e42 100644 (file)
@@ -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 <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.
  *
@@ -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
  *
index b862edffd70d564cbbd55036800caef8c8917b75..3b793342fd6475368ef44d73ede0016c0da923dd 100644 (file)
--- a/drv_X11.c
+++ b/drv_X11.c
@@ -1,12 +1,12 @@
-/* $Id: drv_X11.c,v 1.9 2004/11/29 04:42:07 reinelt Exp $
+/* $Id: drv_X11.c,v 1.10 2005/01/18 06:30:23 reinelt Exp $
  *
  * new style X11 Driver for LCD4Linux 
  *
- * Copyright 1999-2004 Michael Reinelt <reinelt@eunet.at>
- * Copyright 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
+ * Copyright (C) 2003 Michael Reinelt <reinelt@eunet.at>
+ * Copyright (C) 2004 The LCD4Linux Team <lcd4linux-devel@users.sourceforge.net>
  *
  * based on the old XWindow.c which is
- * Copyright 2000 Herbert Rosmanith <herp@wildsau.idv.uni-linz.ac.at>
+ * Copyright (C) 2000 Herbert Rosmanith <herp@wildsau.idv.uni-linz.ac.at>
  *
  * This file is part of LCD4Linux.
  *
@@ -26,6 +26,9 @@
  *
  *
  * $Log: drv_X11.c,v $
+ * Revision 1.10  2005/01/18 06:30:23  reinelt
+ * added (C) to all copyright statements
+ *
  * Revision 1.9  2004/11/29 04:42:07  reinelt
  * removed the 99999 msec limit on widget update time (thanks to Petri Damsten)
  *
index cfc82a8c65cc67feceb88896b8ea3699ad6a0b26..b7240b72981d217a31b5329caf9be084ef04970a 100644 (file)
@@ -2,8 +2,8 @@
  *
  * 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.
  *
@@ -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
index 1230ba3e30762cc7c7bc06bd187c44fe78e5ae43..0a25815f7f824dc912965003ac5f553eb06e0cd2 100644 (file)
@@ -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 <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.
  *
@@ -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...
index 945a573d46501b44ae5d05a30b47b12505a467fb..5cd2cd31efaab54ee00499768a87c8a79d492121 100644 (file)
@@ -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 <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.
  *
@@ -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
  *
index 1eea335806d3e5a12f02f13aa792562484bf2c2c..fb72fdaacae7285ed73bdd5029657f0f0ff6fbc2 100644 (file)
@@ -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 <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.
  *
@@ -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)
  *
index 796384e6e94c17cbcfda6da5fe3929926485ae76..de42bb8517e5f7cca8fdf9f2ca20e0631f2eec34 100644 (file)
@@ -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 <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.
  *
@@ -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...
index a595f5b68a20499d39de39781def1981ba1ef6ad..933b250ed861ff890fa70db5e8f3d2800358197d 100644 (file)
@@ -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 <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.
  *
@@ -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...
index 70de94b7a75e81c1f2f65ab2eb3958a09fdbdd7b..793d1a2e1f82aec878da198534f1c63571574b81 100644 (file)
@@ -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 <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.
  *
@@ -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
index 572ea9f73d4072c07b545d5de2b84dfc6ebe9ad7..e468fc6d27d6628658accfcd3613b8e12567867d 100644 (file)
@@ -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 <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.
  *
@@ -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)
  *
index d9ce5d9a66c88276bfd2587454ff3da23356e4ae..b07926c9f98e73988de992d4a0efd542001913e0 100644 (file)
@@ -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 <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.
  *
@@ -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...
index 1c3c1cd8ea3d8539b87cc91e314b5ae4ce9f5485..fa6eab0aa6f6df0dce7b077323e7f7dfecb11ead 100644 (file)
@@ -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 <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.
  *
@@ -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...
index da8f4d648945e99f5f8da9b7927cb558c5a55bb1..693114629e255a4f844e0274705f5cdfcc6010fa 100644 (file)
@@ -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 <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.
  *
@@ -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 699d7138ffad1ac37046e99039f6bbe817bbea12..e55e9c4c0f586c9aada35c13851f4149fc143c1d 100644 (file)
--- 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 <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.
  *
@@ -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 4e7152ebf63a880c47e9ee467553ce8014542862..625ba1e2f669533d5c710d372e6bf67cd2c6baf0 100644 (file)
--- 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 <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.
  *
@@ -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...
index 0ffd61b9c955d3ef5e4ebed62215c7100b560a7c..43489e2a244a081246d2804b0f3ecd2b6c489217 100644 (file)
--- 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 <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.
  *
@@ -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...
index 8c3490ec01744c92271266b60f1098e696a35525..c44b5b5adc7b82d7707d59ce7bb565fa35de7706 100644 (file)
--- 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 <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.
  *
@@ -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
index 0eed8c0a12f8f2cc9e52231e807de5e3abf3161a..d4885b19557ff4634108ade1148f32c13995a724 100644 (file)
@@ -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 <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.
  *
@@ -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.
  *
 #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;
 
index acfa7724eac25a0ee7660e0fc0aa59e79d72e143..1523ca74b698b4710eeaa952acd855d923f97e9c 100644 (file)
@@ -1,4 +1,27 @@
 /* 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",
diff --git a/pid.c b/pid.c
index a79d42feb976ed13192475782b30c7c84a03358d..f3b3f40f3333dbe604302812992db82f956c2a7b 100644 (file)
--- 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 <reinelt@eunet.at>
+ * Copyright (C) 1999, 2000 Michael Reinelt <reinelt@eunet.at>
  *
  * 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 5b17834ad2c9f565f811abc4321dc0f9ea25ebec..1ebc91fbbcefd08b5d022abc8536dbf644ab8661 100644 (file)
--- 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 <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.
  *
@@ -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
  *
index 5cc0768907e96271dce454a82da3e2b10bf1415d..9075f56d91d85cfd4ceaafaec4edb9c5e75379f4 100644 (file)
--- 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 <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.
  *
@@ -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...
index 61a9aa0ed02566dd7f91030de29ab27f29cd88de..74b5f1be3aca1896ef3c8fc04f4daec2a6bf833b 100644 (file)
--- 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 <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.
  *
@@ -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
index 60739eae440d6c0f937f064d16e20934c5224c3c..293bc6a489faa2525458edb330ae56edab56cce5 100644 (file)
@@ -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 <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.
  *
@@ -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...
index de55df2d0cdd81c47afaa7a94e4824c24135cc4a..8518eaaa7f1be42cb739639bee6a7fc24f50c858 100644 (file)
@@ -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 <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.
  *
@@ -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...
index 42a8e751c7d20e79f68505dec261dd25eb79105e..3d9d9e9c8384b423c630f50101ca31e96d2f73e5 100644 (file)
@@ -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 <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.
  *
@@ -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...
index 532d81d2fbdd557d44819c51278f0d16469d69a3..3e0ee508b5d96fe521d32ade42bef181aaf0270a 100644 (file)
@@ -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 <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.
  *
@@ -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...
index 053cce0205cf83147d3af11537b6bc141800bfde..7e422544b9d8aa09cc8ce54f09aa01029ced25a4 100644 (file)
@@ -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 <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.
  *
@@ -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...
index 78850a99e6a5b4d1c558fe9647ec75938734f6e5..8b4af36f7180c109745d8f2b3f52f2a7024739f4 100644 (file)
@@ -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 <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.
@@ -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.
  *
index 896917599258b1d177333027a001b38faf4f8e94..b6f91684f7f7c6d848765de8bef5c2d17713c2fe 100644 (file)
@@ -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 <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.
  *
@@ -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...
index b8f40d7898cf6bb3eb81cbe2fdd3806ac391ae15..6a3aa3571b9bdb485625a0bd9095d390ebc281d8 100755 (executable)
@@ -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 <nico.wallmeier@post.rwth-aachen.de>
+ * Copyright (C) 2003 Nico Wallmeier <nico.wallmeier@post.rwth-aachen.de>
  *
  * 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...
index 8a3bae18a569505ad410e42ad27594b2c202c484..3010d4c6ddc2ead9f0fdfefe62d436207dd546b6 100644 (file)
@@ -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 <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.
  *
@@ -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...
index b4b305387ebf1bb61e06cca230162c23702825df..e599c68dc63d647c9ed9017dedef46daf675e48d 100644 (file)
@@ -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 <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.
  *
@@ -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...
index 10da51d7f2b36d8e6d43b249996efce013256ccb..d1216a9888a7613641af6aeda1e97535bfde228b 100644 (file)
@@ -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 <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.
  *
@@ -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...
index 551121d3a48db3ba50a8a6a196b6575866740bea..301878f9432cf2a3d3edf8f332a4be45867595c6 100644 (file)
@@ -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 <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.
  *
@@ -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...
index 7372472d5e0126e7f8d038242c2a02a5b1c6c492..171b6a523e122f3afb2367e7872ca6a8fe191f07 100644 (file)
@@ -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 <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.
  *
@@ -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
  *
index 6e4dbbdc70630a1f17322fc0ae7256889cf80eb2..a989a0f4df7d49ae07eb7b12d7c8404a4d31209a 100644 (file)
@@ -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 <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.
  *
@@ -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...
index 6353089760baa5b290837af5da84deb246daabe8..f4cf2f71ef1b42c554e05de6525f139c1e624893 100644 (file)
@@ -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) <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.
  *
@@ -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...
index f48c3b5e606bde937379359274af14fa89b46d56..9c8cfaeb2a3a2eb5d1b49ab36ee23b2dc0f3ca1e 100644 (file)
@@ -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 <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.
  *
@@ -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...
index 79705d11a63ef5c331a59593fe55bffcf3584d8f..84f481016035c416305efdc2cd0eb01d64552bd1 100644 (file)
@@ -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 <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.
  *
@@ -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
  *
index 35e30c335abb54ccb2c5cef9f7c5d571351e7057..01aeca9a30f73e51791eebeb5f4b918ca6ed879d 100644 (file)
@@ -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 <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.
  *
@@ -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...
index a8dc5e7f007d8b02e60d590bedc3e334346592bc..2f46a0ed5bc6fa034b2d2c1f77f978758aa5557e 100644 (file)
@@ -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 <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.
@@ -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...
index a7d6e2e40f1a2f2e9947b2d61793191fc6d3a798..c920e25754aef08c5f89ecfe4ab76e272d7b54d8 100644 (file)
@@ -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 <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.
  *
@@ -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...
index af2df9669e21e940c504c347b1e828b2c26b0eaa..15a098b968f0a490b2544727e21073dfdbb602a8 100644 (file)
@@ -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 <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.
 *
@@ -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...
index 6518b363334c64df1e10d8004f7b7e91fb6ab07a..95d224ce78f8697c26a9be51b072e50cd2d6cf20 100644 (file)
@@ -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 <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.
  *
@@ -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...
index 8ab5c66a93451fb87d2ab61f22ab3c574c8e040c..1697805c140e5bd6f7a33429bc8d69930207b286 100644 (file)
@@ -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 <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.
  *
@@ -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
index 8f4dbd4e61d4777872ac7889e1b92cfe37beefc5..90969d4ca310596789f20161cb8d2302d65c3b9b 100644 (file)
@@ -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 <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.
  *
@@ -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...
index ca6695252f36d520a4f34f3f824e03fd49bbc8d2..8f85c5b034ee6a15754716d5ad4bb4051483cd88 100755 (executable)
@@ -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 <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.
@@ -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...
index bee5cd25893c1cfa4969fdabc8fb357c0086b594..52ade9657aa074609b863d25fb15dc48ee268bc9 100644 (file)
@@ -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 <markus_keil@t-online.de>
+ * Copyright (C) 2003 Markus Keil <markus_keil@t-online.de>
  *
  * 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...
index 41f4efb3816d829e60171f2c6becf462e0a94d31..90fc339775daa4807df9f527652ddd7ba436168f 100644 (file)
@@ -1,4 +1,23 @@
-# 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(
index 97bcfa8cf7c0725dddb8d8be5af45c2d583e8fd6..530d7099ae4637b5e23e1f90e15466cd93b2991a 100644 (file)
--- 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 <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.
  *
@@ -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...
index da4b0ba269d616c038a636bec9733ce1f1723750..33b0fac8a402306b1edb3088212515b5bbe8357c 100644 (file)
--- 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 <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.
  *
@@ -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...
index 4a9fffda5a7c36bee1aa6b8758b3b606bb6680f3..4c2c2277f5f6ebcad7fce4e92eacd781fbbd62bf 100644 (file)
--- 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 <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.
  *
@@ -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
index 16b5eccb5146c746da0d715e44b28b49c478f228..c7ce81c82e10368c6b2bbea1b24fbf9fb739e338 100644 (file)
--- 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 <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.
  *
@@ -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 6b65574d977afe1d26ad2c6948ffbb673e53ada2..0aac0a682052cafe668de1696deae3b5eb78ae96 100644 (file)
--- 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 <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
@@ -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 9ff9e9550a899b31edd36532dd4daf141901d4d8..f100fd820123b1d76b24a462492f74b6c9c99298 100644 (file)
--- 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 <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.
  *
@@ -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
index f3a222cf7176bf7b19d879ed42b048d98b3a6e11..75ae1cf291c4fea72982c46b82a6e6b41c16dd01 100644 (file)
--- 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 <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.
  *
@@ -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
index 96a6daca67678688dd17b6b85f39b18e8442c1aa..2e52f9d398eb53b8cc3dec0fa8cf76c409bd4b2b 100644 (file)
--- 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 <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.
  *
@@ -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...
index 63f0be57c95500585be87d0d51cb35bef4e21e13..c2cd60ef05024284a2c2a99fe75fba84cf6ceec8 100644 (file)
--- 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 <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
@@ -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...
index 7545fa1dedf2b987db8585029aad841160429052..dbf12b017175645f321a1e9069dde496c6385918 100644 (file)
--- 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 <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.
  *
@@ -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...
index 990ef57b79c8aa09ca249e03bc518d7587055fca..6e0f54c749cd502f203801d3987ad7ec31cd191c 100644 (file)
@@ -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 <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
@@ -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)
  *
index 3bd1b560a031ac092b5afe1784d398558cf1862b..804738eb75e8657238aa0e8436935fb182c435f8 100644 (file)
@@ -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 <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.
  *
@@ -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...
index f858ae592a8c5a01522aadbb4406a765d30be856..4b3008b87925141a7afbfbe483eb96c5484c9e32 100644 (file)
@@ -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 <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
@@ -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)
  *
index bb7f73ebb0e17afa3ca6444c6ea0763907e9a558..4b361e2b4e5e10dc4412757e65c139cbe7d3c541 100644 (file)
@@ -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 <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.
  *
@@ -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...
index 949b82ebaa67cbcc0423ea2dcbb539ef6cdde207..4275e9970546013a1557b8e442dad77345e3c91c 100644 (file)
@@ -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 <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
@@ -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)
  *
index 41ea21d852ce7714937f65961a5ebcd0bf86fd94..6aa03f3a60741a40fb348d1f22c2de8cb0a6f45d 100644 (file)
@@ -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 <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.
  *
@@ -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...