2004/01/13 03:59:36
authormegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:44:17 +0000 (07:44 +0000)
committermegacz <megacz@xwt.org>
Fri, 30 Jan 2004 07:44:17 +0000 (07:44 +0000)
darcs-hash:20040130074417-2ba56-99cb10ab9e7e846dc739553b7bb2ed8aeba1bc45.gz

src/org/xwt/js/Interpreter.java
src/org/xwt/js/JS.java
src/org/xwt/js/JSArray.java
src/org/xwt/js/JSExn.java
src/org/xwt/js/JSFunction.java
src/org/xwt/js/JSMath.java
src/org/xwt/js/JSRegexp.java
src/org/xwt/js/JSScope.java
src/org/xwt/js/Parser.java

index c6c61b7..700462a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL]
+// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
 package org.xwt.js;
 
 import org.xwt.util.*;
index 0336e27..4c33534 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] 
+// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] 
 package org.xwt.js; 
 
 import org.xwt.util.*; 
index a5798bf..290eacc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] 
+// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] 
 package org.xwt.js; 
 
 import org.xwt.util.*; 
index b3bfb98..c63a7a5 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] 
+// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] 
 package org.xwt.js; 
 
 import org.xwt.util.*; 
index d200909..a1e6564 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL]
+// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
 package org.xwt.js;
 
 import org.xwt.util.*;
index 9aaaaee..75cb48a 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL ]
+// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL ]
 
 package org.xwt.js; 
 import org.xwt.util.*; 
index 0994a36..4bc4ad8 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL]
+// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
 package org.xwt.js;
 
 import gnu.regexp.*;
index 2f35de6..2dedfc1 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL] 
+// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL] 
 package org.xwt.js; 
 
 import org.xwt.util.*; 
index 41e314e..0601bbd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright 2003 Adam Megacz, see the COPYING file for licensing [GPL]
+// Copyright 2004 Adam Megacz, see the COPYING file for licensing [GPL]
 package org.xwt.js;
 
 import org.xwt.util.*;