]> git.webhop.me Git - lcd4linux.git/commitdiff
[lcd4linux @ 2004-01-06 23:01:37 by reinelt]
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Tue, 6 Jan 2004 23:01:37 +0000 (23:01 +0000)
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Tue, 6 Jan 2004 23:01:37 +0000 (23:01 +0000)
more copyright issues

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

AUTHORS
debian/copyright
evaluator.c

diff --git a/AUTHORS b/AUTHORS
index 082b5eb0c5b126732e9f4919f5fe7ce4281499d5..14a754df32b4cd60dfb7fb57e7389dafed293cda 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>
+
index 93dca9eba6eef0ae4d8a0dfbc1903f6bf69fb49d..c07187248eabe89e19e5f6cdd5e834327a924cd5 100644 (file)
@@ -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
index 3ea2fa16be02b5163b9b8562db580819c2b62252..c7d42489c96cf7c74f95fd059c47290c397e2d67 100644 (file)
@@ -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
  *
  * 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()'