]> git.webhop.me Git - lcd4linux.git/commitdiff
[lcd4linux @ 2003-10-05 17:58:50 by reinelt]
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Sun, 5 Oct 2003 17:58:50 +0000 (17:58 +0000)
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Sun, 5 Oct 2003 17:58:50 +0000 (17:58 +0000)
libtool junk; copyright messages cleaned up

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

65 files changed:
BeckmannEgle.c
Crystalfontz.c
Cwlinux.c
HD44780.c
M50530.c
Makefile.am
Makefile.in
MatrixOrbital.c
MilfordInstruments.c
PalmPilot.c
Raster.c
SIN.c
Skeleton.c
T6963.c
Text.c
USBLCD.c
XWindow.c
bar.c
bar.h
battery.c
battery.h
cfg.c
cfg.h
debug.c
debug.h
display.c
display.h
dvb.c
dvb.h
exec.c
exec.h
filter.c
filter.h
fontmap.c
fontmap.h
icon.c
icon.h
isdn.c
isdn.h
lcd4linux.c
lock.c
lock.h
mail.c
mail.h
mail2.c
parport.c
parport.h
parser.c
parser.h
pid.c
pid.h
pixmap.c
pixmap.h
processor.c
processor.h
seti.c
seti.h
socket.c
socket.h
system.c
system.h
udelay.c
udelay.h
widget.c
widget.h

index cf52de87170cb9c0389a2f5f6c0eaed0f0915610..a401df9581010d7090dd5c9ca173b58ed6746ff0 100644 (file)
@@ -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
  *
index 95be970cf49a9213a5c992f3c84bd05b70e9d4dc..0b5af42713deaab96fd070d031c1064905f2e997 100644 (file)
@@ -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
  *
index b0a28653ffb4b93a94476449f4a89c5f7bd4bf0d..cca90a0ed25652aa869cb692cba6a7e8e755ad51 100644 (file)
--- 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
  *
index c97e3f94dd60e7c57c2cd4047cc779e22959d090..b94c4d29e87b88dea17f70441892de3d40510caf 100644 (file)
--- 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)
  * 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
  *
index bf7d245522c00707595cc73a6800c007951c52bd..2febde3b241b9ee85cc48eeefa0e445133ae6de2 100644 (file)
--- 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
  *
index 459021e5315b68d014cd952eba752da537194199..23738b73791503f6d7f0f7144067e0aef0885e75 100644 (file)
@@ -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 \
index 38fbe6a400ab965e05dd1f53b8e2c863b112ca8d..3f40d877c36d7ba4feee239239859e208cfafae8 100644 (file)
@@ -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)
index 8207e6ae6a48cc2e9211d89fe320ecceb18c3cc0..237320ec6b1df0661e89c9b0caec54e98980f255 100644 (file)
@@ -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
  *
index 564c6c1a65396d8cee53bcd2efc8c7217671d75b..ae2b7f194b2839cf6d756c81d8feac92a2d20419 100644 (file)
@@ -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
  *
index 60dcf1876121d6b564ae67d6d27cdf03f76e497c..61be489ffe25adc5a2be8877f750c16a8b14dc3a 100644 (file)
@@ -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
  *
index 406e7c80b43d07fa9e849e17ad846fb53f038afd..86733964e07d80b53e1e5e2d75cd53657918262a 100644 (file)
--- 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 80772ed28c388c82eba27addff820dfabc64370d..e15b004b8b21b1fdae7a583c86aa203a0b93f4fa 100644 (file)
--- 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
  *
index 40622aafcebf0e0dda655de7b9f7d3a647f6736c..2b0a386fb78e60c48bac747036ceddd064c97778 100644 (file)
@@ -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 c53de192f8ae9e0b9ff576d0c153e57f8640e901..5c53af3f858950a9e6109be62523abdcbfa4ca8c 100644 (file)
--- 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 78ed8070aa566513a84860268d0e433757fdfa38..fc3ba33c040b46a4e39ffd845c0a45e6524db685 100644 (file)
--- 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
  *
index 47c43b0fca4a8eba869a2a6db43e213e686074ca..9d4e598897083aaaf472c507fff455a65abb3240 100644 (file)
--- 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
  *
