summaryrefslogtreecommitdiff
path: root/sources/scala/tools/nsc/ast/parser/ParserPhase.scala
diff options
context:
space:
mode:
Diffstat (limited to 'sources/scala/tools/nsc/ast/parser/ParserPhase.scala')
-rw-r--r--sources/scala/tools/nsc/ast/parser/ParserPhase.scala5
1 files changed, 5 insertions, 0 deletions
diff --git a/sources/scala/tools/nsc/ast/parser/ParserPhase.scala b/sources/scala/tools/nsc/ast/parser/ParserPhase.scala
index dab3581355..f4cac5680f 100644
--- a/sources/scala/tools/nsc/ast/parser/ParserPhase.scala
+++ b/sources/scala/tools/nsc/ast/parser/ParserPhase.scala
@@ -1,3 +1,8 @@
+/* NSC -- new scala compiler
+ * Copyright 2005 LAMP/EPFL
+ * @author Martin Odersky
+ */
+// $Id$
package scala.tools.nsc.ast.parser;
abstract class ParserPhase(prev: Phase)