summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2008-01-24 13:04:12 +0000
committermichelou <michelou@epfl.ch>2008-01-24 13:04:12 +0000
commit45f7a9228a88db488171b97402cbd6be34347e7b (patch)
tree36d8327762786739df7ad0b891665d7c44f695c1
parent6f0e4a2001cc832f06aafea0275bb16e83275906 (diff)
downloadscala-45f7a9228a88db488171b97402cbd6be34347e7b.tar.gz
scala-45f7a9228a88db488171b97402cbd6be34347e7b.tar.bz2
scala-45f7a9228a88db488171b97402cbd6be34347e7b.zip
added missing header
-rw-r--r--src/compiler/scala/tools/nsc/InterpreterSettings.scala6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/compiler/scala/tools/nsc/InterpreterSettings.scala b/src/compiler/scala/tools/nsc/InterpreterSettings.scala
index be932b0833..eacef6c838 100644
--- a/src/compiler/scala/tools/nsc/InterpreterSettings.scala
+++ b/src/compiler/scala/tools/nsc/InterpreterSettings.scala
@@ -1,3 +1,9 @@
+/* NSC -- new Scala compiler
+ * Copyright 2005-2008 LAMP/EPFL
+ * @author Alexander Spoon
+ */
+// $Id$
+
package scala.tools.nsc
/** Settings for the interpreter