From 9ad91ae4a059a4c7b219d2560c5b8b8ed1c5f184 Mon Sep 17 00:00:00 2001 From: lehtonen Date: Fri, 6 Mar 2009 00:49:13 +0000 Subject: [PATCH] Set copyright texts for java files in the latest development branches. git-svn-id: https://www.simantics.org/svn/simantics/3d/branches/dev@9788 ac1ea38d-2e2b-0410-8846-a27921b304fc --- .../src/org/simantics/proconf/g3d/csg/Activator.java | 2 +- .../src/org/simantics/proconf/g3d/occ/Activator.java | 2 +- .../org/simantics/proconf/g3d/occ/OccResources.java | 2 +- .../proconf/g3d/occ/geometry/IndexedGeometry.java | 2 +- .../proconf/g3d/occ/geometry/OccTriangulator.java | 2 +- .../proconf/g3d/occ/geometry/ViewableShapeImpl.java | 2 +- .../simantics/proconf/g3d/shapeeditor/Activator.java | 2 +- .../proconf/g3d/shapeeditor/ShapeEditorResources.java | 2 +- .../proconf/g3d/shapeeditor/actions/ExportAction.java | 10 ++++++++++ .../proconf/g3d/shapeeditor/actions/ImportAction.java | 10 ++++++++++ .../g3d/shapeeditor/actions/LoadFileAction.java | 2 +- .../g3d/shapeeditor/actions/LoadFolderAction.java | 2 +- .../g3d/shapeeditor/common/ViewpointGenerator.java | 2 +- .../shapeeditor/dialogs/PropertySelectionDialog.java | 10 ++++++++++ .../g3d/shapeeditor/handlers/CSGProjectAdapter.java | 2 +- .../g3d/shapeeditor/handlers/CSGProjectType.java | 2 +- .../g3d/shapeeditor/handlers/NewCSGModelHandler.java | 2 +- .../shapeeditor/handlers/ResourceEditorAdapter1.java | 2 +- .../shapeeditor/handlers/ResourceEditorAdapter3.java | 2 +- .../perspectives/CSGModellingPerspective.java | 2 +- .../g3d/shapeeditor/scenegraph/CSGShapeNode.java | 2 +- .../g3d/shapeeditor/tools/AnimationContribution.java | 10 ++++++++++ .../shapeeditor/tools/CSGModellingContribution.java | 10 ++++++++++ .../tools/ParameterizationContribution.java | 10 ++++++++++ .../g3d/shapeeditor/views/CSGModellingView.java | 2 +- .../g3d/shapeeditor/views/ParameterizationEditor.java | 2 +- .../proconf/g3d/shapeeditor/views/ShapeEditorBase.java | 2 +- .../proconf/g3d/shapeeditor/views/ShapeEditorView.java | 2 +- .../g3d/shapeeditor/views/StructureOutlinePage.java | 10 ++++++++++ .../proconf/g3d/shapeeditor/views/StructureView.java | 2 +- .../src/org/simantics/proconf/g3d/Activator.java | 2 +- .../src/org/simantics/proconf/g3d/Resources.java | 2 +- .../simantics/proconf/g3d/actions/CameraAction.java | 2 +- .../g3d/actions/ConstrainedTransformAction.java | 2 +- .../simantics/proconf/g3d/actions/ContextAction.java | 2 +- .../proconf/g3d/actions/ContextActionFactory.java | 2 +- .../proconf/g3d/actions/ContextActionRegistry.java | 2 +- .../org/simantics/proconf/g3d/actions/FocusAction.java | 2 +- .../proconf/g3d/actions/InteractiveAction.java | 2 +- .../org/simantics/proconf/g3d/actions/ReadAction.java | 2 +- .../proconf/g3d/actions/ReadInteractiveAction.java | 2 +- .../simantics/proconf/g3d/actions/RemoveAction.java | 2 +- .../simantics/proconf/g3d/actions/RotateAction.java | 2 +- .../simantics/proconf/g3d/actions/TranslateAction.java | 2 +- .../g3d/actions/TranslateActionConstraints.java | 2 +- .../org/simantics/proconf/g3d/actions/WriteAction.java | 2 +- .../proconf/g3d/actions/WriteInteractiveAction.java | 2 +- .../g3d/animation/AbstractScalarInterpolator.java | 2 +- .../simantics/proconf/g3d/animation/Animatable.java | 2 +- .../org/simantics/proconf/g3d/animation/Animation.java | 2 +- .../proconf/g3d/animation/AnimationController.java | 2 +- .../proconf/g3d/animation/AnimationSystem.java | 2 +- .../proconf/g3d/animation/AnimationSystemListener.java | 2 +- .../g3d/animation/ChanneledColorInterpolator.java | 2 +- .../g3d/animation/ChanneledPositionInterpolator.java | 2 +- .../proconf/g3d/animation/ConstantInterpolator.java | 2 +- .../simantics/proconf/g3d/animation/Interpolator.java | 2 +- .../g3d/animation/ResourceAnimationController.java | 2 +- .../proconf/g3d/animation/ScalarInterpolator.java | 2 +- .../animation/ScaledResourceAnimationController.java | 2 +- .../proconf/g3d/animation/SlerpInterpolator.java | 2 +- .../proconf/g3d/animation/TCBInterpolator.java | 2 +- .../proconf/g3d/animation/TestAnimationController.java | 2 +- .../g3d/animation/ui/AnimationControlCreator.java | 2 +- .../simantics/proconf/g3d/base/AppearanceProvider.java | 2 +- .../proconf/g3d/base/AppearanceProviderRegistry.java | 2 +- .../simantics/proconf/g3d/base/AppearanceTools.java | 2 +- .../src/org/simantics/proconf/g3d/base/Constraint.java | 10 ++++++++++ .../simantics/proconf/g3d/base/ConstraintDetector.java | 2 +- .../proconf/g3d/base/DefaultAppearanceProvider.java | 10 ++++++++++ .../simantics/proconf/g3d/base/EditorContribution.java | 10 ++++++++++ .../org/simantics/proconf/g3d/base/EditorLoader.java | 10 ++++++++++ .../src/org/simantics/proconf/g3d/base/G3DAPI.java | 10 ++++++++++ .../src/org/simantics/proconf/g3d/base/G3DTools.java | 2 +- .../simantics/proconf/g3d/base/GeometryProvider.java | 2 +- .../proconf/g3d/base/GeometryProviderRegistry.java | 2 +- .../proconf/g3d/base/JmeRenderingComponent.java | 2 +- .../src/org/simantics/proconf/g3d/base/MathTools.java | 2 +- .../proconf/g3d/base/ResourceTextureCache.java | 10 ++++++++++ .../simantics/proconf/g3d/base/ScenegraphAdapter.java | 2 +- .../proconf/g3d/base/ScenegraphAdapterImpl.java | 2 +- .../simantics/proconf/g3d/base/SelectionAdapter.java | 2 +- .../proconf/g3d/base/ThreeDimensionalEditorBase.java | 2 +- .../proconf/g3d/base/ThreeDimensionalEditorPart.java | 2 +- .../g3d/base/ThreeDimensionalEditorProvider.java | 2 +- .../proconf/g3d/base/TransformationTools.java | 10 ++++++++++ .../simantics/proconf/g3d/base/VecmathJmeTools.java | 2 +- .../proconf/g3d/base/VisualizationScheduler.java | 2 +- .../org/simantics/proconf/g3d/common/JmeComposite.java | 2 +- .../g3d/common/JmeSinglePassRenderingComponent.java | 2 +- .../simantics/proconf/g3d/common/OrbitalCamera.java | 2 +- .../simantics/proconf/g3d/common/PropertyTester2.java | 10 ++++++++++ .../g3d/common/StructuredResourceSelection.java | 2 +- .../org/simantics/proconf/g3d/dialogs/JMEDialog.java | 2 +- .../org/simantics/proconf/g3d/dnd/DropListener.java | 2 +- .../org/simantics/proconf/g3d/dnd/ShapeDropTarget.java | 2 +- .../org/simantics/proconf/g3d/gizmo/AbstractGizmo.java | 2 +- .../src/org/simantics/proconf/g3d/gizmo/Gizmo.java | 2 +- .../proconf/g3d/gizmo/MultiSelectionGizmo.java | 2 +- .../org/simantics/proconf/g3d/gizmo/RotateGizmo.java | 2 +- .../simantics/proconf/g3d/gizmo/TransformGizmo.java | 2 +- .../proconf/g3d/gizmo/TransformInlineGizmo.java | 2 +- .../simantics/proconf/g3d/input/AWTInputProvider.java | 2 +- .../org/simantics/proconf/g3d/input/InputProvider.java | 2 +- .../simantics/proconf/g3d/input/SWTInputProvider.java | 2 +- .../proconf/g3d/preferences/G3DPreferencesPage.java | 2 +- .../proconf/g3d/preferences/PreferenceConstants.java | 2 +- .../proconf/g3d/preferences/PreferenceInitializer.java | 2 +- .../proconf/g3d/scenegraph/AbstractGraphicsNode.java | 2 +- .../proconf/g3d/scenegraph/IGeometryNode.java | 2 +- .../proconf/g3d/scenegraph/IGraphicsNode.java | 2 +- .../proconf/g3d/scenegraph/ISelectableNode.java | 2 +- .../simantics/proconf/g3d/scenegraph/ModelNode.java | 2 +- .../proconf/g3d/scenegraph/NonTransformableNode.java | 2 +- .../proconf/g3d/scenegraph/ParameterizedModelNode.java | 2 +- .../proconf/g3d/scenegraph/RootGraphicsNode.java | 2 +- .../simantics/proconf/g3d/scenegraph/ShapeNode.java | 2 +- .../org/simantics/proconf/g3d/shapes/AxesShape.java | 2 +- .../org/simantics/proconf/g3d/shapes/FloorShape.java | 2 +- .../org/simantics/proconf/g3d/shapes/GridShape.java | 2 +- .../src/org/simantics/proconf/g3d/shapes/Quad.java | 2 +- .../proconf/g3d/tools/OEPathSelectionListener.java | 2 +- .../proconf/g3d/tools/OESelectionListener.java | 2 +- .../org/simantics/proconf/g3d/tools/PropertyTree.java | 2 +- .../proconf/g3d/tools/ScenegraphLockTraverser.java | 10 ++++++++++ .../simantics/proconf/g3d/views/AppearanceEditor.java | 2 +- .../proconf/g3d/views/ScenegraphViewPart.java | 2 +- .../proconf/g3d/views/SinglePageResourceEditor.java | 2 +- .../proconf/g3d/views/SinglePageResourceView.java | 10 ++++++++++ .../src/org/simantics/processeditor/Activator.java | 2 +- .../org/simantics/processeditor/ProcessResource.java | 2 +- .../processeditor/actions/ConfigureFloorAction.java | 10 ++++++++++ .../processeditor/actions/InsertComponentAction.java | 2 +- .../processeditor/actions/InsertEquipmentAction.java | 2 +- .../processeditor/actions/InsertNozzleAction.java | 2 +- .../simantics/processeditor/actions/PositionType.java | 10 ++++++++++ .../processeditor/actions/ReversePipelineAction.java | 2 +- .../processeditor/actions/RoutePipeAction.java | 2 +- .../processeditor/actions/SelectSplitPointAction.java | 10 ++++++++++ .../processeditor/actions/SplitPointListener.java | 10 ++++++++++ .../processeditor/actions/TranslateElbowAction.java | 2 +- .../actions/TranslateInlineComponentAction.java | 2 +- .../processeditor/actions/TranslateStraightAction.java | 2 +- .../adapters/InlineComponentConstraintAdapter.java | 10 ++++++++++ .../adapters/NozzleConstraintAdapter.java | 10 ++++++++++ .../processeditor/adapters/ProcessEditorAdapter.java | 10 ++++++++++ .../adapters/ProcessEditorSelectionAdapter.java | 10 ++++++++++ .../adapters/TurnComponentConstraintAdapter.java | 10 ++++++++++ .../animations/PipeAnimationController.java | 2 +- .../processeditor/animations/PipeFlowAnimation.java | 2 +- .../animations/ResourcePipeAnimationController.java | 2 +- .../processeditor/common/ControlPointTools.java | 10 ++++++++++ .../org/simantics/processeditor/common/PathUtils.java | 2 +- .../processeditor/common/PipeComponentProvider.java | 2 +- .../simantics/processeditor/common/PipingRules.java | 2 +- .../simantics/processeditor/common/PipingTools.java | 2 +- .../simantics/processeditor/common/PipingTools2.java | 10 ++++++++++ .../dialogs/ConfigureAnimationDialog.java | 2 +- .../processeditor/dialogs/ConfigureMonitorDialog.java | 2 +- .../dialogs/ConfigurePipelineAnimationDialog.java | 2 +- .../processeditor/dialogs/EquipmentDialog.java | 2 +- .../processeditor/dialogs/FloorConfigureDialog.java | 10 ++++++++++ .../processeditor/dialogs/LibraryComponentDialog.java | 10 ++++++++++ .../simantics/processeditor/dialogs/NozzleDialog.java | 2 +- .../processeditor/dialogs/PipelineComponentDialog.java | 2 +- .../processeditor/dialogs/PipelineDialog.java | 2 +- .../processeditor/gizmo/PositionSelectionGizmo.java | 10 ++++++++++ .../processeditor/handlers/EquipmentEditorAdapter.java | 10 ++++++++++ .../processeditor/handlers/NewComponentHandler.java | 10 ++++++++++ .../processeditor/handlers/NewEquipmentHandler.java | 10 ++++++++++ .../processeditor/handlers/NewPlantHandler.java | 10 ++++++++++ .../handlers/PipelineComponentEditorAdapter.java | 10 ++++++++++ .../processeditor/handlers/Plant3DEditorAdapter.java | 10 ++++++++++ .../processeditor/handlers/Plant3DProjectAdapter.java | 10 ++++++++++ .../processeditor/handlers/Plant3DProjectType.java | 10 ++++++++++ .../processeditor/monitors/BillboardMonitor.java | 2 +- .../org/simantics/processeditor/monitors/Monitor.java | 2 +- .../processeditor/monitors/MonitorTextProvider.java | 2 +- .../processeditor/monitors/ObjectPropertyProvider.java | 2 +- .../processeditor/monitors/PathContainer.java | 2 +- .../monitors/ResourcePathPropertyProvider.java | 2 +- .../simantics/processeditor/monitors/TextMonitor.java | 2 +- .../perspectives/Plant3DModellingPerspective.java | 10 ++++++++++ .../processeditor/perspectives/ViewpointGenerator.java | 10 ++++++++++ .../processeditor/scenegraph/NonVisibleNode.java | 2 +- .../processeditor/scenegraph/PipeComponentNode.java | 10 ++++++++++ .../processeditor/scenegraph/PipeRunNode.java | 2 +- .../scenegraph/PipelineComponentNode.java | 2 +- .../processeditor/tools/ControlPointContribution.java | 10 ++++++++++ .../processeditor/tools/NozzleContribution.java | 10 ++++++++++ .../processeditor/tools/PlantEditContribution.java | 10 ++++++++++ .../tools/PlantVisualizationContribution.java | 10 ++++++++++ .../processeditor/views/EquipmentEditorPart.java | 10 ++++++++++ .../views/PipelineComponentEditorPart.java | 10 ++++++++++ .../processeditor/views/PlantStructureOutlinePage.java | 10 ++++++++++ .../processeditor/views/PlantStructureView.java | 10 ++++++++++ .../simantics/processeditor/views/ProcessEditor.java | 2 +- .../processeditor/views/ProcessEditorPart.java | 2 +- 198 files changed, 648 insertions(+), 148 deletions(-) diff --git a/org.simantics.proconf.g3d.csg/src/org/simantics/proconf/g3d/csg/Activator.java b/org.simantics.proconf.g3d.csg/src/org/simantics/proconf/g3d/csg/Activator.java index 9a0c1261..aad029c8 100644 --- a/org.simantics.proconf.g3d.csg/src/org/simantics/proconf/g3d/csg/Activator.java +++ b/org.simantics.proconf.g3d.csg/src/org/simantics/proconf/g3d/csg/Activator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d.occ/src/org/simantics/proconf/g3d/occ/Activator.java b/org.simantics.proconf.g3d.occ/src/org/simantics/proconf/g3d/occ/Activator.java index a4f7cd42..7e067e23 100644 --- a/org.simantics.proconf.g3d.occ/src/org/simantics/proconf/g3d/occ/Activator.java +++ b/org.simantics.proconf.g3d.occ/src/org/simantics/proconf/g3d/occ/Activator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d.occ/src/org/simantics/proconf/g3d/occ/OccResources.java b/org.simantics.proconf.g3d.occ/src/org/simantics/proconf/g3d/occ/OccResources.java index 1023fb66..f5579e69 100644 --- a/org.simantics.proconf.g3d.occ/src/org/simantics/proconf/g3d/occ/OccResources.java +++ b/org.simantics.proconf.g3d.occ/src/org/simantics/proconf/g3d/occ/OccResources.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d.occ/src/org/simantics/proconf/g3d/occ/geometry/IndexedGeometry.java b/org.simantics.proconf.g3d.occ/src/org/simantics/proconf/g3d/occ/geometry/IndexedGeometry.java index cf3732d8..dcd31970 100644 --- a/org.simantics.proconf.g3d.occ/src/org/simantics/proconf/g3d/occ/geometry/IndexedGeometry.java +++ b/org.simantics.proconf.g3d.occ/src/org/simantics/proconf/g3d/occ/geometry/IndexedGeometry.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d.occ/src/org/simantics/proconf/g3d/occ/geometry/OccTriangulator.java b/org.simantics.proconf.g3d.occ/src/org/simantics/proconf/g3d/occ/geometry/OccTriangulator.java index c2661162..8ced1052 100644 --- a/org.simantics.proconf.g3d.occ/src/org/simantics/proconf/g3d/occ/geometry/OccTriangulator.java +++ b/org.simantics.proconf.g3d.occ/src/org/simantics/proconf/g3d/occ/geometry/OccTriangulator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d.occ/src/org/simantics/proconf/g3d/occ/geometry/ViewableShapeImpl.java b/org.simantics.proconf.g3d.occ/src/org/simantics/proconf/g3d/occ/geometry/ViewableShapeImpl.java index e08c9b73..194b68b2 100644 --- a/org.simantics.proconf.g3d.occ/src/org/simantics/proconf/g3d/occ/geometry/ViewableShapeImpl.java +++ b/org.simantics.proconf.g3d.occ/src/org/simantics/proconf/g3d/occ/geometry/ViewableShapeImpl.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/Activator.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/Activator.java index e256c294..95b3c23d 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/Activator.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/Activator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/ShapeEditorResources.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/ShapeEditorResources.java index f125b757..ac799b5f 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/ShapeEditorResources.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/ShapeEditorResources.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/actions/ExportAction.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/actions/ExportAction.java index 0760d9bd..152bcf96 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/actions/ExportAction.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/actions/ExportAction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.proconf.g3d.shapeeditor.actions; import java.io.File; diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/actions/ImportAction.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/actions/ImportAction.java index ba4cfe56..28bdc023 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/actions/ImportAction.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/actions/ImportAction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.proconf.g3d.shapeeditor.actions; import java.io.BufferedInputStream; diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/actions/LoadFileAction.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/actions/LoadFileAction.java index 193fe45a..c0c6440e 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/actions/LoadFileAction.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/actions/LoadFileAction.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/actions/LoadFolderAction.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/actions/LoadFolderAction.java index 2b7d49ec..168f9a53 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/actions/LoadFolderAction.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/actions/LoadFolderAction.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/common/ViewpointGenerator.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/common/ViewpointGenerator.java index 68737366..fbae87e4 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/common/ViewpointGenerator.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/common/ViewpointGenerator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/dialogs/PropertySelectionDialog.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/dialogs/PropertySelectionDialog.java index 09a5addb..17047090 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/dialogs/PropertySelectionDialog.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/dialogs/PropertySelectionDialog.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.proconf.g3d.shapeeditor.dialogs; import java.util.List; diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/CSGProjectAdapter.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/CSGProjectAdapter.java index 5c0835d5..409499c9 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/CSGProjectAdapter.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/CSGProjectAdapter.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/CSGProjectType.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/CSGProjectType.java index a220f784..7d12b5b5 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/CSGProjectType.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/CSGProjectType.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/NewCSGModelHandler.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/NewCSGModelHandler.java index be793634..f26f857f 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/NewCSGModelHandler.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/NewCSGModelHandler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/ResourceEditorAdapter1.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/ResourceEditorAdapter1.java index 41f07ade..2191a6b3 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/ResourceEditorAdapter1.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/ResourceEditorAdapter1.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/ResourceEditorAdapter3.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/ResourceEditorAdapter3.java index f861179e..62713e2a 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/ResourceEditorAdapter3.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/handlers/ResourceEditorAdapter3.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/perspectives/CSGModellingPerspective.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/perspectives/CSGModellingPerspective.java index f6c6a58c..21557347 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/perspectives/CSGModellingPerspective.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/perspectives/CSGModellingPerspective.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/scenegraph/CSGShapeNode.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/scenegraph/CSGShapeNode.java index 1bf8fe70..7ff93957 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/scenegraph/CSGShapeNode.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/scenegraph/CSGShapeNode.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/tools/AnimationContribution.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/tools/AnimationContribution.java index ee33b45b..1b413c0a 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/tools/AnimationContribution.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/tools/AnimationContribution.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.proconf.g3d.shapeeditor.tools; import java.util.ArrayList; diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/tools/CSGModellingContribution.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/tools/CSGModellingContribution.java index a787aae4..b4b46215 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/tools/CSGModellingContribution.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/tools/CSGModellingContribution.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.proconf.g3d.shapeeditor.tools; import java.util.ArrayList; diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/tools/ParameterizationContribution.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/tools/ParameterizationContribution.java index 54a21056..3ac58010 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/tools/ParameterizationContribution.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/tools/ParameterizationContribution.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.proconf.g3d.shapeeditor.tools; import java.util.ArrayList; diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/CSGModellingView.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/CSGModellingView.java index f2b8c84b..513712bf 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/CSGModellingView.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/CSGModellingView.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/ParameterizationEditor.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/ParameterizationEditor.java index bc5f3ccd..f7586185 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/ParameterizationEditor.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/ParameterizationEditor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/ShapeEditorBase.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/ShapeEditorBase.java index e9c66d41..47631ee4 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/ShapeEditorBase.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/ShapeEditorBase.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/ShapeEditorView.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/ShapeEditorView.java index 8fa7a37b..1904bfeb 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/ShapeEditorView.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/ShapeEditorView.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/StructureOutlinePage.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/StructureOutlinePage.java index c0ddb2af..2c5427b2 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/StructureOutlinePage.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/StructureOutlinePage.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.proconf.g3d.shapeeditor.views; import org.simantics.db.Resource; diff --git a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/StructureView.java b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/StructureView.java index f747d49c..6031b693 100644 --- a/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/StructureView.java +++ b/org.simantics.proconf.g3d.shapeeditor/src/org/simantics/proconf/g3d/shapeeditor/views/StructureView.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/Activator.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/Activator.java index 38b8b6ff..72b911f8 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/Activator.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/Activator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/Resources.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/Resources.java index fed4f4bc..9f46444e 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/Resources.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/Resources.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/CameraAction.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/CameraAction.java index 2f619046..71d15c4f 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/CameraAction.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/CameraAction.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/ConstrainedTransformAction.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/ConstrainedTransformAction.java index 1cd0b595..678ce8d5 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/ConstrainedTransformAction.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/ConstrainedTransformAction.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/ContextAction.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/ContextAction.java index c86858d8..21ec709d 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/ContextAction.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/ContextAction.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/ContextActionFactory.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/ContextActionFactory.java index ce6638aa..baf2b829 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/ContextActionFactory.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/ContextActionFactory.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/ContextActionRegistry.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/ContextActionRegistry.java index bb8ffbce..db1f95fe 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/ContextActionRegistry.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/ContextActionRegistry.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/FocusAction.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/FocusAction.java index 7893f230..3e573858 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/FocusAction.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/FocusAction.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/InteractiveAction.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/InteractiveAction.java index a7974345..7631c47b 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/InteractiveAction.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/InteractiveAction.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/ReadAction.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/ReadAction.java index 36fcc4bf..7c4cdce8 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/ReadAction.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/ReadAction.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/ReadInteractiveAction.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/ReadInteractiveAction.java index 9bd972c6..61012268 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/ReadInteractiveAction.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/ReadInteractiveAction.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/RemoveAction.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/RemoveAction.java index ac9bdfa4..0c2dc5d4 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/RemoveAction.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/RemoveAction.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/RotateAction.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/RotateAction.java index fe6fc71b..2526ee23 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/RotateAction.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/RotateAction.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/TranslateAction.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/TranslateAction.java index d4630a1c..a03f88ac 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/TranslateAction.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/TranslateAction.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/TranslateActionConstraints.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/TranslateActionConstraints.java index c1a7236d..7bbaed6a 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/TranslateActionConstraints.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/TranslateActionConstraints.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/WriteAction.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/WriteAction.java index 58aa02a7..811fb1df 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/WriteAction.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/WriteAction.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/WriteInteractiveAction.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/WriteInteractiveAction.java index 1208b75c..3924ec60 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/WriteInteractiveAction.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/actions/WriteInteractiveAction.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/AbstractScalarInterpolator.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/AbstractScalarInterpolator.java index 5777f8e8..d510ed29 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/AbstractScalarInterpolator.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/AbstractScalarInterpolator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/Animatable.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/Animatable.java index 435cb0dd..d692afc5 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/Animatable.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/Animatable.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/Animation.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/Animation.java index 9dd7f5ea..a3d7347b 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/Animation.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/Animation.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/AnimationController.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/AnimationController.java index 809ec605..246ae16e 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/AnimationController.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/AnimationController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/AnimationSystem.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/AnimationSystem.java index 8085405a..c736bff4 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/AnimationSystem.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/AnimationSystem.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/AnimationSystemListener.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/AnimationSystemListener.java index f45c3b49..a148fdd5 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/AnimationSystemListener.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/AnimationSystemListener.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ChanneledColorInterpolator.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ChanneledColorInterpolator.java index 5a80e834..7b280777 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ChanneledColorInterpolator.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ChanneledColorInterpolator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ChanneledPositionInterpolator.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ChanneledPositionInterpolator.java index 5b6aeb60..b271d68d 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ChanneledPositionInterpolator.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ChanneledPositionInterpolator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ConstantInterpolator.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ConstantInterpolator.java index 5e273d1e..5853e702 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ConstantInterpolator.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ConstantInterpolator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/Interpolator.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/Interpolator.java index 630434f6..8175ad58 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/Interpolator.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/Interpolator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ResourceAnimationController.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ResourceAnimationController.java index d359c341..baaa9e3b 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ResourceAnimationController.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ResourceAnimationController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ScalarInterpolator.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ScalarInterpolator.java index afe75976..677f56a1 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ScalarInterpolator.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ScalarInterpolator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ScaledResourceAnimationController.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ScaledResourceAnimationController.java index c3562693..e3767a3d 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ScaledResourceAnimationController.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ScaledResourceAnimationController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/SlerpInterpolator.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/SlerpInterpolator.java index 33e565c9..f6c1913f 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/SlerpInterpolator.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/SlerpInterpolator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/TCBInterpolator.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/TCBInterpolator.java index 063b0a62..38d4dc71 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/TCBInterpolator.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/TCBInterpolator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/TestAnimationController.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/TestAnimationController.java index ec40dea7..a6ae770e 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/TestAnimationController.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/TestAnimationController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ui/AnimationControlCreator.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ui/AnimationControlCreator.java index b433d22c..3571c2a0 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ui/AnimationControlCreator.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/animation/ui/AnimationControlCreator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/AppearanceProvider.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/AppearanceProvider.java index ff181c9c..dbb6c4af 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/AppearanceProvider.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/AppearanceProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/AppearanceProviderRegistry.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/AppearanceProviderRegistry.java index 2e65f9eb..68815cbe 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/AppearanceProviderRegistry.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/AppearanceProviderRegistry.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/AppearanceTools.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/AppearanceTools.java index 779e862b..6a1a9307 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/AppearanceTools.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/AppearanceTools.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/Constraint.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/Constraint.java index 9d48d3ed..46668b7c 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/Constraint.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/Constraint.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.proconf.g3d.base; import java.util.ArrayList; diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ConstraintDetector.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ConstraintDetector.java index a363db83..d50943cb 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ConstraintDetector.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ConstraintDetector.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/DefaultAppearanceProvider.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/DefaultAppearanceProvider.java index e6ea37fd..a30359b6 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/DefaultAppearanceProvider.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/DefaultAppearanceProvider.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.proconf.g3d.base; import java.util.Collection; diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/EditorContribution.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/EditorContribution.java index 0cca6ecb..176408bd 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/EditorContribution.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/EditorContribution.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.proconf.g3d.base; import java.util.Collection; diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/EditorLoader.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/EditorLoader.java index dcc6cfca..0e759cc7 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/EditorLoader.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/EditorLoader.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.proconf.g3d.base; import org.eclipse.ui.IPartListener; diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/G3DAPI.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/G3DAPI.java index 3bec68d2..b4cc9c13 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/G3DAPI.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/G3DAPI.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.proconf.g3d.base; import javax.vecmath.AxisAngle4d; diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/G3DTools.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/G3DTools.java index 0b088807..63ae55a1 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/G3DTools.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/G3DTools.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/GeometryProvider.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/GeometryProvider.java index 8ebb5066..d4de9923 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/GeometryProvider.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/GeometryProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/GeometryProviderRegistry.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/GeometryProviderRegistry.java index 07a48e49..f734cd9e 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/GeometryProviderRegistry.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/GeometryProviderRegistry.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/JmeRenderingComponent.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/JmeRenderingComponent.java index 4e4905d3..159bd986 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/JmeRenderingComponent.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/JmeRenderingComponent.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/MathTools.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/MathTools.java index 2a89a4af..5a287b55 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/MathTools.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/MathTools.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ResourceTextureCache.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ResourceTextureCache.java index f29ddb47..10ff6ce9 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ResourceTextureCache.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ResourceTextureCache.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.proconf.g3d.base; import java.nio.ByteBuffer; diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ScenegraphAdapter.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ScenegraphAdapter.java index e2d02874..40154a65 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ScenegraphAdapter.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ScenegraphAdapter.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ScenegraphAdapterImpl.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ScenegraphAdapterImpl.java index 853e7d2c..f9687f58 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ScenegraphAdapterImpl.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ScenegraphAdapterImpl.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/SelectionAdapter.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/SelectionAdapter.java index f3f9df91..2b0b4802 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/SelectionAdapter.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/SelectionAdapter.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ThreeDimensionalEditorBase.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ThreeDimensionalEditorBase.java index 39c73fdd..51f47fe9 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ThreeDimensionalEditorBase.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ThreeDimensionalEditorBase.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ThreeDimensionalEditorPart.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ThreeDimensionalEditorPart.java index 702037b6..a3da2510 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ThreeDimensionalEditorPart.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ThreeDimensionalEditorPart.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ThreeDimensionalEditorProvider.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ThreeDimensionalEditorProvider.java index df2d14dd..ab2566ea 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ThreeDimensionalEditorProvider.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/ThreeDimensionalEditorProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/TransformationTools.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/TransformationTools.java index 9ca2754c..9ea0cb86 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/TransformationTools.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/TransformationTools.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.proconf.g3d.base; import java.util.Collection; diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/VecmathJmeTools.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/VecmathJmeTools.java index 21cfcff0..315660e2 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/VecmathJmeTools.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/VecmathJmeTools.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/VisualizationScheduler.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/VisualizationScheduler.java index 7440f825..1a252256 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/VisualizationScheduler.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/base/VisualizationScheduler.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/common/JmeComposite.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/common/JmeComposite.java index 9c965bcb..bb9e0bbb 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/common/JmeComposite.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/common/JmeComposite.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/common/JmeSinglePassRenderingComponent.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/common/JmeSinglePassRenderingComponent.java index 54da729e..e11f92fc 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/common/JmeSinglePassRenderingComponent.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/common/JmeSinglePassRenderingComponent.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/common/OrbitalCamera.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/common/OrbitalCamera.java index 4b0aa6fc..6b38bef3 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/common/OrbitalCamera.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/common/OrbitalCamera.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/common/PropertyTester2.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/common/PropertyTester2.java index 0f57f7ae..8f3968c5 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/common/PropertyTester2.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/common/PropertyTester2.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.proconf.g3d.common; import org.eclipse.core.expressions.PropertyTester; diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/common/StructuredResourceSelection.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/common/StructuredResourceSelection.java index a13062a8..80f92d5f 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/common/StructuredResourceSelection.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/common/StructuredResourceSelection.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/dialogs/JMEDialog.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/dialogs/JMEDialog.java index 9e2950db..9822b816 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/dialogs/JMEDialog.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/dialogs/JMEDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/dnd/DropListener.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/dnd/DropListener.java index 70e9610f..e86982eb 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/dnd/DropListener.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/dnd/DropListener.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/dnd/ShapeDropTarget.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/dnd/ShapeDropTarget.java index fe832e65..507eb5a6 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/dnd/ShapeDropTarget.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/dnd/ShapeDropTarget.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/gizmo/AbstractGizmo.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/gizmo/AbstractGizmo.java index e6f7b61c..51b65af1 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/gizmo/AbstractGizmo.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/gizmo/AbstractGizmo.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/gizmo/Gizmo.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/gizmo/Gizmo.java index 0e791cac..551033f4 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/gizmo/Gizmo.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/gizmo/Gizmo.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/gizmo/MultiSelectionGizmo.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/gizmo/MultiSelectionGizmo.java index b73b8865..65448c5e 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/gizmo/MultiSelectionGizmo.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/gizmo/MultiSelectionGizmo.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/gizmo/RotateGizmo.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/gizmo/RotateGizmo.java index dcf18d52..adc44a15 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/gizmo/RotateGizmo.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/gizmo/RotateGizmo.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/gizmo/TransformGizmo.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/gizmo/TransformGizmo.java index b0e6df44..8224d7e0 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/gizmo/TransformGizmo.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/gizmo/TransformGizmo.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/gizmo/TransformInlineGizmo.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/gizmo/TransformInlineGizmo.java index 23ba6e00..c9adcd5d 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/gizmo/TransformInlineGizmo.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/gizmo/TransformInlineGizmo.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/input/AWTInputProvider.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/input/AWTInputProvider.java index ec152390..c5cc3058 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/input/AWTInputProvider.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/input/AWTInputProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/input/InputProvider.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/input/InputProvider.java index 1f1f56bd..e7eaa1b7 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/input/InputProvider.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/input/InputProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/input/SWTInputProvider.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/input/SWTInputProvider.java index a21d3b79..345a9e83 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/input/SWTInputProvider.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/input/SWTInputProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/preferences/G3DPreferencesPage.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/preferences/G3DPreferencesPage.java index 98230ebe..185e9599 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/preferences/G3DPreferencesPage.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/preferences/G3DPreferencesPage.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/preferences/PreferenceConstants.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/preferences/PreferenceConstants.java index c0163e7e..0741f1e4 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/preferences/PreferenceConstants.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/preferences/PreferenceConstants.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/preferences/PreferenceInitializer.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/preferences/PreferenceInitializer.java index 5a40d2fb..648c1d7c 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/preferences/PreferenceInitializer.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/preferences/PreferenceInitializer.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/AbstractGraphicsNode.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/AbstractGraphicsNode.java index d1dde38e..b7049695 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/AbstractGraphicsNode.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/AbstractGraphicsNode.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/IGeometryNode.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/IGeometryNode.java index 94d3daed..461c2ef8 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/IGeometryNode.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/IGeometryNode.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/IGraphicsNode.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/IGraphicsNode.java index a72aa5f1..d81d1388 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/IGraphicsNode.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/IGraphicsNode.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/ISelectableNode.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/ISelectableNode.java index 4abd1b3a..3809c7fa 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/ISelectableNode.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/ISelectableNode.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/ModelNode.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/ModelNode.java index ad0780d8..ab9a0e9e 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/ModelNode.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/ModelNode.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/NonTransformableNode.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/NonTransformableNode.java index 2c020971..f575aeeb 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/NonTransformableNode.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/NonTransformableNode.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/ParameterizedModelNode.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/ParameterizedModelNode.java index 723b310b..1eb29bb4 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/ParameterizedModelNode.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/ParameterizedModelNode.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/RootGraphicsNode.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/RootGraphicsNode.java index 9937f4cf..404d2ef7 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/RootGraphicsNode.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/RootGraphicsNode.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/ShapeNode.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/ShapeNode.java index d345b8b4..52afcbc7 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/ShapeNode.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/scenegraph/ShapeNode.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/shapes/AxesShape.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/shapes/AxesShape.java index 461087cb..9dc7fefc 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/shapes/AxesShape.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/shapes/AxesShape.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/shapes/FloorShape.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/shapes/FloorShape.java index cd289ad5..7492a98c 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/shapes/FloorShape.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/shapes/FloorShape.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/shapes/GridShape.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/shapes/GridShape.java index 284b357e..76020b60 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/shapes/GridShape.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/shapes/GridShape.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/shapes/Quad.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/shapes/Quad.java index cab5e37e..681af2ca 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/shapes/Quad.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/shapes/Quad.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/tools/OEPathSelectionListener.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/tools/OEPathSelectionListener.java index 1af0908d..37ea71f4 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/tools/OEPathSelectionListener.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/tools/OEPathSelectionListener.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/tools/OESelectionListener.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/tools/OESelectionListener.java index 54e4619b..1be4c172 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/tools/OESelectionListener.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/tools/OESelectionListener.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/tools/PropertyTree.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/tools/PropertyTree.java index ea7f62db..290c9214 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/tools/PropertyTree.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/tools/PropertyTree.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/tools/ScenegraphLockTraverser.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/tools/ScenegraphLockTraverser.java index c3bf357d..4f14e22c 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/tools/ScenegraphLockTraverser.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/tools/ScenegraphLockTraverser.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.proconf.g3d.tools; import java.util.ArrayList; diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/views/AppearanceEditor.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/views/AppearanceEditor.java index 7a971bb2..81cb95f3 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/views/AppearanceEditor.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/views/AppearanceEditor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/views/ScenegraphViewPart.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/views/ScenegraphViewPart.java index ee3f1277..25132dbd 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/views/ScenegraphViewPart.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/views/ScenegraphViewPart.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/views/SinglePageResourceEditor.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/views/SinglePageResourceEditor.java index 073fbb6c..f88f65fb 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/views/SinglePageResourceEditor.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/views/SinglePageResourceEditor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/views/SinglePageResourceView.java b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/views/SinglePageResourceView.java index d1d3dfd3..7935bb58 100644 --- a/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/views/SinglePageResourceView.java +++ b/org.simantics.proconf.g3d/src/org/simantics/proconf/g3d/views/SinglePageResourceView.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.proconf.g3d.views; import org.eclipse.jface.viewers.ISelection; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/Activator.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/Activator.java index bc15b7cf..281dbe9f 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/Activator.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/Activator.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/ProcessResource.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/ProcessResource.java index dfaf5b6a..f9cd7778 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/ProcessResource.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/ProcessResource.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/ConfigureFloorAction.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/ConfigureFloorAction.java index 3cca9158..cdffe47b 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/ConfigureFloorAction.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/ConfigureFloorAction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.actions; import org.eclipse.jface.action.Action; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/InsertComponentAction.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/InsertComponentAction.java index dacbd4d1..961fd8ee 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/InsertComponentAction.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/InsertComponentAction.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/InsertEquipmentAction.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/InsertEquipmentAction.java index d1729c81..b40dcceb 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/InsertEquipmentAction.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/InsertEquipmentAction.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/InsertNozzleAction.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/InsertNozzleAction.java index d7bd37c3..355c2a52 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/InsertNozzleAction.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/InsertNozzleAction.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/PositionType.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/PositionType.java index e0fc83df..2e7b398f 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/PositionType.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/PositionType.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.actions; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/ReversePipelineAction.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/ReversePipelineAction.java index c26bf56d..37cd717d 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/ReversePipelineAction.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/ReversePipelineAction.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/RoutePipeAction.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/RoutePipeAction.java index 7089ca25..c67ab86f 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/RoutePipeAction.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/RoutePipeAction.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/SelectSplitPointAction.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/SelectSplitPointAction.java index c19847b5..da7e438c 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/SelectSplitPointAction.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/SelectSplitPointAction.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.actions; import java.awt.event.MouseEvent; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/SplitPointListener.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/SplitPointListener.java index c11d1b38..81cd1244 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/SplitPointListener.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/SplitPointListener.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.actions; import javax.vecmath.Point3d; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/TranslateElbowAction.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/TranslateElbowAction.java index baa02184..7c109fab 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/TranslateElbowAction.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/TranslateElbowAction.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/TranslateInlineComponentAction.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/TranslateInlineComponentAction.java index e11be5d5..6fecf381 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/TranslateInlineComponentAction.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/TranslateInlineComponentAction.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/TranslateStraightAction.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/TranslateStraightAction.java index 8acb8eac..c3e848de 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/TranslateStraightAction.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/actions/TranslateStraightAction.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/adapters/InlineComponentConstraintAdapter.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/adapters/InlineComponentConstraintAdapter.java index 003eb119..e52dbe73 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/adapters/InlineComponentConstraintAdapter.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/adapters/InlineComponentConstraintAdapter.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.adapters; import javax.vecmath.Point3d; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/adapters/NozzleConstraintAdapter.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/adapters/NozzleConstraintAdapter.java index ca770f9f..45044625 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/adapters/NozzleConstraintAdapter.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/adapters/NozzleConstraintAdapter.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.adapters; import javax.vecmath.Point3d; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/adapters/ProcessEditorAdapter.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/adapters/ProcessEditorAdapter.java index 05587e5d..0e25b0c7 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/adapters/ProcessEditorAdapter.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/adapters/ProcessEditorAdapter.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.adapters; import java.util.ArrayList; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/adapters/ProcessEditorSelectionAdapter.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/adapters/ProcessEditorSelectionAdapter.java index 07f9186e..f0a62324 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/adapters/ProcessEditorSelectionAdapter.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/adapters/ProcessEditorSelectionAdapter.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.adapters; import java.util.List; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/adapters/TurnComponentConstraintAdapter.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/adapters/TurnComponentConstraintAdapter.java index 7c7c7756..f5118419 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/adapters/TurnComponentConstraintAdapter.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/adapters/TurnComponentConstraintAdapter.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.adapters; import javax.vecmath.Point3d; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/animations/PipeAnimationController.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/animations/PipeAnimationController.java index f9c6b714..2231e5a4 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/animations/PipeAnimationController.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/animations/PipeAnimationController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/animations/PipeFlowAnimation.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/animations/PipeFlowAnimation.java index 7c9bc424..ed5c216d 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/animations/PipeFlowAnimation.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/animations/PipeFlowAnimation.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/animations/ResourcePipeAnimationController.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/animations/ResourcePipeAnimationController.java index 05d29f7d..1a0eb31f 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/animations/ResourcePipeAnimationController.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/animations/ResourcePipeAnimationController.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/ControlPointTools.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/ControlPointTools.java index 1b71432f..c56b969c 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/ControlPointTools.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/ControlPointTools.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.common; import java.util.ArrayList; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PathUtils.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PathUtils.java index 8a941c5f..8807ddfd 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PathUtils.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PathUtils.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PipeComponentProvider.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PipeComponentProvider.java index 28027363..ae550779 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PipeComponentProvider.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PipeComponentProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PipingRules.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PipingRules.java index 475fe489..a4a926a0 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PipingRules.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PipingRules.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PipingTools.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PipingTools.java index 42b7619d..822bff34 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PipingTools.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PipingTools.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PipingTools2.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PipingTools2.java index 8acebe84..83e90105 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PipingTools2.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/common/PipingTools2.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.common; import java.util.Collection; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/ConfigureAnimationDialog.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/ConfigureAnimationDialog.java index 4ef225bb..d4752fe2 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/ConfigureAnimationDialog.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/ConfigureAnimationDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/ConfigureMonitorDialog.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/ConfigureMonitorDialog.java index b1147f4a..5122508f 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/ConfigureMonitorDialog.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/ConfigureMonitorDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/ConfigurePipelineAnimationDialog.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/ConfigurePipelineAnimationDialog.java index c66b2663..12687aae 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/ConfigurePipelineAnimationDialog.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/ConfigurePipelineAnimationDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/EquipmentDialog.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/EquipmentDialog.java index 0cf5e178..a0ac90a5 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/EquipmentDialog.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/EquipmentDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/FloorConfigureDialog.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/FloorConfigureDialog.java index 22b9100e..b1ea4e1a 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/FloorConfigureDialog.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/FloorConfigureDialog.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.dialogs; import org.eclipse.jface.dialogs.Dialog; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/LibraryComponentDialog.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/LibraryComponentDialog.java index 18263b92..c7df9e12 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/LibraryComponentDialog.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/LibraryComponentDialog.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.dialogs; import java.util.ArrayList; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/NozzleDialog.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/NozzleDialog.java index 65ba139b..9f33a1d3 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/NozzleDialog.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/NozzleDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/PipelineComponentDialog.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/PipelineComponentDialog.java index 1eaa7544..b72f9944 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/PipelineComponentDialog.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/PipelineComponentDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/PipelineDialog.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/PipelineDialog.java index 90bd3b67..5899c233 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/PipelineDialog.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/dialogs/PipelineDialog.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/gizmo/PositionSelectionGizmo.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/gizmo/PositionSelectionGizmo.java index c333f4ed..11197f46 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/gizmo/PositionSelectionGizmo.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/gizmo/PositionSelectionGizmo.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.gizmo; import java.net.URL; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/EquipmentEditorAdapter.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/EquipmentEditorAdapter.java index b9267ba1..e589fa8c 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/EquipmentEditorAdapter.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/EquipmentEditorAdapter.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.handlers; import org.simantics.db.Graph; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/NewComponentHandler.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/NewComponentHandler.java index 5e2cb97f..e22c2821 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/NewComponentHandler.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/NewComponentHandler.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.handlers; import java.util.ArrayList; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/NewEquipmentHandler.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/NewEquipmentHandler.java index 91685e29..a204f516 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/NewEquipmentHandler.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/NewEquipmentHandler.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.handlers; import org.eclipse.core.commands.AbstractHandler; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/NewPlantHandler.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/NewPlantHandler.java index 6b88f95d..0a8bc81e 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/NewPlantHandler.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/NewPlantHandler.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.handlers; import org.eclipse.core.commands.AbstractHandler; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/PipelineComponentEditorAdapter.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/PipelineComponentEditorAdapter.java index fa581307..f874faa2 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/PipelineComponentEditorAdapter.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/PipelineComponentEditorAdapter.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.handlers; import org.simantics.db.Graph; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/Plant3DEditorAdapter.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/Plant3DEditorAdapter.java index 969fcad9..4be11629 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/Plant3DEditorAdapter.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/Plant3DEditorAdapter.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.handlers; import org.simantics.db.Graph; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/Plant3DProjectAdapter.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/Plant3DProjectAdapter.java index 87a3307d..3cd851fc 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/Plant3DProjectAdapter.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/Plant3DProjectAdapter.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.handlers; import org.simantics.db.Graph; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/Plant3DProjectType.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/Plant3DProjectType.java index c01b1e4e..701773d6 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/Plant3DProjectType.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/handlers/Plant3DProjectType.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.handlers; import java.util.ArrayList; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/BillboardMonitor.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/BillboardMonitor.java index f3b4fd28..085fbcb3 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/BillboardMonitor.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/BillboardMonitor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/Monitor.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/Monitor.java index a587a483..8e17e128 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/Monitor.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/Monitor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/MonitorTextProvider.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/MonitorTextProvider.java index eed474ac..f9b62fa1 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/MonitorTextProvider.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/MonitorTextProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/ObjectPropertyProvider.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/ObjectPropertyProvider.java index b15e5a9f..52ca80f7 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/ObjectPropertyProvider.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/ObjectPropertyProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/PathContainer.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/PathContainer.java index f41b4b1f..7a799804 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/PathContainer.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/PathContainer.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/ResourcePathPropertyProvider.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/ResourcePathPropertyProvider.java index b5b6be53..070aa7d7 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/ResourcePathPropertyProvider.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/ResourcePathPropertyProvider.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/TextMonitor.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/TextMonitor.java index 7736976f..39ab07da 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/TextMonitor.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/monitors/TextMonitor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/perspectives/Plant3DModellingPerspective.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/perspectives/Plant3DModellingPerspective.java index bd1d44ff..b1ccd945 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/perspectives/Plant3DModellingPerspective.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/perspectives/Plant3DModellingPerspective.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.perspectives; import org.eclipse.ui.IPageLayout; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/perspectives/ViewpointGenerator.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/perspectives/ViewpointGenerator.java index 46405d17..5fda3cb9 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/perspectives/ViewpointGenerator.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/perspectives/ViewpointGenerator.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.perspectives; import java.util.Collection; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/scenegraph/NonVisibleNode.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/scenegraph/NonVisibleNode.java index 0fa7b6b3..d81f1e6c 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/scenegraph/NonVisibleNode.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/scenegraph/NonVisibleNode.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/scenegraph/PipeComponentNode.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/scenegraph/PipeComponentNode.java index e581a1be..f94799cf 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/scenegraph/PipeComponentNode.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/scenegraph/PipeComponentNode.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.scenegraph; import java.util.ArrayList; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/scenegraph/PipeRunNode.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/scenegraph/PipeRunNode.java index 6aa60653..179bdd54 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/scenegraph/PipeRunNode.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/scenegraph/PipeRunNode.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/scenegraph/PipelineComponentNode.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/scenegraph/PipelineComponentNode.java index e5bfeb95..13a06f0a 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/scenegraph/PipelineComponentNode.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/scenegraph/PipelineComponentNode.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/tools/ControlPointContribution.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/tools/ControlPointContribution.java index 46ca8056..0c489a8e 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/tools/ControlPointContribution.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/tools/ControlPointContribution.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.tools; import java.io.ByteArrayInputStream; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/tools/NozzleContribution.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/tools/NozzleContribution.java index fede46e8..11447df3 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/tools/NozzleContribution.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/tools/NozzleContribution.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.tools; import java.util.ArrayList; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/tools/PlantEditContribution.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/tools/PlantEditContribution.java index bee7f6d7..beaf9f45 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/tools/PlantEditContribution.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/tools/PlantEditContribution.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.tools; import java.util.ArrayList; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/tools/PlantVisualizationContribution.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/tools/PlantVisualizationContribution.java index 584acd5a..ddd085aa 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/tools/PlantVisualizationContribution.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/tools/PlantVisualizationContribution.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.tools; import java.util.ArrayList; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/EquipmentEditorPart.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/EquipmentEditorPart.java index ff6dfc14..93723e48 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/EquipmentEditorPart.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/EquipmentEditorPart.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.views; import java.util.Collection; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/PipelineComponentEditorPart.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/PipelineComponentEditorPart.java index 4b5b95e6..2848c424 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/PipelineComponentEditorPart.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/PipelineComponentEditorPart.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.views; import java.util.Collection; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/PlantStructureOutlinePage.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/PlantStructureOutlinePage.java index 2659ab03..fd5a1662 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/PlantStructureOutlinePage.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/PlantStructureOutlinePage.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.views; import org.eclipse.swt.widgets.Composite; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/PlantStructureView.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/PlantStructureView.java index 88aaa2c8..3f8d9c5e 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/PlantStructureView.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/PlantStructureView.java @@ -1,3 +1,13 @@ +/******************************************************************************* + * Copyright (c) 2007- VTT Technical Research Centre of Finland. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.processeditor.views; import org.eclipse.swt.widgets.Composite; diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/ProcessEditor.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/ProcessEditor.java index 09bdb316..67c1982c 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/ProcessEditor.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/ProcessEditor.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at diff --git a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/ProcessEditorPart.java b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/ProcessEditorPart.java index 1682f757..612ae899 100644 --- a/org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/ProcessEditorPart.java +++ b/org.simantics.proconf.processeditor/src/org/simantics/processeditor/views/ProcessEditorPart.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2007 VTT Technical Research Centre of Finland and others. + * Copyright (c) 2007- VTT Technical Research Centre of Finland. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at -- 2.45.2