index ee0aa73e711712856bbd35cc09803ee80de5c43a..c8e9caf5a29c89eefb3bfa8f9384d8b826d44b5e 100644 (file)
--- 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 f6e96bfa932711dba62f3040e3d5500560fe5c6e..5ec81aa426037a09985fb0755152168517ecc6a0 100644 (file)
--- 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 f8e4505c50813310e52c1c33db2d5d1e61db627f..4ec72c883d3caf7a881b56a4a15e4fc2c4e4652e 100644 (file)
--- 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)()
  *
index c1cdd35233f3fc42d1b9b29a99dc92b590ddf0b4..93975be6957d06a77475a5e75b038c93c2df7cab 100644 (file)
--- 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
index d86b49146f313063931ba7480a661fc350a47087..53148d1038d70b82d08f9146c68847a67f52633a 100644 (file)
--- 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 0689ce6b61b14bc6ca1beac64c50894662d88cc9..e9b9f1aece5b974cdea123be96de8deda59ea7f1 100644 (file)
--- 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 fc35a4d4926846f6835a270ab16273a39bfea142..ab875e7cdbf25ece7b512fd9ab76994188c251ef 100644 (file)
--- 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 5ff185cd28a1a486b522dd9ad680d668393a8205..a83cd66082aeb4592a35106b6b109370fc94ebe5 100644 (file)
--- 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 c1abd37364e4362cee6f804d8ff5e5496ae798e4..3bdfde9d2d1541c8693ef916b39ed43a17b66cd9 100644 (file)
--- 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
  *
index cf418e6367f5d87e6758433d890c436f45b50e7c..9d45f29a8adbe5f135e3f91ee9653f6929d9158d 100644 (file)
--- 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
  *
index 748f8e609f3b234ff851d66ace979ed9af341202..98c078ed1e27896c2a44dfbabedb6b05965129e9 100644 (file)
--- 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 55e52acdc48621220f25299d99037b87fcab9c05..dc7535941f2447678a99ad134b823eb52e6fd2d7 100644 (file)
--- 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 8946d20560b376f9527867fa1b1651671e6ecfe8..339ef0531312a4375c2443efb11c663daaa7fbf8 100644 (file)
--- 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 966358cd2b3774b336539211f4a6e5af2925063e..2402415e3eac2db6d9150690182d8b10a74ae25e 100644 (file)
--- 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 b8936a0afdf5a5dfdefb6b7c1090b4c3e9c7f8ac..3c18cf3aed93d98d647790cf4107c6f0c3ad5e81 100644 (file)
--- 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
  *
index a9aa8afe09a33cb09ee7210493e780f3fee2e659..4a7a0d43f847ff3e79a255ee37693eb729d22a9e 100644 (file)
--- 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()'
  *
index 0501b04db12ebfd2ddf02e2475dce045db1c02d0..0cf14403020bd253759edcd0f9b0b171ea425bc5 100644 (file)
--- 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
index da30fe59b3b8b482e38c68921a479deee4f3b06a..bfd07e62217d2c150cac0db51f1c311756663acc 100644 (file)
--- 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()
index 0b2a2ee54907eeef3f8b1222ba141768d392fcf0..7708832bcb59a045a065c378e440ee025487ef18 100644 (file)
--- 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 6e312760e6b9f44a86edac789edc0452dee20955..d65a8c45c4e89b4d3af28c2c6a70a7875a50f442 100644 (file)
--- 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 348d63da99b3401c08c08a03a816055be3259212..2cf6fb07ead279976371104dff6fde1e1d08beb6 100644 (file)
--- 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 4b2004db941effd0ed3eb35d527268f729e3350d..b6be354c7b8863a46514b059ff53c1c94a2b97fb 100644 (file)
--- 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 233c141b1f15ae93beffed9a62c64d6a5a0c288a..973bf0ffbbd3f711420edf22b470e72c904623a5 100644 (file)
--- 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
index 65d6c81876cabeb40049395fb162fce3a6c80fe2..a9be90ac7f7b69bc7f25afbd39cebce54e9cb74d 100644 (file)
@@ -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 ec2820aacd272c1fb1abfc94737bec0ac4e39560..909ed8de13b8cd1ad16f04d32b2bd17f0ff577d4 100644 (file)
--- 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 649cbfe196fe431eb3bb51143ce3cd80fcbba8c4..56d0c98773af448aba33e324398a5e3b443dc09d 100644 (file)
--- 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 fe0686eb208f0d80b55662dbe3f519c0ff4e2d3e..d5350c3f7f82d10b28920405ecff70caea2d5e0a 100644 (file)
--- 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 456a5aca2352fc5dcb0f5bcb6a8b84ecf16f3b33..cba5b3843fa4139431a5ce76a96c2053bdf03322 100644 (file)
--- 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 e2723915d115ab0c36bd1f98c187b6659d4e2534..56ebcadec896f11bf3d5ff8b16b96fec4e430665 100644 (file)
--- 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)
  *
