From 8c752c3af8fecb6bd81aaa8761519539d563d155 Mon Sep 17 00:00:00 2001 From: michelou Date: Thu, 25 Jan 2007 22:22:57 +0000 Subject: updated copyright date and address of Scala web... updated copyright date and address of Scala website --- src/compiler/scala/tools/nsc/MainGenericRunner.scala | 13 ++++++++----- src/manual/scala/tools/docutil/resources/index.html | 6 +++--- 2 files changed, 11 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/compiler/scala/tools/nsc/MainGenericRunner.scala b/src/compiler/scala/tools/nsc/MainGenericRunner.scala index a91cdde18b..9d17154eae 100644 --- a/src/compiler/scala/tools/nsc/MainGenericRunner.scala +++ b/src/compiler/scala/tools/nsc/MainGenericRunner.scala @@ -1,5 +1,5 @@ /* NSC -- new Scala compiler - * Copyright 2006 LAMP/EPFL + * Copyright 2006-2007 LAMP/EPFL * @author Lex Spoon */ @@ -18,9 +18,12 @@ import java.lang.reflect.InvocationTargetException */ object MainGenericRunner { /** Append jars found in ${scala.home}/lib to - * a specified classpath. Also append "." if the - * input classpath is empty; otherwise do not. - */ + * a specified classpath. Also append "." if the + * input classpath is empty; otherwise do not. + * + * @param classpath + * @return ... + */ def addClasspathExtras(classpath: String): String = { val scalaHome = getProperty("scala.home") @@ -70,7 +73,7 @@ object MainGenericRunner { val version = getProperty("scala.tool.version", "unknown version") Console.println( "Scala code runner version " + version + " -- " + - "(c) 2002-2006 LAMP/EPFL") + "(c) 2002-2007 LAMP/EPFL") return } diff --git a/src/manual/scala/tools/docutil/resources/index.html b/src/manual/scala/tools/docutil/resources/index.html index eb952e35d1..4319d10d34 100644 --- a/src/manual/scala/tools/docutil/resources/index.html +++ b/src/manual/scala/tools/docutil/resources/index.html @@ -8,7 +8,7 @@ - + @@ -17,7 +17,7 @@
- + Scala
@@ -191,7 +191,7 @@
- Copyright (c) 2002-2006 EPFL, + Copyright (c) 2002-2007 EPFL, Lausanne, unless specified otherwise.
All rights reserved.
-- cgit v1.2.3