summaryrefslogtreecommitdiffstats
path: root/src/PickTest
diff options
context:
space:
mode:
authornobody <nobody@28c7f869-5b4e-e670-f602-82bfaf57f300>2005-02-18 21:39:49 +0000
committernobody <nobody@28c7f869-5b4e-e670-f602-82bfaf57f300>2005-02-18 21:39:49 +0000
commite2b47f8efe3859b3cb516ec1a3ff8328f27cab62 (patch)
treecc4a769386ac0627e2782660d4c837c2c8f55a92 /src/PickTest
parent145583d3a2857f420a0155512c86378ffb7f901d (diff)
This commit was manufactured by cvs2svn to create tagpremerge-1_4-1_3_2-beta3
'premerge-1_4-1_3_2-beta3'.
Diffstat (limited to 'src/PickTest')
-rw-r--r--src/PickTest/BoltCG.java2
-rw-r--r--src/PickTest/ColorCube.java2
-rw-r--r--src/PickTest/ColorPyramidDown.java2
-rw-r--r--src/PickTest/ColorPyramidUp.java2
-rw-r--r--src/PickTest/CubeIQA.java2
-rw-r--r--src/PickTest/CubeQA.java2
-rw-r--r--src/PickTest/GullCG.java2
-rw-r--r--src/PickTest/IcosahedronITSA.java2
-rw-r--r--src/PickTest/IcosahedronTSA.java2
-rw-r--r--src/PickTest/IntersectInfoBehavior.java2
-rw-r--r--src/PickTest/IntersectTest.java2
-rw-r--r--src/PickTest/MorphingBehavior.java2
-rw-r--r--src/PickTest/OctahedronITFA.java2
-rw-r--r--src/PickTest/OctahedronTFA.java2
-rw-r--r--src/PickTest/PickTest.java2
-rw-r--r--src/PickTest/RandomColorCube.java2
-rw-r--r--src/PickTest/RandomColorTetrahedron.java2
-rw-r--r--src/PickTest/TetrahedronILA.java2
-rw-r--r--src/PickTest/TetrahedronILSA.java2
-rw-r--r--src/PickTest/TetrahedronIPA.java2
-rw-r--r--src/PickTest/TetrahedronITA.java2
-rw-r--r--src/PickTest/TetrahedronLA.java2
-rw-r--r--src/PickTest/TetrahedronLSA.java2
-rw-r--r--src/PickTest/TetrahedronPA.java2
-rw-r--r--src/PickTest/TetrahedronTA.java2
-rw-r--r--src/PickTest/build.xml2
26 files changed, 26 insertions, 26 deletions
diff --git a/src/PickTest/BoltCG.java b/src/PickTest/BoltCG.java
index 6f98e30..836305d 100644
--- a/src/PickTest/BoltCG.java
+++ b/src/PickTest/BoltCG.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/ColorCube.java b/src/PickTest/ColorCube.java
index c61644d..74758fb 100644
--- a/src/PickTest/ColorCube.java
+++ b/src/PickTest/ColorCube.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/ColorPyramidDown.java b/src/PickTest/ColorPyramidDown.java
index 96c8f09..280b3fb 100644
--- a/src/PickTest/ColorPyramidDown.java
+++ b/src/PickTest/ColorPyramidDown.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/ColorPyramidUp.java b/src/PickTest/ColorPyramidUp.java
index b43ddd9..4cca260 100644
--- a/src/PickTest/ColorPyramidUp.java
+++ b/src/PickTest/ColorPyramidUp.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/CubeIQA.java b/src/PickTest/CubeIQA.java
index 8f63f36..f1f6155 100644
--- a/src/PickTest/CubeIQA.java
+++ b/src/PickTest/CubeIQA.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/CubeQA.java b/src/PickTest/CubeQA.java
index 838a57e..cf31111 100644
--- a/src/PickTest/CubeQA.java
+++ b/src/PickTest/CubeQA.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/GullCG.java b/src/PickTest/GullCG.java
index 9cd3cd7..78ec036 100644
--- a/src/PickTest/GullCG.java
+++ b/src/PickTest/GullCG.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/IcosahedronITSA.java b/src/PickTest/IcosahedronITSA.java
index e55a42a..13ee53e 100644
--- a/src/PickTest/IcosahedronITSA.java
+++ b/src/PickTest/IcosahedronITSA.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/IcosahedronTSA.java b/src/PickTest/IcosahedronTSA.java
index 83d6f0c..f46ba75 100644
--- a/src/PickTest/IcosahedronTSA.java
+++ b/src/PickTest/IcosahedronTSA.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/IntersectInfoBehavior.java b/src/PickTest/IntersectInfoBehavior.java
index 1ca39c6..226c6a4 100644
--- a/src/PickTest/IntersectInfoBehavior.java
+++ b/src/PickTest/IntersectInfoBehavior.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/IntersectTest.java b/src/PickTest/IntersectTest.java
index f4e70cb..206ea8f 100644
--- a/src/PickTest/IntersectTest.java
+++ b/src/PickTest/IntersectTest.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/MorphingBehavior.java b/src/PickTest/MorphingBehavior.java
index 3780fac..730434c 100644
--- a/src/PickTest/MorphingBehavior.java
+++ b/src/PickTest/MorphingBehavior.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/OctahedronITFA.java b/src/PickTest/OctahedronITFA.java
index 0ddc789..c5d6f3a 100644
--- a/src/PickTest/OctahedronITFA.java
+++ b/src/PickTest/OctahedronITFA.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/OctahedronTFA.java b/src/PickTest/OctahedronTFA.java
index ef7e376..57ecd89 100644
--- a/src/PickTest/OctahedronTFA.java
+++ b/src/PickTest/OctahedronTFA.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/PickTest.java b/src/PickTest/PickTest.java
index b4817f7..144eccd 100644
--- a/src/PickTest/PickTest.java
+++ b/src/PickTest/PickTest.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/RandomColorCube.java b/src/PickTest/RandomColorCube.java
index 77ac9f7..c9a91ee 100644
--- a/src/PickTest/RandomColorCube.java
+++ b/src/PickTest/RandomColorCube.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/RandomColorTetrahedron.java b/src/PickTest/RandomColorTetrahedron.java
index c1e7ead..940a7c1 100644
--- a/src/PickTest/RandomColorTetrahedron.java
+++ b/src/PickTest/RandomColorTetrahedron.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/TetrahedronILA.java b/src/PickTest/TetrahedronILA.java
index 18d16bd..1558a4d 100644
--- a/src/PickTest/TetrahedronILA.java
+++ b/src/PickTest/TetrahedronILA.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/TetrahedronILSA.java b/src/PickTest/TetrahedronILSA.java
index da516a9..8086f30 100644
--- a/src/PickTest/TetrahedronILSA.java
+++ b/src/PickTest/TetrahedronILSA.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/TetrahedronIPA.java b/src/PickTest/TetrahedronIPA.java
index 0d2047c..117960d 100644
--- a/src/PickTest/TetrahedronIPA.java
+++ b/src/PickTest/TetrahedronIPA.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/TetrahedronITA.java b/src/PickTest/TetrahedronITA.java
index 0013c0f..795796d 100644
--- a/src/PickTest/TetrahedronITA.java
+++ b/src/PickTest/TetrahedronITA.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/TetrahedronLA.java b/src/PickTest/TetrahedronLA.java
index 4eef7cc..858f88c 100644
--- a/src/PickTest/TetrahedronLA.java
+++ b/src/PickTest/TetrahedronLA.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/TetrahedronLSA.java b/src/PickTest/TetrahedronLSA.java
index 29b189b..9317387 100644
--- a/src/PickTest/TetrahedronLSA.java
+++ b/src/PickTest/TetrahedronLSA.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/TetrahedronPA.java b/src/PickTest/TetrahedronPA.java
index 0ffb7b9..d1bcda9 100644
--- a/src/PickTest/TetrahedronPA.java
+++ b/src/PickTest/TetrahedronPA.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/TetrahedronTA.java b/src/PickTest/TetrahedronTA.java
index 7887380..f2ba169 100644
--- a/src/PickTest/TetrahedronTA.java
+++ b/src/PickTest/TetrahedronTA.java
@@ -1,7 +1,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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/PickTest/build.xml b/src/PickTest/build.xml
index 47e5a36..def3da4 100644
--- a/src/PickTest/build.xml
+++ b/src/PickTest/build.xml
@@ -4,7 +4,7 @@
/*
* $RCSfile$
*
- * Copyright (c) 2005 Sun Microsystems, Inc. All rights reserved.
+ * Copyright (c) 2004 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