Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-06-11 05:36:35 +0000
committerEike Stepper2013-06-11 05:36:35 +0000
commit496026a599f54552b2a37465787a5e7094320fb4 (patch)
tree8c4d926b449fec76c1e4e88aa207299862fa73aa /plugins/org.eclipse.emf.cdo.releng.help
parente78ebd5def2273aa7751b5ada4fdb84844680641 (diff)
downloadcdo-496026a599f54552b2a37465787a5e7094320fb4.tar.gz
cdo-496026a599f54552b2a37465787a5e7094320fb4.tar.xz
cdo-496026a599f54552b2a37465787a5e7094320fb4.zip
Update copyrights
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.releng.help')
-rw-r--r--plugins/org.eclipse.emf.cdo.releng.help/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.emf.cdo.releng.help/build.xml b/plugins/org.eclipse.emf.cdo.releng.help/build.xml
index 731cd39912..1defafed24 100644
--- a/plugins/org.eclipse.emf.cdo.releng.help/build.xml
+++ b/plugins/org.eclipse.emf.cdo.releng.help/build.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
- Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.
+ Copyright (c) 2011-2013 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
@@ -93,7 +93,7 @@
windowtitle="${javadoc.name}"
doctitle="&lt;h1>${javadoc.name}&lt;/h1>"
overview="${project.path}/overview.html"
- bottom="&lt;i>Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.&lt;/i>">
+ bottom="&lt;i>Copyright (c) 2011-2013 Eike Stepper (Berlin, Germany) and others.&lt;/i>">
<doclet name="org.jboss.apiviz.APIviz" path="${path.supplemental}/bin">
<param name="-nopackagediagram" />

Back to the top