summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sources/scala/tools/scalai/InterpreterShell.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/scala/tools/scalai/InterpreterShell.java b/sources/scala/tools/scalai/InterpreterShell.java
index 1e18d2dbe3..fada060be7 100644
--- a/sources/scala/tools/scalai/InterpreterShell.java
+++ b/sources/scala/tools/scalai/InterpreterShell.java
@@ -32,7 +32,7 @@ public class InterpreterShell {
public static final String PRODUCT = Main.PRODUCT;
public static final String VERSION = Main.VERSION;
- public static final String COPYRIGHT = "(c) 2002, LAMP/EPFL";
+ public static final String COPYRIGHT = "(c) 2002-04, LAMP/EPFL";
//########################################################################
// Private Constants