diff options
author | reinelt <> | 2004-01-06 23:01:37 +0000 |
---|---|---|
committer | reinelt <> | 2004-01-06 23:01:37 +0000 |
commit | a52cd7cec845dcb9e7a069b6ff4a2a0e88679ea7 (patch) | |
tree | 16bd381da085c14a3ee8ec40268c55c4f189c117 | |
parent | 3c737870508ceba11eede58553a51b5e6034b3c0 (diff) | |
download | lcd4linux-a52cd7cec845dcb9e7a069b6ff4a2a0e88679ea7.tar.gz |
[lcd4linux @ 2004-01-06 23:01:37 by reinelt]
more copyright issues
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | debian/copyright | 3 | ||||
-rw-r--r-- | evaluator.c | 7 |
3 files changed, 7 insertions, 4 deletions
@@ -16,3 +16,4 @@ Andy Baxter <andy@earthsong.free-online.co.uk> Thomas Siedentopf <thom-s@gmx.net> Markus Keil <markus_keil@t-online.de> Samuel Mimram <samuel.mimram@ens-lyon.fr> + diff --git a/debian/copyright b/debian/copyright index 93dca9e..c071872 100644 --- a/debian/copyright +++ b/debian/copyright @@ -5,7 +5,7 @@ It was downloaded from http://lcd4linux.sourceforge.net/ Upstream Author: Michael Reinelt <reinelt@eunet.at> -Copyright: 1999-2004 +Copyright: 1992, 1999-2004 The LCD4Linux Development Team <lcd4linux-devel@lists.sourceforge.net> Michael Reinelt <reinelt@eunet.at> Herbert Rosmanith <herp@wildsau.idv.uni-linz.ac.at> @@ -23,6 +23,7 @@ Andy Baxter <andy@earthsong.free-online.co.uk> Thomas Siedentopf <thom-s@gmx.net> Markus Keil <markus_keil@t-online.de> Samuel Mimram <samuel.mimram@ens-lyon.fr> +Mark Morley <morley@Camosun.BC.CA> This program is free software; you can redistribute it and/or modify diff --git a/evaluator.c b/evaluator.c index 3ea2fa1..c7d4248 100644 --- a/evaluator.c +++ b/evaluator.c @@ -1,4 +1,4 @@ -/* $Id: evaluator.c,v 1.5 2004/01/06 17:33:45 reinelt Exp $ +/* $Id: evaluator.c,v 1.6 2004/01/06 23:01:37 reinelt Exp $ * * expression evaluation * @@ -10,8 +10,10 @@ * FIXME: GPL or not GPL???? * * $Log: evaluator.c,v $ - * Revision 1.5 2004/01/06 17:33:45 reinelt + * Revision 1.6 2004/01/06 23:01:37 reinelt + * more copyright issues * + * Revision 1.5 2004/01/06 17:33:45 reinelt * Evaluator: functions with variable argument lists * Evaluator: plugin_sample.c and README.Plugins added * @@ -19,7 +21,6 @@ * Evaluator rearrangements... * * Revision 1.3 2003/10/11 06:01:52 reinelt - * * renamed expression.{c,h} to client.{c,h} * added config file client * new functions 'AddNumericVariable()' and 'AddStringVariable()' |