Skip to content

Commit

Permalink
updated copyright date
Browse files Browse the repository at this point in the history
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@9692 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
  • Loading branch information
michelou committed Jan 23, 2007
1 parent 1cbf095 commit f6e0da6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/compiler/scala/tools/nsc/CompileClient.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import scala.tools.util.StringOps
object CompileClient {
val PRODUCT: String = getProperty("scala.tool.name", "scalac")
val VERSION: String = getProperty("scala.tool.version", "unknown version")
val COPYRIGHT: String = getProperty("scala.copyright", "(c) 2002-2006 LAMP/EPFL")
val COPYRIGHT: String = getProperty("scala.copyright", "(c) 2002-2007 LAMP/EPFL")

val versionMsg = PRODUCT + " " + VERSION + " -- " + COPYRIGHT

Expand Down
5 changes: 3 additions & 2 deletions src/compiler/scala/tools/nsc/Main.scala
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
/* NSC -- new Scala compiler
* Copyright 2005-2006 LAMP/EPFL
* Copyright 2005-2007 LAMP/EPFL
* @author Martin Odersky
*/
// $Id$

package scala.tools.nsc

import java.lang.System.getProperty
Expand All @@ -18,7 +19,7 @@ object Main extends AnyRef with EvalLoop {

val PRODUCT: String = getProperty("scala.tool.name", "scalac")
val VERSION: String = getProperty("scala.tool.version", "unknown version")
val COPYRIGHT: String = getProperty("scala.copyright", "(c) 2002-2006 LAMP/EPFL")
val COPYRIGHT: String = getProperty("scala.copyright", "(c) 2002-2007 LAMP/EPFL")
val versionMsg = PRODUCT + " " + VERSION + " -- " + COPYRIGHT
val prompt = "\nnsc> "

Expand Down

0 comments on commit f6e0da6

Please sign in to comment.