summaryrefslogtreecommitdiff
path: root/src/compiler
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-01-17 14:29:25 +0000
committermichelou <michelou@epfl.ch>2007-01-17 14:29:25 +0000
commit81d2963d4c9f959429ec2e38f4928ec62db9c410 (patch)
treecb59c9f995624d2dc3b828b97bf53b72463f2092 /src/compiler
parent767bb1b875dbde7aef1994edf445dbc687dbe8eb (diff)
downloadscala-81d2963d4c9f959429ec2e38f4928ec62db9c410.tar.gz
scala-81d2963d4c9f959429ec2e38f4928ec62db9c410.tar.bz2
scala-81d2963d4c9f959429ec2e38f4928ec62db9c410.zip
added svn:keywords and file header to collectio...
added svn:keywords and file header to collection/jcl/*.scala
Diffstat (limited to 'src/compiler')
-rw-r--r--src/compiler/scala/tools/nsc/CompileServer.scala4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/scala/tools/nsc/CompileServer.scala b/src/compiler/scala/tools/nsc/CompileServer.scala
index 48f30041a7..e2d2dfb5ab 100644
--- a/src/compiler/scala/tools/nsc/CompileServer.scala
+++ b/src/compiler/scala/tools/nsc/CompileServer.scala
@@ -1,5 +1,5 @@
/* NSC -- new Scala compiler
- * Copyright 2005-2006 LAMP/EPFL
+ * Copyright 2005-2007 LAMP/EPFL
* @author Martin Odersky
*/
// $Id$
@@ -30,7 +30,7 @@ object CompileServer extends SocketServer {
val VERSION: String =
System.getProperty("scala.tool.version", "unknown version")
val COPYRIGHT: String =
- System.getProperty("scala.copyright", "(c) 2002-2006 LAMP/EPFL")
+ System.getProperty("scala.copyright", "(c) 2002-2007 LAMP/EPFL")
val versionMsg = PRODUCT + " " + VERSION + " -- " + COPYRIGHT
val MaxCharge = 0.8