summaryrefslogtreecommitdiff
path: root/project
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 /project
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 'project')
-rw-r--r--project/Versions.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/Versions.scala b/project/Versions.scala
index cc0ab7ff2b..57e274c15c 100644
--- a/project/Versions.scala
+++ b/project/Versions.scala
@@ -67,7 +67,7 @@ object Versions {
IO.write(f, "version.number = "+versions.canonical+"\n"+
"osgi.number = "+versions.osgi+"\n"+
"maven.number = "+versions.maven+"\n"+
- "copyright.string = Copyright 2002-2012, LAMP/EPFL")
+ "copyright.string = Copyright 2002-2013, LAMP/EPFL")
def makeCanonicalVersion(isRelease: Boolean, mvnVersion: String, base: BaseBuildNumber, gitDate: String, gitSha: String): String =
if(isRelease) mvnVersion