Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2017-12-31 15:46:32 +0000
committerEike Stepper2017-12-31 15:46:32 +0000
commit7609ad187ff05da565e96ddb084d0e33a20c449e (patch)
tree4c874f7178fbebd93b542b5c657b0f7a36bb4f76 /plugins/org.eclipse.net4j.db.doc/build.xml
parente4a7b0c6b0b7edc8ecbe03b99751bf9989decf31 (diff)
downloadcdo-7609ad187ff05da565e96ddb084d0e33a20c449e.tar.gz
cdo-7609ad187ff05da565e96ddb084d0e33a20c449e.tar.xz
cdo-7609ad187ff05da565e96ddb084d0e33a20c449e.zip
[Releng] Adjust copyrights
Diffstat (limited to 'plugins/org.eclipse.net4j.db.doc/build.xml')
-rw-r--r--plugins/org.eclipse.net4j.db.doc/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.net4j.db.doc/build.xml b/plugins/org.eclipse.net4j.db.doc/build.xml
index c27b0a0716..960e7a952e 100644
--- a/plugins/org.eclipse.net4j.db.doc/build.xml
+++ b/plugins/org.eclipse.net4j.db.doc/build.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<!--
- Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
+ Copyright (c) 2011-2016 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
@@ -92,7 +92,7 @@
windowtitle="${javadoc.name}"
doctitle="&lt;h1>${javadoc.name}&lt;/h1>"
overview="${project.path}/overview.html"
- bottom="&lt;i class=&quot;copyright&quot;>Copyright (c) 2014 Eike Stepper (Berlin, Germany) and others.&lt;br>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 http://www.eclipse.org/legal/epl-v10.html&lt;/i>">
+ bottom="&lt;i class=&quot;copyright&quot;>Copyright (c) 2011-2016 Eike Stepper (Berlin, Germany) and others.&lt;br>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 http://www.eclipse.org/legal/epl-v10.html&lt;/i>">
<fileset dir="${plugins.dir}" defaultexcludes="yes">
<include name="org.eclipse.net4j.db.derby/src/org/eclipse/net4j/db/derby/*.java" />

Back to the top