You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by fu...@apache.org on 2008/05/02 08:49:26 UTC

svn commit: r652781 - in /db/derby/code/branches/10.3: NOTICE build.xml tools/ant/properties/release.properties

Author: fuzzylogic
Date: Thu May  1 23:49:26 2008
New Revision: 652781

URL: http://svn.apache.org/viewvc?rev=652781&view=rev
Log:
Derby 10.3.3.0: update copyright notices in code tree

Modified:
    db/derby/code/branches/10.3/NOTICE
    db/derby/code/branches/10.3/build.xml
    db/derby/code/branches/10.3/tools/ant/properties/release.properties

Modified: db/derby/code/branches/10.3/NOTICE
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.3/NOTICE?rev=652781&r1=652780&r2=652781&view=diff
==============================================================================
--- db/derby/code/branches/10.3/NOTICE (original)
+++ db/derby/code/branches/10.3/NOTICE Thu May  1 23:49:26 2008
@@ -4,7 +4,7 @@
 =========================================================================
 
 Apache Derby
-Copyright 2004-2007 The Apache Software Foundation
+Copyright 2004-2008 The Apache Software Foundation
 
 This product includes software developed by
 The Apache Software Foundation (http://www.apache.org/).

Modified: db/derby/code/branches/10.3/build.xml
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.3/build.xml?rev=652781&r1=652780&r2=652781&view=diff
==============================================================================
--- db/derby/code/branches/10.3/build.xml (original)
+++ db/derby/code/branches/10.3/build.xml Thu May  1 23:49:26 2008
@@ -719,7 +719,7 @@
              Windowtitle="Apache Derby ${major}.${minor} API Documentation"
              Doctitle="Apache Derby ${major}.${minor} API Documentation"
              Footer="${javadoc.Footer}"
-             bottom="Apache Derby ${major}.${minor} API Documentation  -  <i>Copyright © 2004,2007 The Apache Software Foundation. All Rights Reserved.</i>">
+             bottom="Apache Derby ${major}.${minor} API Documentation  -  <i>Copyright © 2004,2008 The Apache Software Foundation. All Rights Reserved.</i>">
       <fileset dir="${derby.engine.src.dir}"
                includesfile="${javadoc.inclusions}"/>
       <fileset dir="${derby.client.src.dir}"
@@ -766,7 +766,7 @@
         windowtitle="Apache Derby V${major}.${minor} Internals"
         doctitle="Apache Derby V${major}.${minor} Internals"
         Footer="${javadoc.Footer}"
-        bottom="Apache Derby V${major}.${minor} Internals - &lt;i&gt;Copyright &amp;copy; 2004,2007 The Apache Software Foundation. All Rights Reserved.&lt;/i&gt;"
+        bottom="Apache Derby V${major}.${minor} Internals - &lt;i&gt;Copyright &amp;copy; 2004,2008 The Apache Software Foundation. All Rights Reserved.&lt;/i&gt;"
         source="1.4">
         <taglet name="org.apache.derbyBuild.javadoc.FormatIdTaglet" 
                 path="${basedir}/classes"/>
@@ -915,7 +915,7 @@
        windowtitle="Apache Derby V${major}.${minor} Test Javadoc"
        doctitle="Apache Derby V${major}.${minor} Test Javadoc"
        Footer="${javadoc.Footer}"
-       bottom="Apache Derby V${major}.${minor} Internals - &lt;i&gt;Copyright &amp;copy; 2004,2007 The Apache Software Foundation. All Rights Reserved.&lt;/i&gt;"
+       bottom="Apache Derby V${major}.${minor} Internals - &lt;i&gt;Copyright &amp;copy; 2004,2008 The Apache Software Foundation. All Rights Reserved.&lt;/i&gt;"
        source="${derbyTesting.javadoc.vmlevel}"
        sourcepath="${derby.testing.src.dir}"
        excludepackagenames="${derbyTesting.javadoc.excludes}"/>

Modified: db/derby/code/branches/10.3/tools/ant/properties/release.properties
URL: http://svn.apache.org/viewvc/db/derby/code/branches/10.3/tools/ant/properties/release.properties?rev=652781&r1=652780&r2=652781&view=diff
==============================================================================
--- db/derby/code/branches/10.3/tools/ant/properties/release.properties (original)
+++ db/derby/code/branches/10.3/tools/ant/properties/release.properties Thu May  1 23:49:26 2008
@@ -4,6 +4,6 @@
 drdamaint=0
 minor=3
 eversion=10.3
-copyright.comment=Copyright 1997, 2007 The Apache Software Foundation or its licensors, as applicable.
+copyright.comment=Copyright 2004, 2008 The Apache Software Foundation or its licensors, as applicable.
 beta=false
 vendor=The Apache Software Foundation