summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJames Iry <james.iry@typesafe.com>2013-01-04 13:31:43 -0800
committerJames Iry <james.iry@typesafe.com>2013-01-04 13:31:43 -0800
commit77c8751c9107e5ca73181c15ccf31fce81c7de47 (patch)
tree525cfe326a7d87f9036dbd22bc2bccc76a44bfa9 /src
parent54aca491463f25985d45aeb823d2cddda54b6a44 (diff)
downloadscala-77c8751c9107e5ca73181c15ccf31fce81c7de47.tar.gz
scala-77c8751c9107e5ca73181c15ccf31fce81c7de47.tar.bz2
scala-77c8751c9107e5ca73181c15ccf31fce81c7de47.zip
SI-6915 Updates copyright properties to 2002-2013
The .scala header files had the right copyright dates but properties used to generate the information in e.g. "scala -version" hadn't been updated. review @adriaanm
Diffstat (limited to 'src')
-rw-r--r--src/library/scala/util/Properties.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/util/Properties.scala b/src/library/scala/util/Properties.scala
index fd1364c2dc..cc145134c4 100644
--- a/src/library/scala/util/Properties.scala
+++ b/src/library/scala/util/Properties.scala
@@ -102,7 +102,7 @@ private[scala] trait PropertiesTrait {
* or "version (unknown)" if it cannot be determined.
*/
val versionString = "version " + scalaPropOrElse("version.number", "(unknown)")
- val copyrightString = scalaPropOrElse("copyright.string", "(c) 2002-2011 LAMP/EPFL")
+ val copyrightString = scalaPropOrElse("copyright.string", "Copyright 2002-2013, LAMP/EPFL")
/** This is the encoding to use reading in source files, overridden with -encoding
* Note that it uses "prop" i.e. looks in the scala jar, not the system properties.