summaryrefslogtreecommitdiffstats
path: root/src/classes/share/com/sun/j3d/internal
diff options
context:
space:
mode:
authorKevin Rushforth <[email protected]>2006-01-05 04:12:03 +0000
committerKevin Rushforth <[email protected]>2006-01-05 04:12:03 +0000
commit0450a8908a509c481150c89804de739bb83a2ee3 (patch)
treef98813762e2d55d053c4a32c52df367a9fce30d3 /src/classes/share/com/sun/j3d/internal
parent745e025e0e2843aa2cbae8eb6d1f10e1965bed37 (diff)
Updated Copyright date to 2006
git-svn-id: https://svn.java.net/svn/j3d-core-utils~svn/trunk@92 9497e636-51bd-65ba-982d-a4982e1767a5
Diffstat (limited to 'src/classes/share/com/sun/j3d/internal')
-rwxr-xr-xsrc/classes/share/com/sun/j3d/internal/BufferWrapper.java2
-rwxr-xr-xsrc/classes/share/com/sun/j3d/internal/ByteBufferWrapper.java2
-rwxr-xr-xsrc/classes/share/com/sun/j3d/internal/ByteOrderWrapper.java2
-rw-r--r--src/classes/share/com/sun/j3d/internal/Distance.java2
-rwxr-xr-xsrc/classes/share/com/sun/j3d/internal/DoubleBufferWrapper.java2
-rw-r--r--src/classes/share/com/sun/j3d/internal/FastVector.java2
-rwxr-xr-xsrc/classes/share/com/sun/j3d/internal/FloatBufferWrapper.java2
-rw-r--r--src/classes/share/com/sun/j3d/internal/HashCodeUtil.java2
-rw-r--r--src/classes/share/com/sun/j3d/internal/J3dUtilsI18N.java2
-rw-r--r--src/classes/share/com/sun/j3d/internal/UtilFreelistManager.java2
-rw-r--r--src/classes/share/com/sun/j3d/internal/UtilMemoryFreelist.java2
11 files changed, 11 insertions, 11 deletions
diff --git a/src/classes/share/com/sun/j3d/internal/BufferWrapper.java b/src/classes/share/com/sun/j3d/internal/BufferWrapper.java
index be1cdfe..af75503 100755
--- a/src/classes/share/com/sun/j3d/internal/BufferWrapper.java
+++ b/src/classes/share/com/sun/j3d/internal/BufferWrapper.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/classes/share/com/sun/j3d/internal/ByteBufferWrapper.java b/src/classes/share/com/sun/j3d/internal/ByteBufferWrapper.java
index f9cde28..213a719 100755
--- a/src/classes/share/com/sun/j3d/internal/ByteBufferWrapper.java
+++ b/src/classes/share/com/sun/j3d/internal/ByteBufferWrapper.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/classes/share/com/sun/j3d/internal/ByteOrderWrapper.java b/src/classes/share/com/sun/j3d/internal/ByteOrderWrapper.java
index 4eaaf54..9f962b7 100755
--- a/src/classes/share/com/sun/j3d/internal/ByteOrderWrapper.java
+++ b/src/classes/share/com/sun/j3d/internal/ByteOrderWrapper.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/classes/share/com/sun/j3d/internal/Distance.java b/src/classes/share/com/sun/j3d/internal/Distance.java
index 4bf013f..f45f089 100644
--- a/src/classes/share/com/sun/j3d/internal/Distance.java
+++ b/src/classes/share/com/sun/j3d/internal/Distance.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/classes/share/com/sun/j3d/internal/DoubleBufferWrapper.java b/src/classes/share/com/sun/j3d/internal/DoubleBufferWrapper.java
index b882285..ef9d0e8 100755
--- a/src/classes/share/com/sun/j3d/internal/DoubleBufferWrapper.java
+++ b/src/classes/share/com/sun/j3d/internal/DoubleBufferWrapper.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/classes/share/com/sun/j3d/internal/FastVector.java b/src/classes/share/com/sun/j3d/internal/FastVector.java
index 75e449a..c272d9e 100644
--- a/src/classes/share/com/sun/j3d/internal/FastVector.java
+++ b/src/classes/share/com/sun/j3d/internal/FastVector.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/classes/share/com/sun/j3d/internal/FloatBufferWrapper.java b/src/classes/share/com/sun/j3d/internal/FloatBufferWrapper.java
index 0714a06..c9416eb 100755
--- a/src/classes/share/com/sun/j3d/internal/FloatBufferWrapper.java
+++ b/src/classes/share/com/sun/j3d/internal/FloatBufferWrapper.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/classes/share/com/sun/j3d/internal/HashCodeUtil.java b/src/classes/share/com/sun/j3d/internal/HashCodeUtil.java
index 15b0920..e60f2a3 100644
--- a/src/classes/share/com/sun/j3d/internal/HashCodeUtil.java
+++ b/src/classes/share/com/sun/j3d/internal/HashCodeUtil.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/classes/share/com/sun/j3d/internal/J3dUtilsI18N.java b/src/classes/share/com/sun/j3d/internal/J3dUtilsI18N.java
index 518af8e..c32a3d2 100644
--- a/src/classes/share/com/sun/j3d/internal/J3dUtilsI18N.java
+++ b/src/classes/share/com/sun/j3d/internal/J3dUtilsI18N.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/classes/share/com/sun/j3d/internal/UtilFreelistManager.java b/src/classes/share/com/sun/j3d/internal/UtilFreelistManager.java
index 41a5ab6..05f7ea4 100644
--- a/src/classes/share/com/sun/j3d/internal/UtilFreelistManager.java
+++ b/src/classes/share/com/sun/j3d/internal/UtilFreelistManager.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
diff --git a/src/classes/share/com/sun/j3d/internal/UtilMemoryFreelist.java b/src/classes/share/com/sun/j3d/internal/UtilMemoryFreelist.java
index c8f319f..9e94287 100644
--- a/src/classes/share/com/sun/j3d/internal/UtilMemoryFreelist.java
+++ b/src/classes/share/com/sun/j3d/internal/UtilMemoryFreelist.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions