aboutsummaryrefslogtreecommitdiffstats
path: root/evaluator.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-06 23:01:37 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-01-06 23:01:37 +0000
commit654ac10fea60f352a7f79955f93ea8da75517638 (patch)
tree16bd381da085c14a3ee8ec40268c55c4f189c117 /evaluator.c
parentcb237ec8bae76a6f621fc0ec704e87f9163274cd (diff)
downloadlcd4linux-654ac10fea60f352a7f79955f93ea8da75517638.tar.gz
[lcd4linux @ 2004-01-06 23:01:37 by reinelt]
more copyright issues git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@294 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'evaluator.c')
-rw-r--r--evaluator.c7
1 files changed, 4 insertions, 3 deletions
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()'