summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2008-01-16 11:47:40 +0000
committermichelou <michelou@epfl.ch>2008-01-16 11:47:40 +0000
commit13fc5575c5a2b0c119bf7e5514261090d2f19f5e (patch)
tree76fe8ce62f6cf1a278688402222fca22b71ea725 /build.xml
parent078b5982346c1295706d24c2404854b3837043a1 (diff)
downloadscala-13fc5575c5a2b0c119bf7e5514261090d2f19f5e.tar.gz
scala-13fc5575c5a2b0c119bf7e5514261090d2f19f5e.tar.bz2
scala-13fc5575c5a2b0c119bf7e5514261090d2f19f5e.zip
updated copyright notice
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 2fdbdcf576..5bdc8f7e29 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="(c) 2002-2007 ${vendor.name}"/>
+ <property name="copyright.string" value="(c) 2002-2008 ${vendor.name}"/>
<property name="java.flags" value="-Xmx256M -Xms16M"/>
<property name="number.file" value="${basedir}/build.number"/>
<!-- Configuring how the compiler is run -->