[Mathlib-commitlog] SF.net SVN: mathlib:[845] JMathLib/trunk/src/jmathlib/core/interpreter
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-02-12 21:13:19
|
Revision: 845
http://mathlib.svn.sourceforge.net/mathlib/?rev=845&view=rev
Author: st_mueller
Date: 2009-02-12 21:13:15 +0000 (Thu, 12 Feb 2009)
Log Message:
-----------
added some comments
Modified Paths:
--------------
JMathLib/trunk/src/jmathlib/core/interpreter/RootObject.java
JMathLib/trunk/src/jmathlib/core/interpreter/Variable.java
JMathLib/trunk/src/jmathlib/core/interpreter/VariableList.java
Modified: JMathLib/trunk/src/jmathlib/core/interpreter/RootObject.java
===================================================================
--- JMathLib/trunk/src/jmathlib/core/interpreter/RootObject.java 2009-02-12 21:12:38 UTC (rev 844)
+++ JMathLib/trunk/src/jmathlib/core/interpreter/RootObject.java 2009-02-12 21:13:15 UTC (rev 845)
@@ -1,3 +1,11 @@
+/*
+ * This file is part or JMathLib
+ *
+ * Check it out at http://www.jmathlib.de
+ *
+ * Author:
+ * (c) 2005-2009
+ */
package jmathlib.core.interpreter;
import java.io.*;
Modified: JMathLib/trunk/src/jmathlib/core/interpreter/Variable.java
===================================================================
--- JMathLib/trunk/src/jmathlib/core/interpreter/Variable.java 2009-02-12 21:12:38 UTC (rev 844)
+++ JMathLib/trunk/src/jmathlib/core/interpreter/Variable.java 2009-02-12 21:13:15 UTC (rev 845)
@@ -1,3 +1,11 @@
+/*
+ * This file is part or JMathLib
+ *
+ * Check it out at http://www.jmathlib.de
+ *
+ * Author:
+ * (c) 2005-2009
+ */
package jmathlib.core.interpreter;
import jmathlib.core.tokens.*;
Modified: JMathLib/trunk/src/jmathlib/core/interpreter/VariableList.java
===================================================================
--- JMathLib/trunk/src/jmathlib/core/interpreter/VariableList.java 2009-02-12 21:12:38 UTC (rev 844)
+++ JMathLib/trunk/src/jmathlib/core/interpreter/VariableList.java 2009-02-12 21:13:15 UTC (rev 845)
@@ -1,3 +1,11 @@
+/*
+ * This file is part or JMathLib
+ *
+ * Check it out at http://www.jmathlib.de
+ *
+ * Author:
+ * (c) 2005-2009
+ */
package jmathlib.core.interpreter;
import jmathlib.core.tokens.*;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|