From ed3fe3394103b0eddedde55fcb954079a5b42e8a Mon Sep 17 00:00:00 2001 From: nobody Date: Fri, 6 Jan 2006 23:33:53 +0000 Subject: This commit was manufactured by cvs2svn to create branch 'dev-1_5'. --- src/PickTest/BoltCG.java | 2 +- src/PickTest/ColorCube.java | 2 +- src/PickTest/ColorPyramidDown.java | 2 +- src/PickTest/ColorPyramidUp.java | 2 +- src/PickTest/CubeIQA.java | 2 +- src/PickTest/CubeQA.java | 2 +- src/PickTest/GullCG.java | 2 +- src/PickTest/IcosahedronITSA.java | 2 +- src/PickTest/IcosahedronTSA.java | 2 +- src/PickTest/IntersectInfoBehavior.java | 2 +- src/PickTest/IntersectTest.java | 2 +- src/PickTest/MorphingBehavior.java | 2 +- src/PickTest/OctahedronITFA.java | 2 +- src/PickTest/OctahedronTFA.java | 2 +- src/PickTest/PickTest.java | 2 +- src/PickTest/RandomColorCube.java | 2 +- src/PickTest/RandomColorTetrahedron.java | 2 +- src/PickTest/TetrahedronILA.java | 2 +- src/PickTest/TetrahedronILSA.java | 2 +- src/PickTest/TetrahedronIPA.java | 2 +- src/PickTest/TetrahedronITA.java | 2 +- src/PickTest/TetrahedronLA.java | 2 +- src/PickTest/TetrahedronLSA.java | 2 +- src/PickTest/TetrahedronPA.java | 2 +- src/PickTest/TetrahedronTA.java | 2 +- src/PickTest/build.xml | 2 +- 26 files changed, 26 insertions(+), 26 deletions(-) (limited to 'src/PickTest') diff --git a/src/PickTest/BoltCG.java b/src/PickTest/BoltCG.java index 78255ac..6f98e30 100644 --- a/src/PickTest/BoltCG.java +++ b/src/PickTest/BoltCG.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 ff52c48..c61644d 100644 --- a/src/PickTest/ColorCube.java +++ b/src/PickTest/ColorCube.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 80a572d..96c8f09 100644 --- a/src/PickTest/ColorPyramidDown.java +++ b/src/PickTest/ColorPyramidDown.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 e952fe2..b43ddd9 100644 --- a/src/PickTest/ColorPyramidUp.java +++ b/src/PickTest/ColorPyramidUp.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 cbeadc5..8f63f36 100644 --- a/src/PickTest/CubeIQA.java +++ b/src/PickTest/CubeIQA.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 5e1f78f..838a57e 100644 --- a/src/PickTest/CubeQA.java +++ b/src/PickTest/CubeQA.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 c53283a..9cd3cd7 100644 --- a/src/PickTest/GullCG.java +++ b/src/PickTest/GullCG.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 e25178f..e55a42a 100644 --- a/src/PickTest/IcosahedronITSA.java +++ b/src/PickTest/IcosahedronITSA.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 83fb687..83d6f0c 100644 --- a/src/PickTest/IcosahedronTSA.java +++ b/src/PickTest/IcosahedronTSA.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 e0cdb2c..d583cc2 100644 --- a/src/PickTest/IntersectInfoBehavior.java +++ b/src/PickTest/IntersectInfoBehavior.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 891b511..ef27f7a 100644 --- a/src/PickTest/IntersectTest.java +++ b/src/PickTest/IntersectTest.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 5da6eeb..3780fac 100644 --- a/src/PickTest/MorphingBehavior.java +++ b/src/PickTest/MorphingBehavior.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 cdc4dc5..0ddc789 100644 --- a/src/PickTest/OctahedronITFA.java +++ b/src/PickTest/OctahedronITFA.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 f1b2e0d..ef7e376 100644 --- a/src/PickTest/OctahedronTFA.java +++ b/src/PickTest/OctahedronTFA.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 5b50d98..802b1d4 100644 --- a/src/PickTest/PickTest.java +++ b/src/PickTest/PickTest.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 12a43b0..77ac9f7 100644 --- a/src/PickTest/RandomColorCube.java +++ b/src/PickTest/RandomColorCube.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 3454d24..c1e7ead 100644 --- a/src/PickTest/RandomColorTetrahedron.java +++ b/src/PickTest/RandomColorTetrahedron.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 1a6b9bc..18d16bd 100644 --- a/src/PickTest/TetrahedronILA.java +++ b/src/PickTest/TetrahedronILA.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 b982cdc..da516a9 100644 --- a/src/PickTest/TetrahedronILSA.java +++ b/src/PickTest/TetrahedronILSA.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 5400b0c..0d2047c 100644 --- a/src/PickTest/TetrahedronIPA.java +++ b/src/PickTest/TetrahedronIPA.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 4679ca8..0013c0f 100644 --- a/src/PickTest/TetrahedronITA.java +++ b/src/PickTest/TetrahedronITA.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 3d67009..4eef7cc 100644 --- a/src/PickTest/TetrahedronLA.java +++ b/src/PickTest/TetrahedronLA.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 3c375ca..29b189b 100644 --- a/src/PickTest/TetrahedronLSA.java +++ b/src/PickTest/TetrahedronLSA.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 665a886..0ffb7b9 100644 --- a/src/PickTest/TetrahedronPA.java +++ b/src/PickTest/TetrahedronPA.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 b981f62..7887380 100644 --- a/src/PickTest/TetrahedronTA.java +++ b/src/PickTest/TetrahedronTA.java @@ -1,7 +1,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 4e57328..47e5a36 100644 --- a/src/PickTest/build.xml +++ b/src/PickTest/build.xml @@ -4,7 +4,7 @@ /* * $RCSfile$ * - * Copyright (c) 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright (c) 2005 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 -- cgit v1.2.3