summaryrefslogtreecommitdiff
path: root/build.xml
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 /build.xml
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 'build.xml')
-rw-r--r--build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.xml b/build.xml
index 6a7422a3d9..113923db6b 100644
--- a/build.xml
+++ b/build.xml
@@ -226,7 +226,7 @@ PROPERTIES
<property name="dists.dir" value="${basedir}/dists"/>
- <property name="copyright.string" value="Copyright 2002-2012, LAMP/EPFL"/>
+ <property name="copyright.string" value="Copyright 2002-2013, LAMP/EPFL"/>
<property name="partest.version.number" value="0.9.2"/>
<!-- These are NOT the flags used to run SuperSabbus, but the ones written