diff options
author | Kevin Rushforth <[email protected]> | 2006-01-05 03:57:34 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2006-01-05 03:57:34 +0000 |
commit | a81417566c786486afbe8c272ad9b308080f868f (patch) | |
tree | 25375f306551255fbf174bf6315282e4d38e2b74 /src/classes/build.xml | |
parent | 81b6396006440d32dd78e0a0d32dc72ac1c39199 (diff) |
Updated Copyright date to 2006
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@492 ba19aa83-45c5-6ac9-afd3-db810772062c
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"> |