summaryrefslogtreecommitdiffstats
path: root/src/classes/share/com/sun/j3d/loaders
diff options
context:
space:
mode:
authorHarvey Harrison <[email protected]>2012-05-18 15:13:16 -0700
committerHarvey Harrison <[email protected]>2012-05-18 15:13:16 -0700
commit90980983599d34e7058fa1231ba1917b7475ef94 (patch)
tree3ad567a3794a42634c4dada3ed991b98abdf4580 /src/classes/share/com/sun/j3d/loaders
parent814a6c990aee723d2b75c1cc0f40b259c57005e6 (diff)
j3dutils: remove RCS file markers from source files
Signed-off-by: Harvey Harrison <[email protected]>
Diffstat (limited to 'src/classes/share/com/sun/j3d/loaders')
-rw-r--r--src/classes/share/com/sun/j3d/loaders/IncorrectFormatException.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/Loader.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/LoaderBase.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/ParsingErrorException.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/Scene.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/SceneBase.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/DebugOutput.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/EnvelopeHandler.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/FloatValueInterpolator.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/ImageScaler.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/J3dLwoParser.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/LWOBFileReader.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/LightIntensityPathInterpolator.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/Lw3dLoader.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/LwLightObject.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/LwoParser.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/LwoSurface.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/LwoTexture.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/LwsBackground.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/LwsCamera.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/LwsEnvelope.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/LwsEnvelopeFrame.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/LwsEnvelopeLightIntensity.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/LwsFog.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/LwsFrame.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/LwsLight.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/LwsMotion.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/LwsObject.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/LwsPrimitive.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/ParserObject.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/SequenceLine.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/SequenceReader.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/ShapeHolder.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/SwitchPathInterpolator.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/TargaReader.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/lw3d/TextfileParser.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/objectfile/DefaultMaterials.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/objectfile/ObjectFile.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/objectfile/ObjectFileMaterials.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/objectfile/ObjectFileParser.java5
-rw-r--r--src/classes/share/com/sun/j3d/loaders/objectfile/RgbFile.java5
41 files changed, 0 insertions, 205 deletions
diff --git a/src/classes/share/com/sun/j3d/loaders/IncorrectFormatException.java b/src/classes/share/com/sun/j3d/loaders/IncorrectFormatException.java
index 84e497d..6926e86 100644
--- a/src/classes/share/com/sun/j3d/loaders/IncorrectFormatException.java
+++ b/src/classes/share/com/sun/j3d/loaders/IncorrectFormatException.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders;
diff --git a/src/classes/share/com/sun/j3d/loaders/Loader.java b/src/classes/share/com/sun/j3d/loaders/Loader.java
index 3fd36a4..a2634c7 100644
--- a/src/classes/share/com/sun/j3d/loaders/Loader.java
+++ b/src/classes/share/com/sun/j3d/loaders/Loader.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders;
diff --git a/src/classes/share/com/sun/j3d/loaders/LoaderBase.java b/src/classes/share/com/sun/j3d/loaders/LoaderBase.java
index 5148669..100b0ab 100644
--- a/src/classes/share/com/sun/j3d/loaders/LoaderBase.java
+++ b/src/classes/share/com/sun/j3d/loaders/LoaderBase.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders;
diff --git a/src/classes/share/com/sun/j3d/loaders/ParsingErrorException.java b/src/classes/share/com/sun/j3d/loaders/ParsingErrorException.java
index 5331a3e..f046b58 100644
--- a/src/classes/share/com/sun/j3d/loaders/ParsingErrorException.java
+++ b/src/classes/share/com/sun/j3d/loaders/ParsingErrorException.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders;
diff --git a/src/classes/share/com/sun/j3d/loaders/Scene.java b/src/classes/share/com/sun/j3d/loaders/Scene.java
index eec8fb9..901a9ca 100644
--- a/src/classes/share/com/sun/j3d/loaders/Scene.java
+++ b/src/classes/share/com/sun/j3d/loaders/Scene.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders;
diff --git a/src/classes/share/com/sun/j3d/loaders/SceneBase.java b/src/classes/share/com/sun/j3d/loaders/SceneBase.java
index 8cfa9dd..8f5885d 100644
--- a/src/classes/share/com/sun/j3d/loaders/SceneBase.java
+++ b/src/classes/share/com/sun/j3d/loaders/SceneBase.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/DebugOutput.java b/src/classes/share/com/sun/j3d/loaders/lw3d/DebugOutput.java
index 886c8b5..e78540d 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/DebugOutput.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/DebugOutput.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/EnvelopeHandler.java b/src/classes/share/com/sun/j3d/loaders/lw3d/EnvelopeHandler.java
index 5819851..c5a3daf 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/EnvelopeHandler.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/EnvelopeHandler.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/FloatValueInterpolator.java b/src/classes/share/com/sun/j3d/loaders/lw3d/FloatValueInterpolator.java
index d6bdc62..2b52e07 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/FloatValueInterpolator.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/FloatValueInterpolator.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/ImageScaler.java b/src/classes/share/com/sun/j3d/loaders/lw3d/ImageScaler.java
index 9d8389a..7a7ff2f 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/ImageScaler.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/ImageScaler.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/J3dLwoParser.java b/src/classes/share/com/sun/j3d/loaders/lw3d/J3dLwoParser.java
index bb23ac0..b4d328c 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/J3dLwoParser.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/J3dLwoParser.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/LWOBFileReader.java b/src/classes/share/com/sun/j3d/loaders/lw3d/LWOBFileReader.java
index ccdc7c7..6c640b5 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/LWOBFileReader.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/LWOBFileReader.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/LightIntensityPathInterpolator.java b/src/classes/share/com/sun/j3d/loaders/lw3d/LightIntensityPathInterpolator.java
index 4bf3bb3..6bc7855 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/LightIntensityPathInterpolator.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/LightIntensityPathInterpolator.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/Lw3dLoader.java b/src/classes/share/com/sun/j3d/loaders/lw3d/Lw3dLoader.java
index b542fc3..cacd1c9 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/Lw3dLoader.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/Lw3dLoader.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/LwLightObject.java b/src/classes/share/com/sun/j3d/loaders/lw3d/LwLightObject.java
index 59a4a2d..a1affc5 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/LwLightObject.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/LwLightObject.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/LwoParser.java b/src/classes/share/com/sun/j3d/loaders/lw3d/LwoParser.java
index 4e30ece..25f8ab7 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/LwoParser.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/LwoParser.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/LwoSurface.java b/src/classes/share/com/sun/j3d/loaders/lw3d/LwoSurface.java
index 6d04146..fd23902 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/LwoSurface.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/LwoSurface.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/LwoTexture.java b/src/classes/share/com/sun/j3d/loaders/lw3d/LwoTexture.java
index 5b866fa..9249b02 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/LwoTexture.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/LwoTexture.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/LwsBackground.java b/src/classes/share/com/sun/j3d/loaders/lw3d/LwsBackground.java
index 71d352f..cf548ea 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/LwsBackground.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/LwsBackground.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/LwsCamera.java b/src/classes/share/com/sun/j3d/loaders/lw3d/LwsCamera.java
index b588d26..26cfa17 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/LwsCamera.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/LwsCamera.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/LwsEnvelope.java b/src/classes/share/com/sun/j3d/loaders/lw3d/LwsEnvelope.java
index 6112606..1e9fb86 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/LwsEnvelope.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/LwsEnvelope.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/LwsEnvelopeFrame.java b/src/classes/share/com/sun/j3d/loaders/lw3d/LwsEnvelopeFrame.java
index 1597cd9..0bd9145 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/LwsEnvelopeFrame.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/LwsEnvelopeFrame.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/LwsEnvelopeLightIntensity.java b/src/classes/share/com/sun/j3d/loaders/lw3d/LwsEnvelopeLightIntensity.java
index 8f54473..b7c29a0 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/LwsEnvelopeLightIntensity.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/LwsEnvelopeLightIntensity.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/LwsFog.java b/src/classes/share/com/sun/j3d/loaders/lw3d/LwsFog.java
index 4c08a18..9c90ef5 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/LwsFog.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/LwsFog.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/LwsFrame.java b/src/classes/share/com/sun/j3d/loaders/lw3d/LwsFrame.java
index fab3a40..48ba728 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/LwsFrame.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/LwsFrame.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/LwsLight.java b/src/classes/share/com/sun/j3d/loaders/lw3d/LwsLight.java
index 4a33dc5..2316c2f 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/LwsLight.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/LwsLight.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/LwsMotion.java b/src/classes/share/com/sun/j3d/loaders/lw3d/LwsMotion.java
index ec3793d..0aa7304 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/LwsMotion.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/LwsMotion.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/LwsObject.java b/src/classes/share/com/sun/j3d/loaders/lw3d/LwsObject.java
index 51c541b..da640ec 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/LwsObject.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/LwsObject.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/LwsPrimitive.java b/src/classes/share/com/sun/j3d/loaders/lw3d/LwsPrimitive.java
index adfd8c4..f80d795 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/LwsPrimitive.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/LwsPrimitive.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/ParserObject.java b/src/classes/share/com/sun/j3d/loaders/lw3d/ParserObject.java
index 7205311..95e1453 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/ParserObject.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/ParserObject.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/SequenceLine.java b/src/classes/share/com/sun/j3d/loaders/lw3d/SequenceLine.java
index de9431e..8629c7e 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/SequenceLine.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/SequenceLine.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/SequenceReader.java b/src/classes/share/com/sun/j3d/loaders/lw3d/SequenceReader.java
index e274916..ac79dff 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/SequenceReader.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/SequenceReader.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/ShapeHolder.java b/src/classes/share/com/sun/j3d/loaders/lw3d/ShapeHolder.java
index 25ae39f..70d2d5f 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/ShapeHolder.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/ShapeHolder.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/SwitchPathInterpolator.java b/src/classes/share/com/sun/j3d/loaders/lw3d/SwitchPathInterpolator.java
index 97a55e5..380bcc7 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/SwitchPathInterpolator.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/SwitchPathInterpolator.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/TargaReader.java b/src/classes/share/com/sun/j3d/loaders/lw3d/TargaReader.java
index 3b0bbac..617c710 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/TargaReader.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/TargaReader.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/lw3d/TextfileParser.java b/src/classes/share/com/sun/j3d/loaders/lw3d/TextfileParser.java
index d881d81..f0cc401 100644
--- a/src/classes/share/com/sun/j3d/loaders/lw3d/TextfileParser.java
+++ b/src/classes/share/com/sun/j3d/loaders/lw3d/TextfileParser.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.lw3d;
diff --git a/src/classes/share/com/sun/j3d/loaders/objectfile/DefaultMaterials.java b/src/classes/share/com/sun/j3d/loaders/objectfile/DefaultMaterials.java
index d93e795..dfa102d 100644
--- a/src/classes/share/com/sun/j3d/loaders/objectfile/DefaultMaterials.java
+++ b/src/classes/share/com/sun/j3d/loaders/objectfile/DefaultMaterials.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.objectfile;
diff --git a/src/classes/share/com/sun/j3d/loaders/objectfile/ObjectFile.java b/src/classes/share/com/sun/j3d/loaders/objectfile/ObjectFile.java
index 4477a14..c4fea01 100644
--- a/src/classes/share/com/sun/j3d/loaders/objectfile/ObjectFile.java
+++ b/src/classes/share/com/sun/j3d/loaders/objectfile/ObjectFile.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.objectfile;
diff --git a/src/classes/share/com/sun/j3d/loaders/objectfile/ObjectFileMaterials.java b/src/classes/share/com/sun/j3d/loaders/objectfile/ObjectFileMaterials.java
index 663294d..bc13a06 100644
--- a/src/classes/share/com/sun/j3d/loaders/objectfile/ObjectFileMaterials.java
+++ b/src/classes/share/com/sun/j3d/loaders/objectfile/ObjectFileMaterials.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.objectfile;
diff --git a/src/classes/share/com/sun/j3d/loaders/objectfile/ObjectFileParser.java b/src/classes/share/com/sun/j3d/loaders/objectfile/ObjectFileParser.java
index c575272..b5a8426 100644
--- a/src/classes/share/com/sun/j3d/loaders/objectfile/ObjectFileParser.java
+++ b/src/classes/share/com/sun/j3d/loaders/objectfile/ObjectFileParser.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.objectfile;
diff --git a/src/classes/share/com/sun/j3d/loaders/objectfile/RgbFile.java b/src/classes/share/com/sun/j3d/loaders/objectfile/RgbFile.java
index 74c99dc..fe2446a 100644
--- a/src/classes/share/com/sun/j3d/loaders/objectfile/RgbFile.java
+++ b/src/classes/share/com/sun/j3d/loaders/objectfile/RgbFile.java
@@ -1,6 +1,4 @@
/*
- * $RCSfile$
- *
* Copyright (c) 2007 Sun Microsystems, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -37,9 +35,6 @@
* intended for use in the design, construction, operation or
* maintenance of any nuclear facility.
*
- * $Revision$
- * $Date$
- * $State$
*/
package com.sun.j3d.loaders.objectfile;