summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2004-01-20 12:50:03 +0000
committerpaltherr <paltherr@epfl.ch>2004-01-20 12:50:03 +0000
commit8109d288cd8d89cf0d8e4dede4b7e07c086db68f (patch)
tree17709232caff3a1f13b4195a951be9bf15dd54bc
parentf2d05be35c61ae8138773076bc68a966e0d75021 (diff)
downloadscala-8109d288cd8d89cf0d8e4dede4b7e07c086db68f.tar.gz
scala-8109d288cd8d89cf0d8e4dede4b7e07c086db68f.tar.bz2
scala-8109d288cd8d89cf0d8e4dede4b7e07c086db68f.zip
- Fixed copyright date
-rw-r--r--sources/scalac/CompilerCommand.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/scalac/CompilerCommand.java b/sources/scalac/CompilerCommand.java
index 7d61dd8acf..b51649e6d1 100644
--- a/sources/scalac/CompilerCommand.java
+++ b/sources/scalac/CompilerCommand.java
@@ -210,7 +210,7 @@ public class CompilerCommand extends CommandParser {
this.version = new VersionOptionParser(this,
"version", "Print product version and exit",
- product() + " " + version() + " -- (c) 2002-03 LAMP/EPFL"),
+ product() + " " + version() + " -- (c) 2002-04 LAMP/EPFL"),
this.help = new HelpOptionParser(this,
"help", "Print a synopsis of standard options"),