From 90980983599d34e7058fa1231ba1917b7475ef94 Mon Sep 17 00:00:00 2001 From: Harvey Harrison Date: Fri, 18 May 2012 15:13:16 -0700 Subject: j3dutils: remove RCS file markers from source files Signed-off-by: Harvey Harrison --- src/classes/share/com/sun/j3d/loaders/IncorrectFormatException.java | 5 ----- src/classes/share/com/sun/j3d/loaders/Loader.java | 5 ----- src/classes/share/com/sun/j3d/loaders/LoaderBase.java | 5 ----- src/classes/share/com/sun/j3d/loaders/ParsingErrorException.java | 5 ----- src/classes/share/com/sun/j3d/loaders/Scene.java | 5 ----- src/classes/share/com/sun/j3d/loaders/SceneBase.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/DebugOutput.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/EnvelopeHandler.java | 5 ----- .../share/com/sun/j3d/loaders/lw3d/FloatValueInterpolator.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/ImageScaler.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/J3dLwoParser.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/LWOBFileReader.java | 5 ----- .../com/sun/j3d/loaders/lw3d/LightIntensityPathInterpolator.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/Lw3dLoader.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/LwLightObject.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/LwoParser.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/LwoSurface.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/LwoTexture.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/LwsBackground.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/LwsCamera.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/LwsEnvelope.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/LwsEnvelopeFrame.java | 5 ----- .../share/com/sun/j3d/loaders/lw3d/LwsEnvelopeLightIntensity.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/LwsFog.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/LwsFrame.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/LwsLight.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/LwsMotion.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/LwsObject.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/LwsPrimitive.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/ParserObject.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/SequenceLine.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/SequenceReader.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/ShapeHolder.java | 5 ----- .../share/com/sun/j3d/loaders/lw3d/SwitchPathInterpolator.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/TargaReader.java | 5 ----- src/classes/share/com/sun/j3d/loaders/lw3d/TextfileParser.java | 5 ----- .../share/com/sun/j3d/loaders/objectfile/DefaultMaterials.java | 5 ----- src/classes/share/com/sun/j3d/loaders/objectfile/ObjectFile.java | 5 ----- .../share/com/sun/j3d/loaders/objectfile/ObjectFileMaterials.java | 5 ----- .../share/com/sun/j3d/loaders/objectfile/ObjectFileParser.java | 5 ----- src/classes/share/com/sun/j3d/loaders/objectfile/RgbFile.java | 5 ----- 41 files changed, 205 deletions(-) (limited to 'src/classes/share/com/sun/j3d/loaders') 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; -- cgit v1.2.3