summaryrefslogtreecommitdiffstats
path: root/src/classes/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/classes/build.xml')
-rw-r--r--src/classes/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/classes/build.xml b/src/classes/build.xml
index 5480c2a..83c252e 100644
--- a/src/classes/build.xml
+++ b/src/classes/build.xml
@@ -4,7 +4,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
@@ -196,9 +196,9 @@
<target name="setup-docs">
<!-- use javadoc.bottom.new once we have the spec license from the JCP PMO -->
<property name="javadoc.bottom.new"
- value="&lt;font size=&quot;-1&quot;&gt;Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to &lt;a href=&quot;{@docRoot}/LICENSE-SPEC.html&quot;&gt;license terms&lt;/a&gt;."/>
+ value="&lt;font size=&quot;-1&quot;&gt;Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to &lt;a href=&quot;{@docRoot}/LICENSE-SPEC.html&quot;&gt;license terms&lt;/a&gt;."/>
<property name="javadoc.bottom"
- value="&lt;font size=&quot;-1&quot;&gt;Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms."/>
+ value="&lt;font size=&quot;-1&quot;&gt;Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms."/>
</target>
<target name="docs-jcp" depends="setup-docs">