summaryrefslogtreecommitdiff
path: root/src/library/scala/StaticAttribute.scala
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/scala/StaticAttribute.scala')
-rw-r--r--src/library/scala/StaticAttribute.scala11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/library/scala/StaticAttribute.scala b/src/library/scala/StaticAttribute.scala
index 8b4815472b..1ad88faeac 100644
--- a/src/library/scala/StaticAttribute.scala
+++ b/src/library/scala/StaticAttribute.scala
@@ -1,18 +1,19 @@
/* __ *\
** ________ ___ / / ___ Scala API **
-** / __/ __// _ | / / / _ | (c) 2003-2006, LAMP/EPFL **
-** __\ \/ /__/ __ |/ /__/ __ | **
+** / __/ __// _ | / / / _ | (c) 2006-2007, LAMP/EPFL **
+** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ **
** /____/\___/_/ |_/____/_/ | | **
** |/ **
\* */
-// $Id: Attribute.scala 8926 2006-10-11 09:58:51 +0000 (Wed, 11 Oct 2006) dragos $
+// $Id$
package scala
-/** <p>A base class for static attributes. These are available
- * to the Scala typechecker, even across different compilation units.
+/** <p>
+ * A base class for static attributes. These are available
+ * to the Scala type checker, even across different compilation units.
* </p>
*
* @author Martin Odersky