From f676da755eba6720b70273e50f9eacc92d84a9e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 9 Jan 2019 15:32:48 +0100 Subject: [PATCH] Removed old svn header --- baseWidget.cc | 8 +------- baseWidget.hh | 8 +------- config/configDialog.cc | 8 +------- config/configDialog.hh | 8 +------- config/configValue.cc | 8 +------- config/configValue.hh | 8 +------- config/dynamicDialog.cc | 8 +------- config/dynamicDialog.hh | 8 +------- config/dynamicValue.cc | 8 +------- config/dynamicValue.hh | 8 +------- parser/context.cc | 8 +------- parser/context.hh | 8 +------- parser/element.cc | 8 +------- parser/element.hh | 8 +------- parser/function.cc | 8 +------- parser/function.hh | 8 +------- parser/inout.cc | 8 +------- parser/inout.hh | 8 +------- parser/input.cc | 8 +------- parser/input.hh | 8 +------- parser/output.cc | 8 +------- parser/output.hh | 8 +------- parser/type.cc | 8 +------- parser/type.hh | 8 +------- parser/typeWidget.cc | 8 +------- parser/typeWidget.hh | 8 +------- scene/arrow.cc | 8 +------- scene/arrow.hh | 8 +------- scene/button.cc | 8 +------- scene/button.hh | 8 +------- scene/connection.cc | 8 +------- scene/connection.hh | 8 +------- scene/connectionPoint.cc | 8 +------- scene/connectionPoint.hh | 8 +------- scene/elementArea.cc | 8 +------- scene/elementArea.hh | 8 +------- scene/elementFunction.cc | 8 +------- scene/elementFunction.hh | 8 +------- scene/elementInOut.cc | 8 +------- scene/elementInOut.hh | 8 +------- scene/elementInput.cc | 8 +------- scene/elementInput.hh | 8 +------- scene/elementOutput.cc | 8 +------- scene/elementOutput.hh | 8 +------- scene/functionDisplay.cc | 8 +------- scene/functionDisplay.hh | 8 +------- scene/graphicsScene.cc | 8 +------- scene/graphicsScene.hh | 8 +------- scene/graphicsView.cc | 8 +------- scene/graphicsView.hh | 8 +------- scene/sceneElement.cc | 8 +------- scene/sceneElement.hh | 8 +------- scene/sceneTools.cc | 8 +------- scene/sceneTools.hh | 8 +------- scene/text.cc | 8 +------- scene/text.hh | 8 +------- scene/trash.cc | 8 +------- scene/trash.hh | 8 +------- scene/wayfind.cc | 8 +------- scene/wayfind.hh | 8 +------- scene/zoomButton.cc | 8 +------- scene/zoomButton.hh | 8 +------- toolBoxElement.cc | 8 +------- toolBoxElement.hh | 8 +------- types/any.cc | 8 +------- types/any.hh | 8 +------- types/bool.cc | 8 +------- types/bool.hh | 8 +------- types/boolWidget.cc | 8 +------- types/boolWidget.hh | 8 +------- types/filename.cc | 8 +------- types/filename.hh | 8 +------- types/filenameWidget.cc | 8 +------- types/filenameWidget.hh | 8 +------- types/matrix4x4.cc | 8 +------- types/matrix4x4.hh | 8 +------- types/matrix4x4Widget.cc | 8 +------- types/matrix4x4Widget.hh | 8 +------- types/numWidget.cc | 8 +------- types/numWidget.hh | 8 +------- types/number.cc | 8 +------- types/number.hh | 8 +------- types/objectId/SelectionObjectMarker.cc | 8 +------- types/objectId/SelectionObjectMarker.hh | 8 +------- types/objectId/TreeItem.cc | 8 +------- types/objectId/TreeItem.hh | 8 +------- types/objectId/TreeModel.cc | 8 +------- types/objectId/TreeModel.hh | 8 +------- types/objectId/objectId.cc | 8 +------- types/objectId/objectId.hh | 8 +------- types/objectId/objectIdWidget.cc | 8 +------- types/objectId/objectIdWidget.hh | 8 +------- types/objectId/objectPickDialog.cc | 8 +------- types/objectId/objectPickDialog.hh | 8 +------- types/selection.cc | 8 +------- types/selection.hh | 8 +------- types/selectionWidget.cc | 8 +------- types/selectionWidget.hh | 8 +------- types/string.cc | 8 +------- types/string.hh | 8 +------- types/stringWidget.cc | 8 +------- types/stringWidget.hh | 8 +------- types/vec3d.cc | 8 +------- types/vec3d.hh | 8 +------- types/vec3dWidget.cc | 8 +------- types/vec3dWidget.hh | 8 +------- types/vec4d.cc | 7 ------- types/vec4d.hh | 7 ------- types/vec4dWidget.cc | 7 ------- types/vec4dWidget.hh | 7 ------- vsiPlugin.cc | 8 +------- vsiPlugin.hh | 8 +------- 112 files changed, 108 insertions(+), 784 deletions(-) diff --git a/baseWidget.cc b/baseWidget.cc index 8afb331..9a83299 100644 --- a/baseWidget.cc +++ b/baseWidget.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/baseWidget.hh b/baseWidget.hh index 411b689..47de723 100644 --- a/baseWidget.hh +++ b/baseWidget.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef BASEWIDGET_HH #define BASEWIDGET_HH diff --git a/config/configDialog.cc b/config/configDialog.cc index fb865c5..9d92d53 100644 --- a/config/configDialog.cc +++ b/config/configDialog.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/config/configDialog.hh b/config/configDialog.hh index d01c249..cec2910 100644 --- a/config/configDialog.hh +++ b/config/configDialog.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_CONFIGDIALOG_HH #define VSI_CONFIGDIALOG_HH diff --git a/config/configValue.cc b/config/configValue.cc index 67630fe..1bbdcca 100644 --- a/config/configValue.cc +++ b/config/configValue.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/config/configValue.hh b/config/configValue.hh index 65c4698..14aa393 100644 --- a/config/configValue.hh +++ b/config/configValue.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_CONFIGVALUE_HH #define VSI_CONFIGVALUE_HH diff --git a/config/dynamicDialog.cc b/config/dynamicDialog.cc index c995a54..0ec3626 100644 --- a/config/dynamicDialog.cc +++ b/config/dynamicDialog.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/config/dynamicDialog.hh b/config/dynamicDialog.hh index e4933b6..33c5ca9 100644 --- a/config/dynamicDialog.hh +++ b/config/dynamicDialog.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_DYNAMICDIALOG_HH #define VSI_DYNAMICDIALOG_HH diff --git a/config/dynamicValue.cc b/config/dynamicValue.cc index f6f8a47..3b37523 100644 --- a/config/dynamicValue.cc +++ b/config/dynamicValue.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/config/dynamicValue.hh b/config/dynamicValue.hh index 7c340ab..8e73d5f 100644 --- a/config/dynamicValue.hh +++ b/config/dynamicValue.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_DYNAMICVALUE_HH #define VSI_DYNAMICVALUE_HH diff --git a/parser/context.cc b/parser/context.cc index 3fc92a2..cb832c0 100644 --- a/parser/context.cc +++ b/parser/context.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/parser/context.hh b/parser/context.hh index 8f4cfa8..1907845 100644 --- a/parser/context.hh +++ b/parser/context.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_CONTEXT_HH #define VSI_CONTEXT_HH diff --git a/parser/element.cc b/parser/element.cc index e695a52..c9903d7 100644 --- a/parser/element.cc +++ b/parser/element.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include "element.hh" diff --git a/parser/element.hh b/parser/element.hh index c2fc1aa..e7a6e04 100644 --- a/parser/element.hh +++ b/parser/element.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_ELEMENT_HH_ #define VSI_ELEMENT_HH_ diff --git a/parser/function.cc b/parser/function.cc index 9a29dc4..1af1337 100644 --- a/parser/function.cc +++ b/parser/function.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include "function.hh" diff --git a/parser/function.hh b/parser/function.hh index 116ea0d..73128a1 100644 --- a/parser/function.hh +++ b/parser/function.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_FUNCTION_HH_ #define VSI_FUNCTION_HH_ diff --git a/parser/inout.cc b/parser/inout.cc index 24a2163..80b0140 100644 --- a/parser/inout.cc +++ b/parser/inout.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include "input.hh" diff --git a/parser/inout.hh b/parser/inout.hh index 7e5642b..06d1592 100644 --- a/parser/inout.hh +++ b/parser/inout.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_INOUT_HH #define VSI_INOUT_HH diff --git a/parser/input.cc b/parser/input.cc index 016bb61..0916951 100644 --- a/parser/input.cc +++ b/parser/input.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include "input.hh" diff --git a/parser/input.hh b/parser/input.hh index 02d283b..2e82693 100644 --- a/parser/input.hh +++ b/parser/input.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_INPUT_HH #define VSI_INPUT_HH diff --git a/parser/output.cc b/parser/output.cc index 284bbfa..47671bc 100644 --- a/parser/output.cc +++ b/parser/output.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include "output.hh" diff --git a/parser/output.hh b/parser/output.hh index 4d4e97f..00688fa 100644 --- a/parser/output.hh +++ b/parser/output.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_OUTPUT_HH #define VSI_OUTPUT_HH diff --git a/parser/type.cc b/parser/type.cc index 1fdd840..89feca1 100644 --- a/parser/type.cc +++ b/parser/type.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include "type.hh" diff --git a/parser/type.hh b/parser/type.hh index fc1148c..dcf7b32 100644 --- a/parser/type.hh +++ b/parser/type.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_TYPE_HH #define VSI_TYPE_HH diff --git a/parser/typeWidget.cc b/parser/typeWidget.cc index 6f25305..b4ac1cb 100644 --- a/parser/typeWidget.cc +++ b/parser/typeWidget.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include "typeWidget.hh" diff --git a/parser/typeWidget.hh b/parser/typeWidget.hh index 3a8697b..76c5ebd 100644 --- a/parser/typeWidget.hh +++ b/parser/typeWidget.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_TYPEWIDGET_HH #define VSI_TYPEWIDGET_HH diff --git a/scene/arrow.cc b/scene/arrow.cc index 2fd561d..eb23a8e 100644 --- a/scene/arrow.cc +++ b/scene/arrow.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= diff --git a/scene/arrow.hh b/scene/arrow.hh index b99ff0e..4714477 100644 --- a/scene/arrow.hh +++ b/scene/arrow.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_ARROW_HH #define VSI_ARROW_HH diff --git a/scene/button.cc b/scene/button.cc index ae1f6a8..3d20107 100644 --- a/scene/button.cc +++ b/scene/button.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= diff --git a/scene/button.hh b/scene/button.hh index ba961a9..79b1d19 100644 --- a/scene/button.hh +++ b/scene/button.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_BUTTON_HH #define VSI_BUTTON_HH diff --git a/scene/connection.cc b/scene/connection.cc index f223022..2f57229 100644 --- a/scene/connection.cc +++ b/scene/connection.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/scene/connection.hh b/scene/connection.hh index d7f8089..e042dd6 100644 --- a/scene/connection.hh +++ b/scene/connection.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_CONNECTION_HH #define VSI_CONNECTION_HH diff --git a/scene/connectionPoint.cc b/scene/connectionPoint.cc index b0bf425..79864b4 100644 --- a/scene/connectionPoint.cc +++ b/scene/connectionPoint.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/scene/connectionPoint.hh b/scene/connectionPoint.hh index 207fda0..0dcd1b5 100644 --- a/scene/connectionPoint.hh +++ b/scene/connectionPoint.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_CONNECTIONPOINT_HH #define VSI_CONNECTIONPOINT_HH diff --git a/scene/elementArea.cc b/scene/elementArea.cc index 2cf9667..5925908 100644 --- a/scene/elementArea.cc +++ b/scene/elementArea.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/scene/elementArea.hh b/scene/elementArea.hh index b3ae4d0..82bac90 100644 --- a/scene/elementArea.hh +++ b/scene/elementArea.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_ELEMENTAREA_HH #define VSI_ELEMENTAREA_HH diff --git a/scene/elementFunction.cc b/scene/elementFunction.cc index 133ebed..a726c9d 100644 --- a/scene/elementFunction.cc +++ b/scene/elementFunction.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include "elementFunction.hh" diff --git a/scene/elementFunction.hh b/scene/elementFunction.hh index ff54445..14afb47 100644 --- a/scene/elementFunction.hh +++ b/scene/elementFunction.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_ELEMENTFUNCTION_HH #define VSI_ELEMENTFUNCTION_HH diff --git a/scene/elementInOut.cc b/scene/elementInOut.cc index f489245..4acc19f 100644 --- a/scene/elementInOut.cc +++ b/scene/elementInOut.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/scene/elementInOut.hh b/scene/elementInOut.hh index 5159ea5..08a9fb2 100644 --- a/scene/elementInOut.hh +++ b/scene/elementInOut.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_ELEMENTINOUT_HH #define VSI_ELEMENTINOUT_HH diff --git a/scene/elementInput.cc b/scene/elementInput.cc index 1471220..e97031a 100644 --- a/scene/elementInput.cc +++ b/scene/elementInput.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include "elementInput.hh" diff --git a/scene/elementInput.hh b/scene/elementInput.hh index d1e8a07..4217d71 100644 --- a/scene/elementInput.hh +++ b/scene/elementInput.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_ELEMENTINPUT_HH #define VSI_ELEMENTINPUT_HH diff --git a/scene/elementOutput.cc b/scene/elementOutput.cc index 217abc9..7085fc1 100644 --- a/scene/elementOutput.cc +++ b/scene/elementOutput.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include "elementOutput.hh" diff --git a/scene/elementOutput.hh b/scene/elementOutput.hh index c1bfe40..aaa41c2 100644 --- a/scene/elementOutput.hh +++ b/scene/elementOutput.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_ELEMENTOUTPUT_HH #define VSI_ELEMENTOUTPUT_HH diff --git a/scene/functionDisplay.cc b/scene/functionDisplay.cc index e6b3775..2c4c785 100644 --- a/scene/functionDisplay.cc +++ b/scene/functionDisplay.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/scene/functionDisplay.hh b/scene/functionDisplay.hh index c07d2f0..be78229 100644 --- a/scene/functionDisplay.hh +++ b/scene/functionDisplay.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_FUNCTIONDISPLAY_HH #define VSI_FUNCTIONDISPLAY_HH diff --git a/scene/graphicsScene.cc b/scene/graphicsScene.cc index d77edcb..62e01d0 100644 --- a/scene/graphicsScene.cc +++ b/scene/graphicsScene.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= diff --git a/scene/graphicsScene.hh b/scene/graphicsScene.hh index e1a5526..faecbf0 100644 --- a/scene/graphicsScene.hh +++ b/scene/graphicsScene.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_GRAPHICSSCENE_HH #define VSI_GRAPHICSSCENE_HH diff --git a/scene/graphicsView.cc b/scene/graphicsView.cc index 307b7b7..cdadc55 100644 --- a/scene/graphicsView.cc +++ b/scene/graphicsView.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= diff --git a/scene/graphicsView.hh b/scene/graphicsView.hh index 04bd38c..0554379 100644 --- a/scene/graphicsView.hh +++ b/scene/graphicsView.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_GRAPHICSVIEW_HH #define VSI_GRAPHICSVIEW_HH diff --git a/scene/sceneElement.cc b/scene/sceneElement.cc index 7ff23d2..4388c14 100644 --- a/scene/sceneElement.cc +++ b/scene/sceneElement.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/scene/sceneElement.hh b/scene/sceneElement.hh index c203abe..f928110 100644 --- a/scene/sceneElement.hh +++ b/scene/sceneElement.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_SCENEELEMENT_HH #define VSI_SCENEELEMENT_HH diff --git a/scene/sceneTools.cc b/scene/sceneTools.cc index bf45022..cd549f4 100644 --- a/scene/sceneTools.cc +++ b/scene/sceneTools.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/scene/sceneTools.hh b/scene/sceneTools.hh index 870a798..508bb70 100644 --- a/scene/sceneTools.hh +++ b/scene/sceneTools.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_SCENETOOLS_HH #define VSI_SCENETOOLS_HH diff --git a/scene/text.cc b/scene/text.cc index 3138a49..16b76a1 100644 --- a/scene/text.cc +++ b/scene/text.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= diff --git a/scene/text.hh b/scene/text.hh index 8ba162e..ed3f1ad 100644 --- a/scene/text.hh +++ b/scene/text.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_TEXT_HH #define VSI_TEXT_HH diff --git a/scene/trash.cc b/scene/trash.cc index 3243b6b..4a1858e 100644 --- a/scene/trash.cc +++ b/scene/trash.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/scene/trash.hh b/scene/trash.hh index 4fae254..583694a 100644 --- a/scene/trash.hh +++ b/scene/trash.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_TRASH_HH #define VSI_TRASH_HH diff --git a/scene/wayfind.cc b/scene/wayfind.cc index 304f8b5..9c53d11 100644 --- a/scene/wayfind.cc +++ b/scene/wayfind.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/scene/wayfind.hh b/scene/wayfind.hh index e9ebff0..6c065de 100644 --- a/scene/wayfind.hh +++ b/scene/wayfind.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_WAYFIND_HH #define VSI_WAYFIND_HH diff --git a/scene/zoomButton.cc b/scene/zoomButton.cc index 89d842f..6dd5e2a 100644 --- a/scene/zoomButton.cc +++ b/scene/zoomButton.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/scene/zoomButton.hh b/scene/zoomButton.hh index 86dbfa8..a5ed8f4 100644 --- a/scene/zoomButton.hh +++ b/scene/zoomButton.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_ZOOMBUTTON_HH #define VSI_ZOOMBUTTON_HH diff --git a/toolBoxElement.cc b/toolBoxElement.cc index 1b7168b..9a7e90b 100644 --- a/toolBoxElement.cc +++ b/toolBoxElement.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/toolBoxElement.hh b/toolBoxElement.hh index e93658b..70fb3d1 100644 --- a/toolBoxElement.hh +++ b/toolBoxElement.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef TOOLBOXELEMENT_HH #define TOOLBOXELEMENT_HH diff --git a/types/any.cc b/types/any.cc index 87898a3..a415bf7 100644 --- a/types/any.cc +++ b/types/any.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include "any.hh" diff --git a/types/any.hh b/types/any.hh index 5976fbf..01bf7d3 100644 --- a/types/any.hh +++ b/types/any.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_ANY_HH #define VSI_ANY_HH diff --git a/types/bool.cc b/types/bool.cc index 5ce6517..514c246 100644 --- a/types/bool.cc +++ b/types/bool.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include "bool.hh" diff --git a/types/bool.hh b/types/bool.hh index 1eacb16..8e5e4a1 100644 --- a/types/bool.hh +++ b/types/bool.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_BOOL_HH #define VSI_BOOL_HH diff --git a/types/boolWidget.cc b/types/boolWidget.cc index c5a29ba..b1622a2 100644 --- a/types/boolWidget.cc +++ b/types/boolWidget.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/types/boolWidget.hh b/types/boolWidget.hh index 38e201f..c62a449 100644 --- a/types/boolWidget.hh +++ b/types/boolWidget.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_BOOLWIDGET_HH #define VSI_BOOLWIDGET_HH diff --git a/types/filename.cc b/types/filename.cc index e358a50..c5d9b88 100644 --- a/types/filename.cc +++ b/types/filename.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include "filename.hh" diff --git a/types/filename.hh b/types/filename.hh index 44b4e91..eca820f 100644 --- a/types/filename.hh +++ b/types/filename.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_FILENAME_HH #define VSI_FILENAME_HH diff --git a/types/filenameWidget.cc b/types/filenameWidget.cc index 9fef19a..83955ed 100644 --- a/types/filenameWidget.cc +++ b/types/filenameWidget.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/types/filenameWidget.hh b/types/filenameWidget.hh index b774def..4936ecf 100644 --- a/types/filenameWidget.hh +++ b/types/filenameWidget.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_FILENAMEWIDGET_HH #define VSI_FILENAMEWIDGET_HH diff --git a/types/matrix4x4.cc b/types/matrix4x4.cc index e4544fc..65b350a 100644 --- a/types/matrix4x4.cc +++ b/types/matrix4x4.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include "matrix4x4.hh" diff --git a/types/matrix4x4.hh b/types/matrix4x4.hh index d210205..0f98b91 100644 --- a/types/matrix4x4.hh +++ b/types/matrix4x4.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_MATRIX4X4_HH #define VSI_MATRIX4X4_HH diff --git a/types/matrix4x4Widget.cc b/types/matrix4x4Widget.cc index e575905..72a009c 100644 --- a/types/matrix4x4Widget.cc +++ b/types/matrix4x4Widget.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/types/matrix4x4Widget.hh b/types/matrix4x4Widget.hh index 415004e..350592c 100644 --- a/types/matrix4x4Widget.hh +++ b/types/matrix4x4Widget.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_MATRIX4X4WIDGET_HH #define VSI_MATRIX4X4WIDGET_HH diff --git a/types/numWidget.cc b/types/numWidget.cc index 7a4ca59..f36abf7 100644 --- a/types/numWidget.cc +++ b/types/numWidget.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/types/numWidget.hh b/types/numWidget.hh index 886a5ef..b7f0066 100644 --- a/types/numWidget.hh +++ b/types/numWidget.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_NUMWIDGET_HH #define VSI_NUMWIDGET_HH diff --git a/types/number.cc b/types/number.cc index c71a4d1..b88e8bd 100644 --- a/types/number.cc +++ b/types/number.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include "number.hh" diff --git a/types/number.hh b/types/number.hh index 2915ead..4b22065 100644 --- a/types/number.hh +++ b/types/number.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_NUMBER_HH #define VSI_NUMBER_HH diff --git a/types/objectId/SelectionObjectMarker.cc b/types/objectId/SelectionObjectMarker.cc index e18c619..b0c31d6 100644 --- a/types/objectId/SelectionObjectMarker.cc +++ b/types/objectId/SelectionObjectMarker.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #include #include "SelectionObjectMarker.hh" diff --git a/types/objectId/SelectionObjectMarker.hh b/types/objectId/SelectionObjectMarker.hh index 1a72a43..b0ec940 100644 --- a/types/objectId/SelectionObjectMarker.hh +++ b/types/objectId/SelectionObjectMarker.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef SELECTIONOBJECTMARKER_HH diff --git a/types/objectId/TreeItem.cc b/types/objectId/TreeItem.cc index 90b964a..201448d 100644 --- a/types/objectId/TreeItem.cc +++ b/types/objectId/TreeItem.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #include "TreeItem.hh" diff --git a/types/objectId/TreeItem.hh b/types/objectId/TreeItem.hh index 79d683e..8c1fd31 100644 --- a/types/objectId/TreeItem.hh +++ b/types/objectId/TreeItem.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef TREEITEM_HH #define TREEITEM_HH diff --git a/types/objectId/TreeModel.cc b/types/objectId/TreeModel.cc index fb093ee..869bb97 100644 --- a/types/objectId/TreeModel.cc +++ b/types/objectId/TreeModel.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + diff --git a/types/objectId/TreeModel.hh b/types/objectId/TreeModel.hh index 99a52a0..b531c76 100644 --- a/types/objectId/TreeModel.hh +++ b/types/objectId/TreeModel.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef TREEMODEL_H #define TREEMODEL_H diff --git a/types/objectId/objectId.cc b/types/objectId/objectId.cc index d3ae97d..81aa3e3 100644 --- a/types/objectId/objectId.cc +++ b/types/objectId/objectId.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include "objectId.hh" diff --git a/types/objectId/objectId.hh b/types/objectId/objectId.hh index 5412902..9e748e2 100644 --- a/types/objectId/objectId.hh +++ b/types/objectId/objectId.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_OBJECTID_HH #define VSI_OBJECTID_HH diff --git a/types/objectId/objectIdWidget.cc b/types/objectId/objectIdWidget.cc index 2605ffa..5990427 100644 --- a/types/objectId/objectIdWidget.cc +++ b/types/objectId/objectIdWidget.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/types/objectId/objectIdWidget.hh b/types/objectId/objectIdWidget.hh index ff8e40c..a24507d 100644 --- a/types/objectId/objectIdWidget.hh +++ b/types/objectId/objectIdWidget.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_OBJECTIDWIDGET_HH #define VSI_OBJECTIDWIDGET_HH diff --git a/types/objectId/objectPickDialog.cc b/types/objectId/objectPickDialog.cc index a145ab8..2637edb 100644 --- a/types/objectId/objectPickDialog.cc +++ b/types/objectId/objectPickDialog.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/types/objectId/objectPickDialog.hh b/types/objectId/objectPickDialog.hh index 93e12f1..8cba264 100644 --- a/types/objectId/objectPickDialog.hh +++ b/types/objectId/objectPickDialog.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_OBJECTPICKDIALOG_HH #define VSI_OBJECTPICKDIALOG_HH diff --git a/types/selection.cc b/types/selection.cc index ad14392..92375e8 100644 --- a/types/selection.cc +++ b/types/selection.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include "selection.hh" diff --git a/types/selection.hh b/types/selection.hh index 92eacf3..4df427d 100644 --- a/types/selection.hh +++ b/types/selection.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_SELECTION_HH #define VSI_SELECTION_HH diff --git a/types/selectionWidget.cc b/types/selectionWidget.cc index 0ca841c..a7c04e8 100644 --- a/types/selectionWidget.cc +++ b/types/selectionWidget.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/types/selectionWidget.hh b/types/selectionWidget.hh index 8f7da96..1f7f925 100644 --- a/types/selectionWidget.hh +++ b/types/selectionWidget.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_SELECTIONWIDGET_HH #define VSI_SELECTIONWIDGET_HH diff --git a/types/string.cc b/types/string.cc index 7767e3e..140694e 100644 --- a/types/string.cc +++ b/types/string.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include "string.hh" diff --git a/types/string.hh b/types/string.hh index 56804b3..0d53ec0 100644 --- a/types/string.hh +++ b/types/string.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_STRING_HH #define VSI_STRING_HH diff --git a/types/stringWidget.cc b/types/stringWidget.cc index 2f06fda..930b9de 100644 --- a/types/stringWidget.cc +++ b/types/stringWidget.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/types/stringWidget.hh b/types/stringWidget.hh index 308903b..743dc2c 100644 --- a/types/stringWidget.hh +++ b/types/stringWidget.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_STRINGWIDGET_HH #define VSI_STRINGWIDGET_HH diff --git a/types/vec3d.cc b/types/vec3d.cc index 2ccc019..a9887ad 100644 --- a/types/vec3d.cc +++ b/types/vec3d.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include "vec3d.hh" diff --git a/types/vec3d.hh b/types/vec3d.hh index 94b3f38..2d84f8f 100644 --- a/types/vec3d.hh +++ b/types/vec3d.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_VEC3D_HH #define VSI_VEC3D_HH diff --git a/types/vec3dWidget.cc b/types/vec3dWidget.cc index fe8390c..7c04eab 100644 --- a/types/vec3dWidget.cc +++ b/types/vec3dWidget.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= #include diff --git a/types/vec3dWidget.hh b/types/vec3dWidget.hh index 1e43da0..04d7d08 100644 --- a/types/vec3dWidget.hh +++ b/types/vec3dWidget.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + #ifndef VSI_VEC3DWIDGET_HH #define VSI_VEC3DWIDGET_HH diff --git a/types/vec4d.cc b/types/vec4d.cc index 5763e74..a5bb424 100644 --- a/types/vec4d.cc +++ b/types/vec4d.cc @@ -39,13 +39,6 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision: 10745 $ * -* $LastChangedBy: moebius $ * -* $Date: 2011-01-26 10:23:50 +0100 (Mi, 26. Jan 2011) $ * -* * -\*===========================================================================*/ //== INCLUDES ================================================================= #include "vec4d.hh" diff --git a/types/vec4d.hh b/types/vec4d.hh index 0016b94..3c5167d 100644 --- a/types/vec4d.hh +++ b/types/vec4d.hh @@ -39,13 +39,6 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision: 13386 $ * -* $LastChangedBy: moebius $ * -* $Date: 2012-01-13 12:21:45 +0100 (Fr, 13 Jan 2012) $ * -* * -\*===========================================================================*/ #ifndef VSI_VEC4D_HH #define VSI_VEC4D_HH diff --git a/types/vec4dWidget.cc b/types/vec4dWidget.cc index 258c481..a39499b 100644 --- a/types/vec4dWidget.cc +++ b/types/vec4dWidget.cc @@ -39,13 +39,6 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision: 10745 $ * -* $LastChangedBy: moebius $ * -* $Date: 2011-01-26 10:23:50 +0100 (Mi, 26. Jan 2011) $ * -* * -\*===========================================================================*/ //== INCLUDES ================================================================= #include diff --git a/types/vec4dWidget.hh b/types/vec4dWidget.hh index 420e11f..9e863ca 100644 --- a/types/vec4dWidget.hh +++ b/types/vec4dWidget.hh @@ -39,13 +39,6 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision: 13386 $ * -* $LastChangedBy: moebius $ * -* $Date: 2012-01-13 12:21:45 +0100 (Fr, 13 Jan 2012) $ * -* * -\*===========================================================================*/ #ifndef VSI_VEC4DWIDGET_HH #define VSI_VEC4DWIDGET_HH diff --git a/vsiPlugin.cc b/vsiPlugin.cc index 4e7a293..5e3ca94 100644 --- a/vsiPlugin.cc +++ b/vsiPlugin.cc @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //============================================================================= // diff --git a/vsiPlugin.hh b/vsiPlugin.hh index 533a155..418576e 100644 --- a/vsiPlugin.hh +++ b/vsiPlugin.hh @@ -39,13 +39,7 @@ * * \*===========================================================================*/ -/*===========================================================================*\ -* * -* $Revision$ * -* $LastChangedBy$ * -* $Date$ * -* * -\*===========================================================================*/ + //== INCLUDES ================================================================= -- GitLab