summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2004-01-23 10:32:53 +0000
committermichelou <michelou@epfl.ch>2004-01-23 10:32:53 +0000
commit24c538e6348cb42091440b751f7cbe330b0495ab (patch)
tree11cafb87aad856738f636f2bff624f3856d3fc56
parente72cb8c981f0f068de0c69e751d5e8b003ce8569 (diff)
downloadscala-24c538e6348cb42091440b751f7cbe330b0495ab.tar.gz
scala-24c538e6348cb42091440b751f7cbe330b0495ab.tar.bz2
scala-24c538e6348cb42091440b751f7cbe330b0495ab.zip
- updated copyright date.
-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