diff options
Diffstat (limited to 'src/classes/build.xml')
-rw-r--r-- | src/classes/build.xml | 6 |
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="<font size="-1">Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to <a href="{@docRoot}/LICENSE-SPEC.html">license terms</a>."/> + value="<font size="-1">Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to <a href="{@docRoot}/LICENSE-SPEC.html">license terms</a>."/> <property name="javadoc.bottom" - value="<font size="-1">Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms."/> + value="<font size="-1">Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms."/> </target> <target name="docs-jcp" depends="setup-docs"> |