From 097a86f21336bdddba53b3731048db41de968205 Mon Sep 17 00:00:00 2001 From: michelou Date: Fri, 23 Sep 2005 17:41:52 +0000 Subject: - updated copyright date. --- sources/scalac/ast/Tree.java.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sources/scalac') diff --git a/sources/scalac/ast/Tree.java.tmpl b/sources/scalac/ast/Tree.java.tmpl index 8a12c16577..c76c2b37d0 100644 --- a/sources/scalac/ast/Tree.java.tmpl +++ b/sources/scalac/ast/Tree.java.tmpl @@ -1,6 +1,6 @@ /* ____ ____ ____ ____ ______ *\ ** / __// __ \/ __// __ \/ ____/ SOcos COmpiles Scala ** -** __\_ \/ /_/ / /__/ /_/ /\_ \ (c) 2002, LAMP/EPFL ** +** __\_ \/ /_/ / /__/ /_/ /\_ \ (c) 2002-2005, LAMP/EPFL ** ** /_____/\____/\___/\____/____/ ** \* */ @@ -8,8 +8,8 @@ package scalac.ast; -import java.io.StringWriter; import java.io.PrintWriter; +import java.io.StringWriter; import scala.tools.util.Position; -- cgit v1.2.3