[Mathlib-commitlog] SF.net SVN: mathlib:[853] JMathLib/trunk/src/jmathlib/toolbox/jmathlib/ system
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-02-18 19:28:40
|
Revision: 853
http://mathlib.svn.sourceforge.net/mathlib/?rev=853&view=rev
Author: st_mueller
Date: 2009-02-18 19:28:34 +0000 (Wed, 18 Feb 2009)
Log Message:
-----------
added standard comment
Modified Paths:
--------------
JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/debug.java
JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/disp.java
JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/error.java
JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/foreach.java
JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/format.java
JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/getdebug.java
JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/getenv.java
JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/getjmathlibproperty.java
JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/java.java
Modified: JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/debug.java
===================================================================
--- JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/debug.java 2009-02-18 19:25:47 UTC (rev 852)
+++ JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/debug.java 2009-02-18 19:28:34 UTC (rev 853)
@@ -1,3 +1,11 @@
+/*
+ * This file is part or JMathLib
+ *
+ * Check it out at http://www.jmathlib.de
+ *
+ * Author:
+ * (c) 2005-2009
+ */
package jmathlib.toolbox.jmathlib.system;
import jmathlib.core.interpreter.*;
Modified: JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/disp.java
===================================================================
--- JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/disp.java 2009-02-18 19:25:47 UTC (rev 852)
+++ JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/disp.java 2009-02-18 19:28:34 UTC (rev 853)
@@ -1,3 +1,11 @@
+/*
+ * This file is part or JMathLib
+ *
+ * Check it out at http://www.jmathlib.de
+ *
+ * Author:
+ * (c) 2005-2009
+ */
package jmathlib.toolbox.jmathlib.system;
import jmathlib.core.tokens.Token;
Modified: JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/error.java
===================================================================
--- JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/error.java 2009-02-18 19:25:47 UTC (rev 852)
+++ JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/error.java 2009-02-18 19:28:34 UTC (rev 853)
@@ -1,3 +1,11 @@
+/*
+ * This file is part or JMathLib
+ *
+ * Check it out at http://www.jmathlib.de
+ *
+ * Author:
+ * (c) 2005-2009
+ */
package jmathlib.toolbox.jmathlib.system;
import jmathlib.core.tokens.Token;
Modified: JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/foreach.java
===================================================================
--- JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/foreach.java 2009-02-18 19:25:47 UTC (rev 852)
+++ JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/foreach.java 2009-02-18 19:28:34 UTC (rev 853)
@@ -1,3 +1,11 @@
+/*
+ * This file is part or JMathLib
+ *
+ * Check it out at http://www.jmathlib.de
+ *
+ * Author:
+ * (c) 2005-2009
+ */
package jmathlib.toolbox.jmathlib.system;
import jmathlib.core.interpreter.*;
Modified: JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/format.java
===================================================================
--- JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/format.java 2009-02-18 19:25:47 UTC (rev 852)
+++ JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/format.java 2009-02-18 19:28:34 UTC (rev 853)
@@ -1,3 +1,11 @@
+/*
+ * This file is part or JMathLib
+ *
+ * Check it out at http://www.jmathlib.de
+ *
+ * Author:
+ * (c) 2005-2009
+ */
package jmathlib.toolbox.jmathlib.system;
import jmathlib.core.functions.ExternalFunction;
Modified: JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/getdebug.java
===================================================================
--- JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/getdebug.java 2009-02-18 19:25:47 UTC (rev 852)
+++ JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/getdebug.java 2009-02-18 19:28:34 UTC (rev 853)
@@ -1,3 +1,11 @@
+/*
+ * This file is part or JMathLib
+ *
+ * Check it out at http://www.jmathlib.de
+ *
+ * Author:
+ * (c) 2005-2009
+ */
package jmathlib.toolbox.jmathlib.system;
import jmathlib.core.functions.ExternalFunction;
@@ -2,4 +10,2 @@
import jmathlib.core.tokens.*;
-import jmathlib.core.tokens.numbertokens.DoubleNumberToken;
-import jmathlib.core.interpreter.Errors;
import jmathlib.core.interpreter.ErrorLogger;
Modified: JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/getenv.java
===================================================================
--- JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/getenv.java 2009-02-18 19:25:47 UTC (rev 852)
+++ JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/getenv.java 2009-02-18 19:28:34 UTC (rev 853)
@@ -1,3 +1,11 @@
+/*
+ * This file is part or JMathLib
+ *
+ * Check it out at http://www.jmathlib.de
+ *
+ * Author:
+ * (c) 2005-2009
+ */
package jmathlib.toolbox.jmathlib.system;
import jmathlib.core.interpreter.*;
Modified: JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/getjmathlibproperty.java
===================================================================
--- JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/getjmathlibproperty.java 2009-02-18 19:25:47 UTC (rev 852)
+++ JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/getjmathlibproperty.java 2009-02-18 19:28:34 UTC (rev 853)
@@ -1,3 +1,11 @@
+/*
+ * This file is part or JMathLib
+ *
+ * Check it out at http://www.jmathlib.de
+ *
+ * Author:
+ * (c) 2005-2009
+ */
package jmathlib.toolbox.jmathlib.system;
import jmathlib.core.functions.ExternalFunction;
Modified: JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/java.java
===================================================================
--- JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/java.java 2009-02-18 19:25:47 UTC (rev 852)
+++ JMathLib/trunk/src/jmathlib/toolbox/jmathlib/system/java.java 2009-02-18 19:28:34 UTC (rev 853)
@@ -1,3 +1,11 @@
+/*
+ * This file is part or JMathLib
+ *
+ * Check it out at http://www.jmathlib.de
+ *
+ * Author:
+ * (c) 2005-2009
+ */
package jmathlib.toolbox.jmathlib.system;
import jmathlib.core.tokens.Token;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|