summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2005-02-09 15:55:55 +0000
committermichelou <michelou@epfl.ch>2005-02-09 15:55:55 +0000
commitd554c8332b3201b62f6d6571bb9b15ab83bdc09b (patch)
treeb93aa7395caa848a8e5feb7663d92e0f8046386e
parent74c76637aa045baaf2f2ad498d5fd361ffe9aa80 (diff)
downloadscala-d554c8332b3201b62f6d6571bb9b15ab83bdc09b.tar.gz
scala-d554c8332b3201b62f6d6571bb9b15ab83bdc09b.tar.bz2
scala-d554c8332b3201b62f6d6571bb9b15ab83bdc09b.zip
- updated copyright year.
-rw-r--r--sources/scalac/CompilerCommand.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/sources/scalac/CompilerCommand.java b/sources/scalac/CompilerCommand.java
index 03089f1d49..af1c1e4f90 100644
--- a/sources/scalac/CompilerCommand.java
+++ b/sources/scalac/CompilerCommand.java
@@ -1,6 +1,6 @@
/* ____ ____ ____ ____ ______ *\
** / __// __ \/ __// __ \/ ____/ SOcos COmpiles Scala **
-** __\_ \/ /_/ / /__/ /_/ /\_ \ (c) 2002, LAMP/EPFL **
+** __\_ \/ /_/ / /__/ /_/ /\_ \ (c) 2002-2005, LAMP/EPFL **
** /_____/\____/\___/\____/____/ **
\* */
@@ -240,7 +240,7 @@ public class CompilerCommand extends CommandParser {
this.version = new VersionOptionParser(this,
"version", "Print product version and exit",
- product() + " " + version() + " -- (c) 2002-04 LAMP/EPFL"),
+ product() + " " + version() + " -- (c) 2002-05 LAMP/EPFL"),
this.help = new HelpOptionParser(this,
"help", "Print a synopsis of standard options"),