aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-10-05 17:58:50 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2003-10-05 17:58:50 +0000
commit546476ef7ef80df1e77cc1cc0553a4a5e4fb0f48 (patch)
treeead69f3bfaad64ca1fe25af1387445988422d5a7
parent737adb14d135c7d518b9ad521a13ec2f6c88a9bf (diff)
downloadlcd4linux-546476ef7ef80df1e77cc1cc0553a4a5e4fb0f48.tar.gz
[lcd4linux @ 2003-10-05 17:58:50 by reinelt]
libtool junk; copyright messages cleaned up git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@253 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
-rw-r--r--BeckmannEgle.c13
-rw-r--r--Crystalfontz.c13
-rw-r--r--Cwlinux.c13
-rw-r--r--HD44780.c13
-rw-r--r--M50530.c13
-rw-r--r--Makefile.am19
-rw-r--r--Makefile.in36
-rw-r--r--MatrixOrbital.c13
-rw-r--r--MilfordInstruments.c14
-rw-r--r--PalmPilot.c13
-rw-r--r--Raster.c13
-rw-r--r--SIN.c13
-rw-r--r--Skeleton.c13
-rw-r--r--T6963.c13
-rw-r--r--Text.c13
-rw-r--r--USBLCD.c20
-rw-r--r--XWindow.c13
-rw-r--r--bar.c13
-rw-r--r--bar.h13
-rw-r--r--battery.c13
-rw-r--r--battery.h13
-rw-r--r--cfg.c13
-rw-r--r--cfg.h13
-rw-r--r--debug.c13
-rw-r--r--debug.h13
-rw-r--r--display.c13
-rw-r--r--display.h13
-rw-r--r--dvb.c13
-rw-r--r--dvb.h13
-rw-r--r--exec.c13
-rw-r--r--exec.h13
-rw-r--r--filter.c13
-rw-r--r--filter.h13
-rw-r--r--fontmap.c13
-rw-r--r--fontmap.h13
-rw-r--r--icon.c13
-rw-r--r--icon.h13
-rw-r--r--isdn.c13
-rw-r--r--isdn.h13
-rw-r--r--lcd4linux.c17
-rw-r--r--lock.c13
-rw-r--r--lock.h13
-rw-r--r--mail.c13
-rw-r--r--mail.h13
-rw-r--r--mail2.c13
-rw-r--r--parport.c13
-rw-r--r--parport.h13
-rw-r--r--parser.c13
-rw-r--r--parser.h13
-rw-r--r--pid.c13
-rw-r--r--pid.h13
-rw-r--r--pixmap.c13
-rw-r--r--pixmap.h13
-rw-r--r--processor.c13
-rw-r--r--processor.h13
-rw-r--r--seti.c13
-rw-r--r--seti.h13
-rw-r--r--socket.c13
-rw-r--r--socket.h13
-rw-r--r--system.c13
-rw-r--r--system.h13
-rw-r--r--udelay.c13
-rw-r--r--udelay.h13
-rw-r--r--widget.c7
-rw-r--r--widget.h13
65 files changed, 607 insertions, 273 deletions
diff --git a/BeckmannEgle.c b/BeckmannEgle.c
index cf52de8..a401df9 100644
--- a/BeckmannEgle.c
+++ b/BeckmannEgle.c
@@ -1,15 +1,17 @@
-/* $Id: BeckmannEgle.c,v 1.16 2003/09/13 06:45:43 reinelt Exp $
+/* $Id: BeckmannEgle.c,v 1.17 2003/10/05 17:58:50 reinelt Exp $
*
* driver for Beckmann+Egle mini terminals
*
- * Copyright 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: BeckmannEgle.c,v $
+ * Revision 1.17 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.16 2003/09/13 06:45:43 reinelt
* icons for all remaining drivers
*
diff --git a/Crystalfontz.c b/Crystalfontz.c
index 95be970..0b5af42 100644
--- a/Crystalfontz.c
+++ b/Crystalfontz.c
@@ -1,15 +1,17 @@
-/* $Id: Crystalfontz.c,v 1.15 2003/09/13 06:45:43 reinelt Exp $
+/* $Id: Crystalfontz.c,v 1.16 2003/10/05 17:58:50 reinelt Exp $
*
* driver for display modules from Crystalfontz
*
- * Copyright 2000 by Herbert Rosmanith (herp@wildsau.idv.uni-linz.ac.at)
+ * Copyright 2000 Herbert Rosmanith <herp@wildsau.idv.uni-linz.ac.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -19,6 +21,9 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Log: Crystalfontz.c,v $
+ * Revision 1.16 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.15 2003/09/13 06:45:43 reinelt
* icons for all remaining drivers
*
diff --git a/Cwlinux.c b/Cwlinux.c
index b0a2865..cca90a0 100644
--- a/Cwlinux.c
+++ b/Cwlinux.c
@@ -1,15 +1,17 @@
-/* $Id: Cwlinux.c,v 1.14 2003/09/13 06:45:43 reinelt Exp $
+/* $Id: Cwlinux.c,v 1.15 2003/10/05 17:58:50 reinelt Exp $
*
* driver for Cwlinux serial display modules
*
- * Copyright 2002 by Andrew Ip (aip@cwlinux.com)
+ * Copyright 2002 Andrew Ip <aip@cwlinux.com>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: Cwlinux.c,v $
+ * Revision 1.15 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.14 2003/09/13 06:45:43 reinelt
* icons for all remaining drivers
*
diff --git a/HD44780.c b/HD44780.c
index c97e3f9..b94c4d2 100644
--- a/HD44780.c
+++ b/HD44780.c
@@ -1,8 +1,10 @@
-/* $Id: HD44780.c,v 1.43 2003/09/29 06:12:56 reinelt Exp $
+/* $Id: HD44780.c,v 1.44 2003/10/05 17:58:50 reinelt Exp $
*
* driver for display modules based on the HD44780 chip
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
+ *
+ * This file is part of LCD4Linux.
*
* Modification for 4-Bit mode
* 2003 Martin Hejl (martin@hejl.de)
@@ -11,12 +13,12 @@
* 2003 Jesse Brook Kovach <jkovach@wam.umd.edu>
*
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -27,6 +29,9 @@
*
*
* $Log: HD44780.c,v $
+ * Revision 1.44 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.43 2003/09/29 06:12:56 reinelt
* changed default HD44780 wiring: unused signals are GND
*
diff --git a/M50530.c b/M50530.c
index bf7d245..2febde3 100644
--- a/M50530.c
+++ b/M50530.c
@@ -1,15 +1,17 @@
-/* $Id: M50530.c,v 1.15 2003/09/11 04:09:53 reinelt Exp $
+/* $Id: M50530.c,v 1.16 2003/10/05 17:58:50 reinelt Exp $
*
* driver for display modules based on the M50530 chip
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: M50530.c,v $
+ * Revision 1.16 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.15 2003/09/11 04:09:53 reinelt
* minor cleanups
*
diff --git a/Makefile.am b/Makefile.am
index 459021e..23738b7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,14 +10,18 @@ lib_LTLIBRARIES = liblcd4linux.la
AM_CFLAGS = $(X_CFLAGS) -D_GNU_SOURCE -Wall
lcd4linux_LDFLAGS = $(X_LIBS)
-lcd4linux_LDADD = @DRIVERS@ @DRVLIBS@ liblcd4linux.la
-lcd4linux_DEPENDENCIES = @DRIVERS@
+lcd4linux_LDADD = liblcd4linux.la @DRVLIBS@
+# Fixme: if this line is active, all drivers will be compiled in
+# and not taken from the library
+# lcd4linux_DEPENDENCIES = @DRIVERS@
lcd4linux_SOURCES = \
lcd4linux.c \
pid.c pid.h \
parser.c parser.h \
processor.c processor.h \
+evaluator.c evaluator.h \
+expression.c expression.h \
system.c system.h \
isdn.c isdn.h \
mail.c mail.h \
@@ -31,7 +35,8 @@ mail2.c \
socket.c socket.h
liblcd4linux_la_LDFLAGS = -version-info 9:11:9
-liblcd4linux_la_LIBADD=$(DRIVERS)
+# Fixme: why? Why not?
+# liblcd4linux_la_LIBADD=$(DRIVERS)
liblcd4linux_la_SOURCES = \
display.c display.h \
@@ -42,10 +47,14 @@ pixmap.c pixmap.h \
bar.c bar.h \
icon.c icon.h \
fontmap.c fontmap.h \
-parport.c parport.h \
-udelay.c udelay.h
+udelay.c udelay.h \
+@DRIVERS@
+# Fixme: wwhy? why not?
+# Fixme: $DRIVERS? S(DRIVERS)? @DRIVERS@?
+
EXTRA_lcd4linux_SOURCES= \
+parport.c parport.h \
BeckmannEgle.c \
Crystalfontz.c \
Cwlinux.c \
diff --git a/Makefile.in b/Makefile.in
index 38fbe6a..3f40d87 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -99,19 +99,24 @@ lib_LTLIBRARIES = liblcd4linux.la
AM_CFLAGS = $(X_CFLAGS) -D_GNU_SOURCE -Wall
lcd4linux_LDFLAGS = $(X_LIBS)
-lcd4linux_LDADD = @DRIVERS@ @DRVLIBS@ liblcd4linux.la
-lcd4linux_DEPENDENCIES = @DRIVERS@
+lcd4linux_LDADD = liblcd4linux.la @DRVLIBS@
+# Fixme: if this line is active, all drivers will be compiled in
+# and not taken from the library
+# lcd4linux_DEPENDENCIES = @DRIVERS@
-lcd4linux_SOURCES = lcd4linux.c pid.c pid.h parser.c parser.h processor.c processor.h system.c system.h isdn.c isdn.h mail.c mail.h seti.c seti.h battery.c battery.h dvb.c dvb.h filter.c filter.h widget.c widget.h exec.c exec.h mail2.c socket.c socket.h
+lcd4linux_SOURCES = lcd4linux.c pid.c pid.h parser.c parser.h processor.c processor.h evaluator.c evaluator.h expression.c expression.h system.c system.h isdn.c isdn.h mail.c mail.h seti.c seti.h battery.c battery.h dvb.c dvb.h filter.c filter.h widget.c widget.h exec.c exec.h mail2.c socket.c socket.h
liblcd4linux_la_LDFLAGS = -version-info 9:11:9
-liblcd4linux_la_LIBADD = $(DRIVERS)
+# Fixme: why? Why not?
+# liblcd4linux_la_LIBADD=$(DRIVERS)
-liblcd4linux_la_SOURCES = display.c display.h debug.c debug.h cfg.c cfg.h lock.c lock.h pixmap.c pixmap.h bar.c bar.h icon.c icon.h fontmap.c fontmap.h parport.c parport.h udelay.c udelay.h
+liblcd4linux_la_SOURCES = display.c display.h debug.c debug.h cfg.c cfg.h lock.c lock.h pixmap.c pixmap.h bar.c bar.h icon.c icon.h fontmap.c fontmap.h udelay.c udelay.h @DRIVERS@
+# Fixme: wwhy? why not?
+# Fixme: $DRIVERS? S(DRIVERS)? @DRIVERS@?
-EXTRA_lcd4linux_SOURCES = BeckmannEgle.c Crystalfontz.c Cwlinux.c HD44780.c M50530.c T6963.c USBLCD.c MatrixOrbital.c MilfordInstruments.c PalmPilot.c Raster.c SIN.c Skeleton.c XWindow.c Text.c
+EXTRA_lcd4linux_SOURCES = parport.c parport.h BeckmannEgle.c Crystalfontz.c Cwlinux.c HD44780.c M50530.c T6963.c USBLCD.c MatrixOrbital.c MilfordInstruments.c PalmPilot.c Raster.c SIN.c Skeleton.c XWindow.c Text.c
EXTRA_DIST = lcd4linux.conf.sample lcd4kde.conf lcd4linux.kdelnk lcd4linux.xpm lcd4linux.lsm curses.m4 AUTHORS CREDITS FAQ NEWS TODO README README.Drivers README.KDE
@@ -131,16 +136,18 @@ X_CFLAGS = @X_CFLAGS@
X_LIBS = @X_LIBS@
X_EXTRA_LIBS = @X_EXTRA_LIBS@
X_PRE_LIBS = @X_PRE_LIBS@
-liblcd4linux_la_DEPENDENCIES =
+liblcd4linux_la_LIBADD =
liblcd4linux_la_OBJECTS = display.lo debug.lo cfg.lo lock.lo pixmap.lo \
-bar.lo icon.lo fontmap.lo parport.lo udelay.lo
+bar.lo icon.lo fontmap.lo udelay.lo
bin_PROGRAMS = lcd4linux$(EXEEXT)
PROGRAMS = $(bin_PROGRAMS)
lcd4linux_OBJECTS = lcd4linux.$(OBJEXT) pid.$(OBJEXT) parser.$(OBJEXT) \
-processor.$(OBJEXT) system.$(OBJEXT) isdn.$(OBJEXT) mail.$(OBJEXT) \
-seti.$(OBJEXT) battery.$(OBJEXT) dvb.$(OBJEXT) filter.$(OBJEXT) \
-widget.$(OBJEXT) exec.$(OBJEXT) mail2.$(OBJEXT) socket.$(OBJEXT)
+processor.$(OBJEXT) evaluator.$(OBJEXT) expression.$(OBJEXT) \
+system.$(OBJEXT) isdn.$(OBJEXT) mail.$(OBJEXT) seti.$(OBJEXT) \
+battery.$(OBJEXT) dvb.$(OBJEXT) filter.$(OBJEXT) widget.$(OBJEXT) \
+exec.$(OBJEXT) mail2.$(OBJEXT) socket.$(OBJEXT)
+lcd4linux_DEPENDENCIES = liblcd4linux.la
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
@@ -161,9 +168,10 @@ DEP_FILES = .deps/BeckmannEgle.P .deps/Crystalfontz.P .deps/Cwlinux.P \
.deps/MilfordInstruments.P .deps/PalmPilot.P .deps/Raster.P .deps/SIN.P \
.deps/Skeleton.P .deps/T6963.P .deps/Text.P .deps/USBLCD.P \
.deps/XWindow.P .deps/bar.P .deps/battery.P .deps/cfg.P .deps/debug.P \
-.deps/display.P .deps/dvb.P .deps/exec.P .deps/filter.P .deps/fontmap.P \
-.deps/icon.P .deps/isdn.P .deps/lcd4linux.P .deps/lock.P .deps/mail.P \
-.deps/mail2.P .deps/parport.P .deps/parser.P .deps/pid.P .deps/pixmap.P \
+.deps/display.P .deps/dvb.P .deps/evaluator.P .deps/exec.P \
+.deps/expression.P .deps/filter.P .deps/fontmap.P .deps/icon.P \
+.deps/isdn.P .deps/lcd4linux.P .deps/lock.P .deps/mail.P .deps/mail2.P \
+.deps/parport.P .deps/parser.P .deps/pid.P .deps/pixmap.P \
.deps/processor.P .deps/seti.P .deps/socket.P .deps/system.P \
.deps/udelay.P .deps/widget.P
SOURCES = $(liblcd4linux_la_SOURCES) $(lcd4linux_SOURCES) $(EXTRA_lcd4linux_SOURCES)
diff --git a/MatrixOrbital.c b/MatrixOrbital.c
index 8207e6a..237320e 100644
--- a/MatrixOrbital.c
+++ b/MatrixOrbital.c
@@ -1,15 +1,17 @@
-/* $Id: MatrixOrbital.c,v 1.44 2003/10/03 03:51:14 reinelt Exp $
+/* $Id: MatrixOrbital.c,v 1.45 2003/10/05 17:58:50 reinelt Exp $
*
* driver for Matrix Orbital serial display modules
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: MatrixOrbital.c,v $
+ * Revision 1.45 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.44 2003/10/03 03:51:14 reinelt
* start support for new MatrixOrbital MX2 displays
*
diff --git a/MilfordInstruments.c b/MilfordInstruments.c
index 564c6c1..ae2b7f1 100644
--- a/MilfordInstruments.c
+++ b/MilfordInstruments.c
@@ -1,17 +1,18 @@
-/* $Id: MilfordInstruments.c,v 1.1 2003/09/29 06:58:36 reinelt Exp $
+/* $Id: MilfordInstruments.c,v 1.2 2003/10/05 17:58:50 reinelt Exp $
*
* driver for Milford Instruments serial display modules
+ * based on the MatrixOrbital driver by M. Reinelt
*
- * Written 2003 by Andy Baxter <andy@earthsong.free-online.co.uk>
+ * Copyright 2003 Andy Baxter <andy@earthsong.free-online.co.uk>
*
- * based on the MatrixOrbital driver by M. Reinelt
+ * This file is part of LCD4Linux.
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -22,6 +23,9 @@
*
*
* $Log: MilfordInstruments.c,v $
+ * Revision 1.2 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.1 2003/09/29 06:58:36 reinelt
* new driver for Milford Instruments MI420 by Andy Baxter
*
diff --git a/PalmPilot.c b/PalmPilot.c
index 60dcf18..61be489 100644
--- a/PalmPilot.c
+++ b/PalmPilot.c
@@ -1,15 +1,17 @@
-/* $Id: PalmPilot.c,v 1.13 2003/09/13 06:45:43 reinelt Exp $
+/* $Id: PalmPilot.c,v 1.14 2003/10/05 17:58:50 reinelt Exp $
*
* driver for 3Com Palm Pilot
*
- * Copyright 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: PalmPilot.c,v $
+ * Revision 1.14 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.13 2003/09/13 06:45:43 reinelt
* icons for all remaining drivers
*
diff --git a/Raster.c b/Raster.c
index 406e7c8..8673396 100644
--- a/Raster.c
+++ b/Raster.c
@@ -1,15 +1,17 @@
-/* $Id: Raster.c,v 1.27 2003/09/10 14:01:52 reinelt Exp $
+/* $Id: Raster.c,v 1.28 2003/10/05 17:58:50 reinelt Exp $
*
* driver for raster formats
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: Raster.c,v $
+ * Revision 1.28 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.27 2003/09/10 14:01:52 reinelt
* icons nearly finished\!
*
diff --git a/SIN.c b/SIN.c
index 80772ed..e15b004 100644
--- a/SIN.c
+++ b/SIN.c
@@ -1,15 +1,17 @@
-/* $Id: SIN.c,v 1.13 2003/09/13 06:45:43 reinelt Exp $
+/* $Id: SIN.c,v 1.14 2003/10/05 17:58:50 reinelt Exp $
*
* driver for SIN router displays
*
- * Copyright 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: SIN.c,v $
+ * Revision 1.14 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.13 2003/09/13 06:45:43 reinelt
* icons for all remaining drivers
*
diff --git a/Skeleton.c b/Skeleton.c
index 40622aa..2b0a386 100644
--- a/Skeleton.c
+++ b/Skeleton.c
@@ -1,15 +1,17 @@
-/* $Id: Skeleton.c,v 1.11 2003/09/13 06:45:43 reinelt Exp $
+/* $Id: Skeleton.c,v 1.12 2003/10/05 17:58:50 reinelt Exp $
*
* skeleton driver for new display modules
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: Skeleton.c,v $
+ * Revision 1.12 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.11 2003/09/13 06:45:43 reinelt
* icons for all remaining drivers
*
diff --git a/T6963.c b/T6963.c
index c53de19..5c53af3 100644
--- a/T6963.c
+++ b/T6963.c
@@ -1,15 +1,17 @@
-/* $Id: T6963.c,v 1.12 2003/09/29 06:12:56 reinelt Exp $
+/* $Id: T6963.c,v 1.13 2003/10/05 17:58:50 reinelt Exp $
*
* driver for display modules based on the Toshiba T6963 chip
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: T6963.c,v $
+ * Revision 1.13 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.12 2003/09/29 06:12:56 reinelt
* changed default HD44780 wiring: unused signals are GND
*
diff --git a/Text.c b/Text.c
index 78ed807..fc3ba33 100644
--- a/Text.c
+++ b/Text.c
@@ -1,15 +1,17 @@
-/* $Id: Text.c,v 1.11 2003/09/13 06:45:43 reinelt Exp $
+/* $Id: Text.c,v 1.12 2003/10/05 17:58:50 reinelt Exp $
*
* pure ncurses based text driver
*
- * Copyright 2001 by Leopold Tötsch (lt@toetsch.at)
+ * Copyright 2001 Leopold Tötsch <lt@toetsch.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: Text.c,v $
+ * Revision 1.12 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.11 2003/09/13 06:45:43 reinelt
* icons for all remaining drivers
*
diff --git a/USBLCD.c b/USBLCD.c
index 47c43b0..9d4e598 100644
--- a/USBLCD.c
+++ b/USBLCD.c
@@ -1,17 +1,20 @@
-/* $Id: USBLCD.c,v 1.17 2003/09/11 04:09:53 reinelt Exp $
+/* $Id: USBLCD.c,v 1.18 2003/10/05 17:58:50 reinelt Exp $
*
- * Driver for USBLCD ( see http://www.usblcd.de )
- * This Driver is based on HD44780.c
+ * Driver for USBLCD (see http://www.usblcd.de)
*
- * Copyright 2002 by Robin Adams, Adams IT Services ( info@usblcd.de )
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 2002 Robin Adams, Adams IT Services <info@usblcd.de>
*
- * This program is free software; you can redistribute it and/or modify
+ * This driver is based on HD44780.c, which is
+ * Copyright 1999, 2000 by Michael Reinelt <reinelt@eunet.at>
+ *
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -22,6 +25,9 @@
*
*
* $Log: USBLCD.c,v $
+ * Revision 1.18 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.17 2003/09/11 04:09:53 reinelt
* minor cleanups
*
diff --git a/XWindow.c b/XWindow.c
index ee0aa73..c8e9caf 100644
--- a/XWindow.c
+++ b/XWindow.c
@@ -1,15 +1,17 @@
-/* $Id: XWindow.c,v 1.34 2003/09/10 14:01:53 reinelt Exp $
+/* $Id: XWindow.c,v 1.35 2003/10/05 17:58:50 reinelt Exp $
*
* X11 Driver for LCD4Linux
*
- * (c) 2000 Herbert Rosmanith <herp@widsau.idv.uni-linz.ac.at>
+ * Copyright 2000 Herbert Rosmanith <herp@widsau.idv.uni-linz.ac.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: XWindow.c,v $
+ * Revision 1.35 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.34 2003/09/10 14:01:53 reinelt
* icons nearly finished\!
*
diff --git a/bar.c b/bar.c
index f6e96bf..5ec81aa 100644
--- a/bar.c
+++ b/bar.c
@@ -1,15 +1,17 @@
-/* $Id: bar.c,v 1.8 2003/09/09 05:30:34 reinelt Exp $
+/* $Id: bar.c,v 1.9 2003/10/05 17:58:50 reinelt Exp $
*
* generic bar handling
*
- * Copyright 2002 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 2002 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: bar.c,v $
+ * Revision 1.9 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.8 2003/09/09 05:30:34 reinelt
* even more icons stuff
*
diff --git a/bar.h b/bar.h
index f8e4505..4ec72c8 100644
--- a/bar.h
+++ b/bar.h
@@ -1,15 +1,17 @@
-/* $Id: bar.h,v 1.3 2002/08/19 07:52:19 reinelt Exp $
+/* $Id: bar.h,v 1.4 2003/10/05 17:58:50 reinelt Exp $
*
* generic bar handling
*
- * Copyright 2002 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 2002 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: bar.h,v $
+ * Revision 1.4 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.3 2002/08/19 07:52:19 reinelt
* corrected type declaration of (*defchar)()
*
diff --git a/battery.c b/battery.c
index c1cdd35..93975be 100644
--- a/battery.c
+++ b/battery.c
@@ -1,15 +1,17 @@
-/* $Id: battery.c,v 1.3 2001/08/05 17:13:29 reinelt Exp $
+/* $Id: battery.c,v 1.4 2003/10/05 17:58:50 reinelt Exp $
*
* APM and ACPI specific functions
*
- * Copyright 2001 by Leo Tötsch (lt@toetsch.at)
+ * Copyright 2001 Leo Tötsch <lt@toetsch.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: battery.c,v $
+ * Revision 1.4 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.3 2001/08/05 17:13:29 reinelt
*
* cleaned up inlude of sys/time.h and time.h
diff --git a/battery.h b/battery.h
index d86b491..53148d1 100644
--- a/battery.h
+++ b/battery.h
@@ -1,15 +1,17 @@
-/* $Id: battery.h,v 1.2 2001/03/02 11:04:08 reinelt Exp $
+/* $Id: battery.h,v 1.3 2003/10/05 17:58:50 reinelt Exp $
*
* APM and ACPI specific functions
*
- * Copyright 2001 by Leo Tötsch (lt@toetsch.at)
+ * Copyright 2001 Leo Tötsch <lt@toetsch.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: battery.h,v $
+ * Revision 1.3 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.2 2001/03/02 11:04:08 reinelt
*
* cosmetic cleanups (comment headers)
diff --git a/cfg.c b/cfg.c
index 0689ce6..e9b9f1a 100644
--- a/cfg.c
+++ b/cfg.c
@@ -1,15 +1,17 @@
-/* $Id: cfg.c,v 1.16 2003/09/09 06:54:43 reinelt Exp $
+/* $Id: cfg.c,v 1.17 2003/10/05 17:58:50 reinelt Exp $^
*
* config file stuff
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: cfg.c,v $
+ * Revision 1.17 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.16 2003/09/09 06:54:43 reinelt
* new function 'cfg_number()'
*
diff --git a/cfg.h b/cfg.h
index fc35a4d..ab875e7 100644
--- a/cfg.h
+++ b/cfg.h
@@ -1,15 +1,17 @@
-/* $Id: cfg.h,v 1.5 2003/09/09 06:54:43 reinelt Exp $
+/* $Id: cfg.h,v 1.6 2003/10/05 17:58:50 reinelt Exp $
*
* config file stuff
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: cfg.h,v $
+ * Revision 1.6 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.5 2003/09/09 06:54:43 reinelt
* new function 'cfg_number()'
*
diff --git a/debug.c b/debug.c
index 5ff185c..a83cd66 100644
--- a/debug.c
+++ b/debug.c
@@ -1,15 +1,17 @@
-/* $Id: debug.c,v 1.5 2003/08/24 05:17:58 reinelt Exp $
+/* $Id: debug.c,v 1.6 2003/10/05 17:58:50 reinelt Exp $
*
* debug() and error() functions
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: debug.c,v $
+ * Revision 1.6 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.5 2003/08/24 05:17:58 reinelt
* liblcd4linux patch from Patrick Schemitz
*
diff --git a/debug.h b/debug.h
index c1abd37..3bdfde9 100644
--- a/debug.h
+++ b/debug.h
@@ -1,15 +1,17 @@
-/* $Id: debug.h,v 1.5 2003/08/24 05:17:58 reinelt Exp $
+/* $Id: debug.h,v 1.6 2003/10/05 17:58:50 reinelt Exp $
*
* debug messages
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: debug.h,v $
+ * Revision 1.6 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.5 2003/08/24 05:17:58 reinelt
* liblcd4linux patch from Patrick Schemitz
*
diff --git a/display.c b/display.c
index cf418e6..9d45f29 100644
--- a/display.c
+++ b/display.c
@@ -1,15 +1,17 @@
-/* $Id: display.c,v 1.43 2003/09/29 06:58:37 reinelt Exp $
+/* $Id: display.c,v 1.44 2003/10/05 17:58:50 reinelt Exp $
*
* framework for device drivers
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: display.c,v $
+ * Revision 1.44 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.43 2003/09/29 06:58:37 reinelt
* new driver for Milford Instruments MI420 by Andy Baxter
*
diff --git a/display.h b/display.h
index 748f8e6..98c078e 100644
--- a/display.h
+++ b/display.h
@@ -1,15 +1,17 @@
-/* $Id: display.h,v 1.21 2003/09/09 05:30:34 reinelt Exp $
+/* $Id: display.h,v 1.22 2003/10/05 17:58:50 reinelt Exp $
*
* framework for device drivers
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: display.h,v $
+ * Revision 1.22 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.21 2003/09/09 05:30:34 reinelt
* even more icons stuff
*
diff --git a/dvb.c b/dvb.c
index 55e52ac..dc75359 100644
--- a/dvb.c
+++ b/dvb.c
@@ -1,15 +1,17 @@
-/* $Id: dvb.c,v 1.5 2003/08/08 23:08:38 reinelt Exp $
+/* $Id: dvb.c,v 1.6 2003/10/05 17:58:50 reinelt Exp $
*
* DVB specific functions
*
- * Copyright 2003 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 2003 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: dvb.c,v $
+ * Revision 1.6 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.5 2003/08/08 23:08:38 reinelt
* CVS Id and Log missing from dvb.{c,h}
*
diff --git a/dvb.h b/dvb.h
index 8946d20..339ef05 100644
--- a/dvb.h
+++ b/dvb.h
@@ -1,15 +1,17 @@
-/* $Id: dvb.h,v 1.2 2003/08/08 23:08:38 reinelt Exp $
+/* $Id: dvb.h,v 1.3 2003/10/05 17:58:50 reinelt Exp $
*
* DVB specific functions
*
- * Copyright 2003 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 2003 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: dvb.h,v $
+ * Revision 1.3 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.2 2003/08/08 23:08:38 reinelt
* CVS Id and Log missing from dvb.{c,h}
*
diff --git a/exec.c b/exec.c
index 966358c..2402415 100644
--- a/exec.c
+++ b/exec.c
@@ -1,15 +1,17 @@
-/* $Id: exec.c,v 1.9 2003/02/22 07:53:10 reinelt Exp $
+/* $Id: exec.c,v 1.10 2003/10/05 17:58:50 reinelt Exp $
*
* exec ('x*') functions
*
- * Copyright 2001 by Leopold Tötsch (lt@toetsch.at)
+ * Copyright 2001 Leopold Tötsch <lt@toetsch.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: exec.c,v $
+ * Revision 1.10 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.9 2003/02/22 07:53:10 reinelt
* cfg_get(key,defval)
*
diff --git a/exec.h b/exec.h
index b8936a0..3c18cf3 100644
--- a/exec.h
+++ b/exec.h
@@ -1,15 +1,17 @@
-/* $Id: exec.h,v 1.2 2001/03/08 15:25:38 ltoetsch Exp $
+/* $Id: exec.h,v 1.3 2003/10/05 17:58:50 reinelt Exp $
*
* exec ('x*') functions
*
- * Copyright 2001 by Leopold Tötsch (lt@toetsch.at)
+ * Copyright 2001 Leopold Tötsch <lt@toetsch.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: exec.h,v $
+ * Revision 1.3 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.2 2001/03/08 15:25:38 ltoetsch
* improved exec
*
diff --git a/filter.c b/filter.c
index a9aa8af..4a7a0d4 100644
--- a/filter.c
+++ b/filter.c
@@ -1,15 +1,17 @@
-/* $Id: filter.c,v 1.7 2003/09/09 06:54:43 reinelt Exp $
+/* $Id: filter.c,v 1.8 2003/10/05 17:58:50 reinelt Exp $
*
* smooth and damp functions
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: filter.c,v $
+ * Revision 1.8 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.7 2003/09/09 06:54:43 reinelt
* new function 'cfg_number()'
*
diff --git a/filter.h b/filter.h
index 0501b04..0cf1440 100644
--- a/filter.h
+++ b/filter.h
@@ -1,15 +1,17 @@
-/* $Id: filter.h,v 1.2 2000/03/06 06:04:06 reinelt Exp $
+/* $Id: filter.h,v 1.3 2003/10/05 17:58:50 reinelt Exp $
*
* smooth and damp functions
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: filter.h,v $
+ * Revision 1.3 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.2 2000/03/06 06:04:06 reinelt
*
* minor cleanups
diff --git a/fontmap.c b/fontmap.c
index da30fe5..bfd07e6 100644
--- a/fontmap.c
+++ b/fontmap.c
@@ -1,15 +1,17 @@
-/* $Id: fontmap.c,v 1.4 2000/08/10 09:44:09 reinelt Exp $
+/* $Id: fontmap.c,v 1.5 2003/10/05 17:58:50 reinelt Exp $
*
* 5x8 font
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: fontmap.c,v $
+ * Revision 1.5 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.4 2000/08/10 09:44:09 reinelt
*
* new debugging scheme: error(), info(), debug()
diff --git a/fontmap.h b/fontmap.h
index 0b2a2ee..7708832 100644
--- a/fontmap.h
+++ b/fontmap.h
@@ -1,15 +1,17 @@
-/* $Id: fontmap.h,v 1.1 2000/03/24 11:37:43 reinelt Exp $
+/* $Id: fontmap.h,v 1.2 2003/10/05 17:58:50 reinelt Exp $
*
* 5x8 font
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: fontmap.h,v $
+ * Revision 1.2 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.1 2000/03/24 11:37:43 reinelt
*
* fontmap.h added
diff --git a/icon.c b/icon.c
index 6e31276..d65a8c4 100644
--- a/icon.c
+++ b/icon.c
@@ -1,15 +1,17 @@
-/* $Id: icon.c,v 1.8 2003/09/19 03:51:29 reinelt Exp $
+/* $Id: icon.c,v 1.9 2003/10/05 17:58:50 reinelt Exp $
*
* generic icon and heartbeat handling
*
- * written 2003 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 2003 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: icon.c,v $
+ * Revision 1.9 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.8 2003/09/19 03:51:29 reinelt
* minor fixes, widget.c added
*
diff --git a/icon.h b/icon.h
index 348d63d..2cf6fb0 100644
--- a/icon.h
+++ b/icon.h
@@ -1,15 +1,17 @@
-/* $Id: icon.h,v 1.3 2003/09/09 05:30:34 reinelt Exp $
+/* $Id: icon.h,v 1.4 2003/10/05 17:58:50 reinelt Exp $
*
* generic icon and heartbeat handling
*
- * written 2003 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 2003 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: icon.h,v $
+ * Revision 1.4 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.3 2003/09/09 05:30:34 reinelt
* even more icons stuff
*
diff --git a/isdn.c b/isdn.c
index 4b2004d..b6be354 100644
--- a/isdn.c
+++ b/isdn.c
@@ -1,15 +1,17 @@
-/* $Id: isdn.c,v 1.10 2003/06/21 05:46:18 reinelt Exp $
+/* $Id: isdn.c,v 1.11 2003/10/05 17:58:50 reinelt Exp $
*
* ISDN specific functions
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: isdn.c,v $
+ * Revision 1.11 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.10 2003/06/21 05:46:18 reinelt
* DVB client integrated
*
diff --git a/isdn.h b/isdn.h
index 233c141..973bf0f 100644
--- a/isdn.h
+++ b/isdn.h
@@ -1,15 +1,17 @@
-/* $Id: isdn.h,v 1.5 2000/03/13 15:58:24 reinelt Exp $
+/* $Id: isdn.h,v 1.6 2003/10/05 17:58:50 reinelt Exp $
*
* ISDN specific functions
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: isdn.h,v $
+ * Revision 1.6 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.5 2000/03/13 15:58:24 reinelt
*
* release 0.9
diff --git a/lcd4linux.c b/lcd4linux.c
index 65d6c81..a9be90a 100644
--- a/lcd4linux.c
+++ b/lcd4linux.c
@@ -1,15 +1,17 @@
-/* $Id: lcd4linux.c,v 1.47 2003/09/10 08:37:09 reinelt Exp $
+/* $Id: lcd4linux.c,v 1.48 2003/10/05 17:58:50 reinelt Exp $
*
* LCD4Linux
*
- * Copyright 1999-2003 Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999-2003 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: lcd4linux.c,v $
+ * Revision 1.48 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.47 2003/09/10 08:37:09 reinelt
* icons: reorganized tick_* again...
*
@@ -400,6 +405,10 @@ int main (int argc, char *argv[])
if (cfg_init (cfg)==-1)
exit (1);
+ // Fixme:
+ EX_init();
+ EX_test();
+
driver=cfg_get("display",NULL);
if (driver==NULL || *driver=='\0') {
error ("missing 'display' entry in %s!", cfg_source());
diff --git a/lock.c b/lock.c
index ec2820a..909ed8d 100644
--- a/lock.c
+++ b/lock.c
@@ -1,15 +1,17 @@
-/* $Id: lock.c,v 1.4 2003/09/19 08:40:32 reinelt Exp $
+/* $Id: lock.c,v 1.5 2003/10/05 17:58:50 reinelt Exp $
*
* UUCP style locking
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: lock.c,v $
+ * Revision 1.5 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.4 2003/09/19 08:40:32 reinelt
*
*
diff --git a/lock.h b/lock.h
index 649cbfe..56d0c98 100644
--- a/lock.h
+++ b/lock.h
@@ -1,15 +1,17 @@
-/* $Id: lock.h,v 1.1 2000/04/07 05:42:20 reinelt Exp $
+/* $Id: lock.h,v 1.2 2003/10/05 17:58:50 reinelt Exp $
*
* UUCP style port locking
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: lock.h,v $
+ * Revision 1.2 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.1 2000/04/07 05:42:20 reinelt
*
* UUCP style lockfiles for the serial port
diff --git a/mail.c b/mail.c
index fe0686e..d5350c3 100644
--- a/mail.c
+++ b/mail.c
@@ -1,15 +1,17 @@
-/* $Id: mail.c,v 1.12 2003/02/22 07:53:10 reinelt Exp $
+/* $Id: mail.c,v 1.13 2003/10/05 17:58:50 reinelt Exp $
*
* email specific functions
*
- * Copyright 2001 by Axel Ehnert <Axel@Ehnert.net>
+ * Copyright 2001 Axel Ehnert <axel@ehnert.net>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: mail.c,v $
+ * Revision 1.13 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.12 2003/02/22 07:53:10 reinelt
* cfg_get(key,defval)
*
diff --git a/mail.h b/mail.h
index 456a5ac..cba5b38 100644
--- a/mail.h
+++ b/mail.h
@@ -1,15 +1,17 @@
-/* $Id: mail.h,v 1.4 2001/03/15 14:25:05 ltoetsch Exp $
+/* $Id: mail.h,v 1.5 2003/10/05 17:58:50 reinelt Exp $
*
* email specific functions
*
- * Copyright 2001 by Axel Ehnert <Axel@Ehnert.net>
+ * Copyright 2001 Axel Ehnert <axel@ehnert.net>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: mail.h,v $
+ * Revision 1.5 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.4 2001/03/15 14:25:05 ltoetsch
* added unread/total news
*
diff --git a/mail2.c b/mail2.c
index e272391..56ebcad 100644
--- a/mail2.c
+++ b/mail2.c
@@ -1,15 +1,17 @@
-/* $Id: mail2.c,v 1.8 2003/02/22 07:53:10 reinelt Exp $
+/* $Id: mail2.c,v 1.9 2003/10/05 17:58:50 reinelt Exp $
*
* mail: pop3, imap, news functions
*
- * Copyright 2001 by Leopold Tötsch (lt@toetsch.at)
+ * Copyright 2001 Leopold Tötsch <lt@toetsch.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: mail2.c,v $
+ * Revision 1.9 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.8 2003/02/22 07:53:10 reinelt
* cfg_get(key,defval)
*
diff --git a/parport.c b/parport.c
index d177234..81e3258 100644
--- a/parport.c
+++ b/parport.c
@@ -1,15 +1,17 @@
-/* $Id: parport.c,v 1.9 2003/10/03 03:53:12 reinelt Exp $
+/* $Id: parport.c,v 1.10 2003/10/05 17:58:50 reinelt Exp $
*
* generic parallel port handling
*
- * Copyright 2003 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 2003 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: parport.c,v $
+ * Revision 1.10 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.9 2003/10/03 03:53:12 reinelt
* compile error in parport fixed (thanks to Andrew from FilmCan)
*
diff --git a/parport.h b/parport.h
index d4b0362..94f5941 100644
--- a/parport.h
+++ b/parport.h
@@ -1,15 +1,17 @@
-/* $Id: parport.h,v 1.3 2003/08/15 07:54:07 reinelt Exp $
+/* $Id: parport.h,v 1.4 2003/10/05 17:58:50 reinelt Exp $
*
* generic parallel port handling
*
- * Copyright 2003 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 2003 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: parport.h,v $
+ * Revision 1.4 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.3 2003/08/15 07:54:07 reinelt
* HD44780 4 bit mode implemented
*
diff --git a/parser.c b/parser.c
index e01be9c..44252ad 100644
--- a/parser.c
+++ b/parser.c
@@ -1,15 +1,17 @@
-/* $Id: parser.c,v 1.20 2003/09/01 04:09:35 reinelt Exp $
+/* $Id: parser.c,v 1.21 2003/10/05 17:58:50 reinelt Exp $
*
* row definition parser
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: parser.c,v $
+ * Revision 1.21 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.20 2003/09/01 04:09:35 reinelt
* icons nearly finished, but MatrixOrbital only
*
diff --git a/parser.h b/parser.h
index 6987f11..caeb8dd 100644
--- a/parser.h
+++ b/parser.h
@@ -1,15 +1,17 @@
-/* $Id: parser.h,v 1.13 2003/09/01 04:09:35 reinelt Exp $
+/* $Id: parser.h,v 1.14 2003/10/05 17:58:50 reinelt Exp $
*
* row definition parser
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: parser.h,v $
+ * Revision 1.14 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.13 2003/09/01 04:09:35 reinelt
* icons nearly finished, but MatrixOrbital only
*
diff --git a/pid.c b/pid.c
index b7bfe3c..1451a19 100644
--- a/pid.c
+++ b/pid.c
@@ -1,15 +1,17 @@
-/* $Id: pid.c,v 1.1 2003/08/08 08:05:23 reinelt Exp $
+/* $Id: pid.c,v 1.2 2003/10/05 17:58:50 reinelt Exp $
*
* PID file handling
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: pid.c,v $
+ * Revision 1.2 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.1 2003/08/08 08:05:23 reinelt
* added PID file handling
*
diff --git a/pid.h b/pid.h
index 84d253e..5b17834 100644
--- a/pid.h
+++ b/pid.h
@@ -1,15 +1,17 @@
-/* $Id: pid.h,v 1.1 2003/08/08 08:05:23 reinelt Exp $
+/* $Id: pid.h,v 1.2 2003/10/05 17:58:50 reinelt Exp $
*
* PID file handling
*
- * Copyright 2003 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 2003 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: pid.h,v $
+ * Revision 1.2 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.1 2003/08/08 08:05:23 reinelt
* added PID file handling
*
diff --git a/pixmap.c b/pixmap.c
index 8cd086e..6cef09d 100644
--- a/pixmap.c
+++ b/pixmap.c
@@ -1,15 +1,17 @@
-/* $Id: pixmap.c,v 1.11 2003/09/10 14:01:53 reinelt Exp $
+/* $Id: pixmap.c,v 1.12 2003/10/05 17:58:50 reinelt Exp $
*
* generic pixmap driver
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: pixmap.c,v $
+ * Revision 1.12 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.11 2003/09/10 14:01:53 reinelt
* icons nearly finished\!
*
diff --git a/pixmap.h b/pixmap.h
index 3c114b4..694b68e 100644
--- a/pixmap.h
+++ b/pixmap.h
@@ -1,15 +1,17 @@
-/* $Id: pixmap.h,v 1.4 2003/09/10 14:01:53 reinelt Exp $
+/* $Id: pixmap.h,v 1.5 2003/10/05 17:58:50 reinelt Exp $
*
* generic pixmap driver
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: pixmap.h,v $
+ * Revision 1.5 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.4 2003/09/10 14:01:53 reinelt
* icons nearly finished\!
*
diff --git a/processor.c b/processor.c
index 3c077e2..b426e6c 100644
--- a/processor.c
+++ b/processor.c
@@ -1,15 +1,17 @@
-/* $Id: processor.c,v 1.46 2003/10/03 03:51:14 reinelt Exp $
+/* $Id: processor.c,v 1.47 2003/10/05 17:58:50 reinelt Exp $
*
* main data processing
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: processor.c,v $
+ * Revision 1.47 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.46 2003/10/03 03:51:14 reinelt
* start support for new MatrixOrbital MX2 displays
*
diff --git a/processor.h b/processor.h
index 6554590..52e7aed 100644
--- a/processor.h
+++ b/processor.h
@@ -1,15 +1,17 @@
-/* $Id: processor.h,v 1.2 2003/09/09 05:30:34 reinelt Exp $
+/* $Id: processor.h,v 1.3 2003/10/05 17:58:50 reinelt Exp $
*
* main data processing
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: processor.h,v $
+ * Revision 1.3 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.2 2003/09/09 05:30:34 reinelt
* even more icons stuff
*
diff --git a/seti.c b/seti.c
index 6743e6e..938e796 100644
--- a/seti.c
+++ b/seti.c
@@ -1,15 +1,17 @@
-/* $Id: seti.c,v 1.9 2003/08/24 05:17:58 reinelt Exp $
+/* $Id: seti.c,v 1.10 2003/10/05 17:58:50 reinelt Exp $
*
* seti@home specific functions
*
- * Copyright 2001 by Axel Ehnert <Axel@Ehnert.net>
+ * Copyright 2001 Axel Ehnert <Axel@Ehnert.net>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: seti.c,v $
+ * Revision 1.10 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.9 2003/08/24 05:17:58 reinelt
* liblcd4linux patch from Patrick Schemitz
*
diff --git a/seti.h b/seti.h
index 7f7bfea..44dbe87 100644
--- a/seti.h
+++ b/seti.h
@@ -1,15 +1,17 @@
-/* $Id: seti.h,v 1.3 2001/03/08 09:02:04 reinelt Exp $
+/* $Id: seti.h,v 1.4 2003/10/05 17:58:50 reinelt Exp $
*
* seti@home specific functions
*
- * Copyright 2001 by Axel Ehnert <Axel@Ehnert.net>
+ * Copyright 2001 Axel Ehnert <axel@ehnert.net>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: seti.h,v $
+ * Revision 1.4 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.3 2001/03/08 09:02:04 reinelt
*
* seti client cleanup
diff --git a/socket.c b/socket.c
index 689f713..794603a 100644
--- a/socket.c
+++ b/socket.c
@@ -1,15 +1,17 @@
-/* $Id: socket.c,v 1.5 2002/12/05 19:09:57 reinelt Exp $
+/* $Id: socket.c,v 1.6 2003/10/05 17:58:50 reinelt Exp $
*
* simple socket functions
*
- * Copyright 2001 by Leopold Tötsch (lt@toetsch.at)
+ * Copyright 2001 Leopold Tötsch <lt@toetsch.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: socket.c,v $
+ * Revision 1.6 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.5 2002/12/05 19:09:57 reinelt
* patches for gcc-3.2
*
diff --git a/socket.h b/socket.h
index 95c0e1d..ef9e26a 100644
--- a/socket.h
+++ b/socket.h
@@ -1,15 +1,17 @@
-/* $Id: socket.h,v 1.1 2001/03/14 13:19:29 ltoetsch Exp $
+/* $Id: socket.h,v 1.2 2003/10/05 17:58:50 reinelt Exp $
*
* simple socket functions
*
- * Copyright 2001 by Leopold Tötsch (lt@toetsch.at)
+ * Copyright 2001 Leopold Tötsch <lt@toetsch.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: socket.h,v $
+ * Revision 1.2 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.1 2001/03/14 13:19:29 ltoetsch
* Added pop3/imap4 mail support
*
diff --git a/system.c b/system.c
index 2b075c9..dd638b5 100644
--- a/system.c
+++ b/system.c
@@ -1,15 +1,17 @@
-/* $Id: system.c,v 1.29 2003/08/24 05:17:58 reinelt Exp $
+/* $Id: system.c,v 1.30 2003/10/05 17:58:50 reinelt Exp $
*
* system status retreivement
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: system.c,v $
+ * Revision 1.30 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.29 2003/08/24 05:17:58 reinelt
* liblcd4linux patch from Patrick Schemitz
*
diff --git a/system.h b/system.h
index 90b48f3..ad6acc6 100644
--- a/system.h
+++ b/system.h
@@ -1,15 +1,17 @@
-/* $Id: system.h,v 1.8 2000/07/31 10:43:44 reinelt Exp $
+/* $Id: system.h,v 1.9 2003/10/05 17:58:50 reinelt Exp $
*
* system status retreivement
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: system.h,v $
+ * Revision 1.9 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.8 2000/07/31 10:43:44 reinelt
*
* some changes to support kernel-2.4 (different layout of various files in /proc)
diff --git a/udelay.c b/udelay.c
index 4f5b64a..8f5fe28 100644
--- a/udelay.c
+++ b/udelay.c
@@ -1,15 +1,17 @@
-/* $Id: udelay.c,v 1.12 2003/07/18 04:43:14 reinelt Exp $
+/* $Id: udelay.c,v 1.13 2003/10/05 17:58:50 reinelt Exp $
*
* short delays
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: udelay.c,v $
+ * Revision 1.13 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.12 2003/07/18 04:43:14 reinelt
* udelay: unnecessary sanity check removed
*
diff --git a/udelay.h b/udelay.h
index cd7e93c..fd7e873 100644
--- a/udelay.h
+++ b/udelay.h
@@ -1,15 +1,17 @@
-/* $Id: udelay.h,v 1.4 2002/04/29 11:00:28 reinelt Exp $
+/* $Id: udelay.h,v 1.5 2003/10/05 17:58:50 reinelt Exp $
*
* short delays
*
- * Copyright 1999, 2000 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 1999, 2000 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: udelay.h,v $
+ * Revision 1.5 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.4 2002/04/29 11:00:28 reinelt
*
* added Toshiba T6963 driver
diff --git a/widget.c b/widget.c
index 0c01481..ccfa46c 100644
--- a/widget.c
+++ b/widget.c
@@ -1,8 +1,8 @@
-/* $Id: widget.c,v 1.1 2003/09/19 03:51:29 reinelt Exp $
+/* $Id: widget.c,v 1.2 2003/10/05 17:58:50 reinelt Exp $
*
* generic widget handling
*
- * written 2003 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 2003 Michael Reinelt <reinelt@eunet.at>
*
* 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
@@ -20,6 +20,9 @@
*
*
* $Log: widget.c,v $
+ * Revision 1.2 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.1 2003/09/19 03:51:29 reinelt
* minor fixes, widget.c added
*
diff --git a/widget.h b/widget.h
index aa5e257..d487826 100644
--- a/widget.h
+++ b/widget.h
@@ -1,15 +1,17 @@
-/* $Id: widget.h,v 1.1 2003/09/19 03:51:29 reinelt Exp $
+/* $Id: widget.h,v 1.2 2003/10/05 17:58:50 reinelt Exp $
*
* generic widget handling
*
- * written 2003 by Michael Reinelt (reinelt@eunet.at)
+ * Copyright 2003 Michael Reinelt <reinelt@eunet.at>
*
- * This program is free software; you can redistribute it and/or modify
+ * 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.
*
- * This program is distributed in the hope that it will be useful,
+ * 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.
@@ -20,6 +22,9 @@
*
*
* $Log: widget.h,v $
+ * Revision 1.2 2003/10/05 17:58:50 reinelt
+ * libtool junk; copyright messages cleaned up
+ *
* Revision 1.1 2003/09/19 03:51:29 reinelt
* minor fixes, widget.c added
*