summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--COPYRIGHT.txt4
-rw-r--r--README-build.html2
-rw-r--r--build.xml2
-rw-r--r--src/javax/vecmath/AxisAngle4d.java2
-rw-r--r--src/javax/vecmath/AxisAngle4f.java2
-rw-r--r--src/javax/vecmath/Color3b.java2
-rw-r--r--src/javax/vecmath/Color3f.java2
-rw-r--r--src/javax/vecmath/Color4b.java2
-rw-r--r--src/javax/vecmath/Color4f.java2
-rw-r--r--src/javax/vecmath/GMatrix.java2
-rw-r--r--src/javax/vecmath/GVector.java2
-rw-r--r--src/javax/vecmath/Matrix3d.java2
-rw-r--r--src/javax/vecmath/Matrix3f.java2
-rw-r--r--src/javax/vecmath/Matrix4d.java2
-rw-r--r--src/javax/vecmath/Matrix4f.java2
-rw-r--r--src/javax/vecmath/MismatchedSizeException.java2
-rw-r--r--src/javax/vecmath/Point2d.java2
-rw-r--r--src/javax/vecmath/Point2f.java2
-rw-r--r--src/javax/vecmath/Point3d.java2
-rw-r--r--src/javax/vecmath/Point3f.java2
-rw-r--r--src/javax/vecmath/Point3i.java2
-rw-r--r--src/javax/vecmath/Point4d.java2
-rw-r--r--src/javax/vecmath/Point4f.java2
-rw-r--r--src/javax/vecmath/Point4i.java2
-rw-r--r--src/javax/vecmath/Quat4d.java2
-rw-r--r--src/javax/vecmath/Quat4f.java2
-rw-r--r--src/javax/vecmath/SingularMatrixException.java2
-rw-r--r--src/javax/vecmath/TexCoord2f.java2
-rw-r--r--src/javax/vecmath/TexCoord3f.java2
-rw-r--r--src/javax/vecmath/TexCoord4f.java2
-rw-r--r--src/javax/vecmath/Tuple2d.java2
-rw-r--r--src/javax/vecmath/Tuple2f.java2
-rw-r--r--src/javax/vecmath/Tuple3b.java2
-rw-r--r--src/javax/vecmath/Tuple3d.java2
-rw-r--r--src/javax/vecmath/Tuple3f.java2
-rw-r--r--src/javax/vecmath/Tuple3i.java2
-rw-r--r--src/javax/vecmath/Tuple4b.java2
-rw-r--r--src/javax/vecmath/Tuple4d.java2
-rw-r--r--src/javax/vecmath/Tuple4f.java2
-rw-r--r--src/javax/vecmath/Tuple4i.java2
-rw-r--r--src/javax/vecmath/VecMathI18N.java2
-rw-r--r--src/javax/vecmath/VecMathUtil.java2
-rw-r--r--src/javax/vecmath/Vector2d.java2
-rw-r--r--src/javax/vecmath/Vector2f.java2
-rw-r--r--src/javax/vecmath/Vector3d.java2
-rw-r--r--src/javax/vecmath/Vector3f.java2
-rw-r--r--src/javax/vecmath/Vector4d.java2
-rw-r--r--src/javax/vecmath/Vector4f.java2
48 files changed, 49 insertions, 49 deletions
diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt
index 23f8b5e..311bfd3 100644
--- a/COPYRIGHT.txt
+++ b/COPYRIGHT.txt
@@ -1,4 +1,4 @@
-Copyright (c) 2004 Sun Microsystems, Inc., 4150 Network Circle, Santa
+Copyright (c) 2005 Sun Microsystems, Inc., 4150 Network Circle, Santa
Clara, California 95054, U.S.A. All rights reserved.
Sun Microsystems, Inc. has intellectual property rights relating to
@@ -35,7 +35,7 @@ to entities identified on U.S. export exclusion lists, including, but
not limited to, the denied persons and specially designated nationals
lists is strictly prohibited.
-Copyright (c) 2004 Sun Microsystems, Inc., 4150 Network Circle, Santa
+Copyright (c) 2005 Sun Microsystems, Inc., 4150 Network Circle, Santa
Clara, California 95054, Etats-Unis. Tous droits r�serv�s.
Sun Microsystems, Inc. d�tient les droits de propri�t� intellectuels
diff --git a/README-build.html b/README-build.html
index 71eeafc..5e96df2 100644
--- a/README-build.html
+++ b/README-build.html
@@ -5,7 +5,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/build.xml b/build.xml
index 63a4be3..508af46 100644
--- a/build.xml
+++ b/build.xml
@@ -4,7 +4,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/AxisAngle4d.java b/src/javax/vecmath/AxisAngle4d.java
index ca16742..a72e7f0 100644
--- a/src/javax/vecmath/AxisAngle4d.java
+++ b/src/javax/vecmath/AxisAngle4d.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/AxisAngle4f.java b/src/javax/vecmath/AxisAngle4f.java
index 6367313..6cb625e 100644
--- a/src/javax/vecmath/AxisAngle4f.java
+++ b/src/javax/vecmath/AxisAngle4f.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Color3b.java b/src/javax/vecmath/Color3b.java
index 4ad55d0..ec9e136 100644
--- a/src/javax/vecmath/Color3b.java
+++ b/src/javax/vecmath/Color3b.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Color3f.java b/src/javax/vecmath/Color3f.java
index f7ea10b..b2578ab 100644
--- a/src/javax/vecmath/Color3f.java
+++ b/src/javax/vecmath/Color3f.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Color4b.java b/src/javax/vecmath/Color4b.java
index 929821a..f824648 100644
--- a/src/javax/vecmath/Color4b.java
+++ b/src/javax/vecmath/Color4b.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Color4f.java b/src/javax/vecmath/Color4f.java
index 265086f..8cbace1 100644
--- a/src/javax/vecmath/Color4f.java
+++ b/src/javax/vecmath/Color4f.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/GMatrix.java b/src/javax/vecmath/GMatrix.java
index f6c76b1..7744dcc 100644
--- a/src/javax/vecmath/GMatrix.java
+++ b/src/javax/vecmath/GMatrix.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/GVector.java b/src/javax/vecmath/GVector.java
index da1bf6e..4718ae8 100644
--- a/src/javax/vecmath/GVector.java
+++ b/src/javax/vecmath/GVector.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Matrix3d.java b/src/javax/vecmath/Matrix3d.java
index ac3a382..7804ef9 100644
--- a/src/javax/vecmath/Matrix3d.java
+++ b/src/javax/vecmath/Matrix3d.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Matrix3f.java b/src/javax/vecmath/Matrix3f.java
index 43f5301..17ec205 100644
--- a/src/javax/vecmath/Matrix3f.java
+++ b/src/javax/vecmath/Matrix3f.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Matrix4d.java b/src/javax/vecmath/Matrix4d.java
index dd338a7..62f62f8 100644
--- a/src/javax/vecmath/Matrix4d.java
+++ b/src/javax/vecmath/Matrix4d.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Matrix4f.java b/src/javax/vecmath/Matrix4f.java
index 32d83e1..9de5849 100644
--- a/src/javax/vecmath/Matrix4f.java
+++ b/src/javax/vecmath/Matrix4f.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/MismatchedSizeException.java b/src/javax/vecmath/MismatchedSizeException.java
index 062194c..6daf42c 100644
--- a/src/javax/vecmath/MismatchedSizeException.java
+++ b/src/javax/vecmath/MismatchedSizeException.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Point2d.java b/src/javax/vecmath/Point2d.java
index 0e819d3..fef085c 100644
--- a/src/javax/vecmath/Point2d.java
+++ b/src/javax/vecmath/Point2d.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Point2f.java b/src/javax/vecmath/Point2f.java
index acb3243..eb0d783 100644
--- a/src/javax/vecmath/Point2f.java
+++ b/src/javax/vecmath/Point2f.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Point3d.java b/src/javax/vecmath/Point3d.java
index 3acf542..26da384 100644
--- a/src/javax/vecmath/Point3d.java
+++ b/src/javax/vecmath/Point3d.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Point3f.java b/src/javax/vecmath/Point3f.java
index 1b0a372..15681f3 100644
--- a/src/javax/vecmath/Point3f.java
+++ b/src/javax/vecmath/Point3f.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Point3i.java b/src/javax/vecmath/Point3i.java
index a84c35f..66fbf73 100644
--- a/src/javax/vecmath/Point3i.java
+++ b/src/javax/vecmath/Point3i.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Point4d.java b/src/javax/vecmath/Point4d.java
index 218b4d2..1b8e667 100644
--- a/src/javax/vecmath/Point4d.java
+++ b/src/javax/vecmath/Point4d.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Point4f.java b/src/javax/vecmath/Point4f.java
index 8c7be5e..7d6f193 100644
--- a/src/javax/vecmath/Point4f.java
+++ b/src/javax/vecmath/Point4f.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Point4i.java b/src/javax/vecmath/Point4i.java
index 13c6962..80ecb12 100644
--- a/src/javax/vecmath/Point4i.java
+++ b/src/javax/vecmath/Point4i.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Quat4d.java b/src/javax/vecmath/Quat4d.java
index 835e8e7..e1d1863 100644
--- a/src/javax/vecmath/Quat4d.java
+++ b/src/javax/vecmath/Quat4d.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Quat4f.java b/src/javax/vecmath/Quat4f.java
index ecbef4b..61702ee 100644
--- a/src/javax/vecmath/Quat4f.java
+++ b/src/javax/vecmath/Quat4f.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/SingularMatrixException.java b/src/javax/vecmath/SingularMatrixException.java
index 339ba31..9a902e7 100644
--- a/src/javax/vecmath/SingularMatrixException.java
+++ b/src/javax/vecmath/SingularMatrixException.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/TexCoord2f.java b/src/javax/vecmath/TexCoord2f.java
index 7defa9f..b950f82 100644
--- a/src/javax/vecmath/TexCoord2f.java
+++ b/src/javax/vecmath/TexCoord2f.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/TexCoord3f.java b/src/javax/vecmath/TexCoord3f.java
index 05268c8..4b7f012 100644
--- a/src/javax/vecmath/TexCoord3f.java
+++ b/src/javax/vecmath/TexCoord3f.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/TexCoord4f.java b/src/javax/vecmath/TexCoord4f.java
index 845888f..763140d 100644
--- a/src/javax/vecmath/TexCoord4f.java
+++ b/src/javax/vecmath/TexCoord4f.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Tuple2d.java b/src/javax/vecmath/Tuple2d.java
index a60ff49..3c018e4 100644
--- a/src/javax/vecmath/Tuple2d.java
+++ b/src/javax/vecmath/Tuple2d.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Tuple2f.java b/src/javax/vecmath/Tuple2f.java
index ee4b801..45db4ae 100644
--- a/src/javax/vecmath/Tuple2f.java
+++ b/src/javax/vecmath/Tuple2f.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Tuple3b.java b/src/javax/vecmath/Tuple3b.java
index 2615160..0d4ea14 100644
--- a/src/javax/vecmath/Tuple3b.java
+++ b/src/javax/vecmath/Tuple3b.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Tuple3d.java b/src/javax/vecmath/Tuple3d.java
index 8379a8a..f4764cc 100644
--- a/src/javax/vecmath/Tuple3d.java
+++ b/src/javax/vecmath/Tuple3d.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Tuple3f.java b/src/javax/vecmath/Tuple3f.java
index d32a109..b390e5f 100644
--- a/src/javax/vecmath/Tuple3f.java
+++ b/src/javax/vecmath/Tuple3f.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Tuple3i.java b/src/javax/vecmath/Tuple3i.java
index d0321a4..bc25b94 100644
--- a/src/javax/vecmath/Tuple3i.java
+++ b/src/javax/vecmath/Tuple3i.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Tuple4b.java b/src/javax/vecmath/Tuple4b.java
index 8945665..1132755 100644
--- a/src/javax/vecmath/Tuple4b.java
+++ b/src/javax/vecmath/Tuple4b.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Tuple4d.java b/src/javax/vecmath/Tuple4d.java
index 2898dad..96c5ce4 100644
--- a/src/javax/vecmath/Tuple4d.java
+++ b/src/javax/vecmath/Tuple4d.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Tuple4f.java b/src/javax/vecmath/Tuple4f.java
index 5b213ea..6f0e255 100644
--- a/src/javax/vecmath/Tuple4f.java
+++ b/src/javax/vecmath/Tuple4f.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Tuple4i.java b/src/javax/vecmath/Tuple4i.java
index a066ac9..8c40ec9 100644
--- a/src/javax/vecmath/Tuple4i.java
+++ b/src/javax/vecmath/Tuple4i.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/VecMathI18N.java b/src/javax/vecmath/VecMathI18N.java
index d142325..c2d2a03 100644
--- a/src/javax/vecmath/VecMathI18N.java
+++ b/src/javax/vecmath/VecMathI18N.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/VecMathUtil.java b/src/javax/vecmath/VecMathUtil.java
index cc34d90..8347650 100644
--- a/src/javax/vecmath/VecMathUtil.java
+++ b/src/javax/vecmath/VecMathUtil.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Vector2d.java b/src/javax/vecmath/Vector2d.java
index 1a5ca68..949730d 100644
--- a/src/javax/vecmath/Vector2d.java
+++ b/src/javax/vecmath/Vector2d.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Vector2f.java b/src/javax/vecmath/Vector2f.java
index 9ee8183..8d4d092 100644
--- a/src/javax/vecmath/Vector2f.java
+++ b/src/javax/vecmath/Vector2f.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Vector3d.java b/src/javax/vecmath/Vector3d.java
index 79a4dfd..742ecc7 100644
--- a/src/javax/vecmath/Vector3d.java
+++ b/src/javax/vecmath/Vector3d.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Vector3f.java b/src/javax/vecmath/Vector3f.java
index 1b9a4fd..d6df9cd 100644
--- a/src/javax/vecmath/Vector3f.java
+++ b/src/javax/vecmath/Vector3f.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Vector4d.java b/src/javax/vecmath/Vector4d.java
index e56997d..255d81e 100644
--- a/src/javax/vecmath/Vector4d.java
+++ b/src/javax/vecmath/Vector4d.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*
diff --git a/src/javax/vecmath/Vector4f.java b/src/javax/vecmath/Vector4f.java
index 9ff885e..5c0e885 100644
--- a/src/javax/vecmath/Vector4f.java
+++ b/src/javax/vecmath/Vector4f.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2004 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
*
* Use is subject to license terms.
*