diff options
author | Kevin Rushforth <[email protected]> | 2007-02-09 17:19:01 +0000 |
---|---|---|
committer | Kevin Rushforth <[email protected]> | 2007-02-09 17:19:01 +0000 |
commit | dbdace9247dd0ce931f53eedceccb82c4cac79fc (patch) | |
tree | 39ea4dc1850d59193b943a01477da59e2f6ca4a8 /src/classes/build.xml | |
parent | a8eb803738d4d122213e4a5079a5e976b0111077 (diff) |
Update copyright to 2007
git-svn-id: https://svn.java.net/svn/j3d-core~svn/trunk@773 ba19aa83-45c5-6ac9-afd3-db810772062c
Diffstat (limited to 'src/classes/build.xml')
-rw-r--r-- | src/classes/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/classes/build.xml b/src/classes/build.xml index df60201..7adc358 100644 --- a/src/classes/build.xml +++ b/src/classes/build.xml @@ -4,7 +4,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved. * * Use is subject to license terms. * @@ -226,7 +226,7 @@ <target name="setup-docs"> <property name="javadoc.bottom" - 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>."/> + value="<font size="-1">Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to <a href="{@docRoot}/LICENSE-SPEC.html">license terms</a>."/> </target> <target name="docs-jcp" depends="setup-docs"> |