summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2006-10-11 20:08:10 +0000
committermichelou <michelou@epfl.ch>2006-10-11 20:08:10 +0000
commita094bf3c2e43d8d29aa676f301a5dff99b0355a2 (patch)
treed97350ed62572b090ac21182f36b7531fa03c13a /build.xml
parent7dd216cef2eb2f4b6143cbce29eaffe70b1c3a18 (diff)
downloadscala-a094bf3c2e43d8d29aa676f301a5dff99b0355a2.tar.gz
scala-a094bf3c2e43d8d29aa676f301a5dff99b0355a2.tar.bz2
scala-a094bf3c2e43d8d29aa676f301a5dff99b0355a2.zip
corrected copyright notice in script templates
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 88fbccfe79..3cdba8834b 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-2006 ${vendor.name}"/>
<property name="number.file" value="${basedir}/build.number"/>
<!-- Configuring how the compiler is run -->
<property name="nsc.log-files" value="no"/>