index d1772342c651d002a6666ddfc9c7b9c16ae59632..81e32589450a6b13b4d2645303787ab3e469373d 100644 (file)
--- 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)
  *
index d4b0362af251a11d4aa2a5b2677450c03e8c61e3..94f594197913cfe72c81122cd094ca96532dbb63 100644 (file)
--- 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
  *
index e01be9cf6edbed75e50fdbdbc6917e8eb4b0a435..44252adfb6f9a23f040fd6e33029736650c69e10 100644 (file)
--- 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
  *
index 6987f11e6ab4adf4e957d288f55b5805bf1c2eba..caeb8ddafda5760beb7e686d47125f345368e6ea 100644 (file)
--- 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 b7bfe3c553f8fc4ee9aea06841bd498f500d9934..1451a198f7b56e9936d54a5463af3ceaef25713f 100644 (file)
--- 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 84d253e2fbeaad47b0ebb14c667a2dfbea7f5b6c..5b17834ad2c9f565f811abc4321dc0f9ea25ebec 100644 (file)
--- 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
  *
index 8cd086e2cb7d75935ff2feea45b9ed61264eb7a1..6cef09ded4a8b54328670e7450e083464b46c79a 100644 (file)
--- 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\!
  *
index 3c114b47d0fade43e1ec0ce012233084ee4c4607..694b68ecc2d10ad54f239d0dfc88bb0817372d73 100644 (file)
--- 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\!
  *
index 3c077e21260c0df7e869a2ab2502a5b1b9a9481e..b426e6c5d7ac6a1aa0095bbb475af9cc5cd3d748 100644 (file)
@@ -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
  *
index 6554590ffd0333024ab3bf5d516c666827779ca7..52e7aedb4739a61d3da8db8cd529897eb8dc1878 100644 (file)
@@ -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 6743e6ece738d1c7d075c1c5c905d08483d16266..938e796e94c90da795ccf133e5f7262764a1f0f2 100644 (file)
--- 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 7f7bfeadf4cc627a36a3c6617f8b3aa006878791..44dbe879e04614c8448f1d2873a34cd2feb6cb1c 100644 (file)
--- 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
index 689f7134c4df117d9cd7a33b1d9ec55aaff41732..794603a05c4de2b9a6e442bcc013b9269b260d0e 100644 (file)
--- 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
  *
index 95c0e1de4ff68fc503b8795e1ce74ce1742fd681..ef9e26ad4d15752f1329f097004ff7e2882bb393 100644 (file)
--- 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
  *
index 2b075c917c13eb3d189b25b373e952459b7fb26b..dd638b54bab71cae425bd4f358bd92383bad3049 100644 (file)
--- 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
  *
index 90b48f31fe255f25c4404ba08095ad4198abf5d0..ad6acc67360286e34a1cfeda92037ff6ef09e7e0 100644 (file)
--- 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)
index 4f5b64a241defc5fa35dd94e5ed20a1c9e8231b6..8f5fe2891e8f34040aab4fc85fd44d73b22bc994 100644 (file)
--- 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
  *
index cd7e93ce13add3b098882aa5c5af4fccb25994a7..fd7e873f1bf8e9a95fdbc090fc29adff4b7752f7 100644 (file)
--- 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
index 0c01481a13203936074c8cb6e65de8e811f8490c..ccfa46ca1a747aac8c5b2c1f1ca78d3ea1fd4f32 100644 (file)
--- 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
  *
index aa5e25719ce0faced7675006f54520cf14a403a3..d48782683ab84789b9135a851eff3ccd2d3594db 100644 (file)
--- 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
  *