summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2007-01-23 18:01:08 +0000
committermichelou <michelou@epfl.ch>2007-01-23 18:01:08 +0000
commit016ff2d1343ce77bbfe0572e2f9c666e9d866070 (patch)
tree38679f32dc1901c210e241cb1b650f24d1bb1087 /build.xml
parentcfe333853f15ccfe84eca657900e700341ffa832 (diff)
downloadscala-016ff2d1343ce77bbfe0572e2f9c666e9d866070.tar.gz
scala-016ff2d1343ce77bbfe0572e2f9c666e9d866070.tar.bz2
scala-016ff2d1343ce77bbfe0572e2f9c666e9d866070.zip
updated copyright date in build.xml
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 53af1440ab..211d4b5340 100644
--- a/build.xml
+++ b/build.xml
@@ -29,7 +29,7 @@ PROPERTIES
<property file="${properties.file}"/>
<!-- Defines the product being built -->
<property name="vendor.name" value="LAMP/EPFL"/>
- <property name="copyright.string" value="Copyright 2002-2006 ${vendor.name}"/>
+ <property name="copyright.string" value="Copyright 2002-2007 ${vendor.name}"/>
<property name="number.file" value="${basedir}/build.number"/>
<!-- Configuring how the compiler is run -->
<property name="nsc.log-files" value="no"/>