summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAntonio Cunei <antonio.cunei@epfl.ch>2009-12-08 13:37:08 +0000
committerAntonio Cunei <antonio.cunei@epfl.ch>2009-12-08 13:37:08 +0000
commit721c6935fd334188ab2f6cfc45f4e6ab15809b42 (patch)
tree48f03ad316791a2ac64b58dfc21fc78db6d36ee6 /src
parentb42abff4c0aa17f1e4bf3af8b0502da4bbccd70d (diff)
downloadscala-721c6935fd334188ab2f6cfc45f4e6ab15809b42.tar.gz
scala-721c6935fd334188ab2f6cfc45f4e6ab15809b42.tar.bz2
scala-721c6935fd334188ab2f6cfc45f4e6ab15809b42.zip
2009 -> 2010
Diffstat (limited to 'src')
-rwxr-xr-xsrc/compiler/scala/tools/nsc/ast/DocComments.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/scala/tools/nsc/ast/DocComments.scala b/src/compiler/scala/tools/nsc/ast/DocComments.scala
index 57edea3ca1..9baefe43b8 100755
--- a/src/compiler/scala/tools/nsc/ast/DocComments.scala
+++ b/src/compiler/scala/tools/nsc/ast/DocComments.scala
@@ -1,5 +1,5 @@
/* NSC -- new Scala compiler
- * Copyright 2005-2009 LAMP/EPFL
+ * Copyright 2005-2010 LAMP/EPFL
* @author Martin Odersky
*/
// $Id: Unapplies.scala 19206 2009-10-21 20:57:27Z extempore $