]> gerrit.simantics Code Review - simantics/3d.git/commitdiff
Copyrights
authorluukkainen <luukkainen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Fri, 5 Jul 2013 10:47:22 +0000 (10:47 +0000)
committerluukkainen <luukkainen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Fri, 5 Jul 2013 10:47:22 +0000 (10:47 +0000)
refs #4378

git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@27690 ac1ea38d-2e2b-0410-8846-a27921b304fc

320 files changed:
org.simantics.g3d.csg.ontology/build.properties
org.simantics.g3d.csg.ontology/src/org/simantics/g3d/csg/ontology/CSG.java
org.simantics.g3d.csg/adapters.xml
org.simantics.g3d.csg/build.properties
org.simantics.g3d.csg/plugin.xml
org.simantics.g3d.csg/src/org/simantics/g3d/csg/Activator.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/actions/AddBooleanOpAction2.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/actions/AddPrimitiveAction2.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/actions/SplitBooleanOpAction2.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/adapters/CSGSolidModelAdapter.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/adapters/NodeRemover.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/editor/CSGEditor2.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/editor/CSGNodeMap.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/scenegraph2/BarrelNode.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/scenegraph2/BoxNode.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/scenegraph2/CSGnode.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/scenegraph2/CSGparentNode.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/scenegraph2/CSGrootNode.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/scenegraph2/ConeNode.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/scenegraph2/CylinderNode.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/scenegraph2/DifferenceNode.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/scenegraph2/EllipticCylinderNode.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/scenegraph2/ICSGnode.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/scenegraph2/IntersectionNode.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/scenegraph2/RectangularSolidNode.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/scenegraph2/RegularPrismNode.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/scenegraph2/SchemaBuilder.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/scenegraph2/SphereNode.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/scenegraph2/TorusNode.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/scenegraph2/UnionNode.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/wizard/CSGBRepExportWizard.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/wizard/CSGBrepModelExporter.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/wizard/CSGExportModel.java
org.simantics.g3d.csg/src/org/simantics/g3d/csg/wizard/CSGExportPage.java
org.simantics.g3d.ontology/build.properties
org.simantics.g3d.ontology/src/org/simantics/g3d/ontology/G3D.java
org.simantics.g3d.vtk/build.properties
org.simantics.g3d.vtk/plugin.xml
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/Activator.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/action/RemoveAction.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/action/RotateAction.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/action/TranslateAction.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/action/vtkAction.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/action/vtkCameraAndSelectorAction.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/common/AbstractVTKNodeMap.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/common/ActorHighlighter.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/common/HoverHighlighter.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/common/InteractiveVtkPanel.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/common/NodeSelectionProvider2.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/common/SelectionHighlighter.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/common/VTKContentOutlinePage.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/common/VTKNodeMap.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/common/VTKSelectionItem.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/gizmo/RotateAxisGizmo.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/gizmo/TranslateAxisGizmo.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/gizmo/TranslateGizmo.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/gizmo/vtkGizmo.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/handlers/CameraPositionHandler.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/handlers/ParallelPerspectiveHandler.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/preferences/CloseMethod.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/preferences/PreferenceConstants.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/preferences/PreferenceInitializer.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/preferences/VTKPreferencePage.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/property/VTKPropertyTabContributor.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/shape/DualHeadArrowActor.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/shape/IvtkVisualObject.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/shape/MeshActor.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/shape/axesActor.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/shape/axesSphereActor.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/shape/axesSphereActor2.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/shape/axisActor.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/shape/vtkShape.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/utils/vtkEffect.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/utils/vtkPanelUtil.java
org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/utils/vtkUtil.java
org.simantics.g3d/adapters.xml
org.simantics.g3d/build.properties
org.simantics.g3d/help-isv/toc.xml
org.simantics.g3d/plugin.xml
org.simantics.g3d/src/org/simantics/g3d/Activator.java
org.simantics.g3d/src/org/simantics/g3d/adapters/NodeRemover.java
org.simantics.g3d/src/org/simantics/g3d/gizmo/Gizmo.java
org.simantics.g3d/src/org/simantics/g3d/math/EulerTools.java
org.simantics.g3d/src/org/simantics/g3d/math/MathTools.java
org.simantics.g3d/src/org/simantics/g3d/math/Ray.java
org.simantics.g3d/src/org/simantics/g3d/objmap/annotations/HasCollectionAdder.java
org.simantics.g3d/src/org/simantics/g3d/objmap/annotations/HasCollectionRemover.java
org.simantics.g3d/src/org/simantics/g3d/objmap/annotations/HasCollectionRuleFactory.java
org.simantics.g3d/src/org/simantics/g3d/objmap/annotations/HasGetSetRuleFactory.java
org.simantics.g3d/src/org/simantics/g3d/objmap/annotations/HasSetter.java
org.simantics.g3d/src/org/simantics/g3d/objmap/annotations/RelatedElementsAdd.java
org.simantics.g3d/src/org/simantics/g3d/objmap/annotations/RelatedElementsGet.java
org.simantics.g3d/src/org/simantics/g3d/objmap/annotations/RelatedElementsRem.java
org.simantics.g3d/src/org/simantics/g3d/objmap/annotations/RelatedGetObj.java
org.simantics.g3d/src/org/simantics/g3d/objmap/annotations/RelatedGetValue.java
org.simantics.g3d/src/org/simantics/g3d/objmap/annotations/RelatedSetObj.java
org.simantics.g3d/src/org/simantics/g3d/objmap/annotations/RelatedSetValue.java
org.simantics.g3d/src/org/simantics/g3d/objmap/annotations/factories/RelatedElementsRuleFactory.java
org.simantics.g3d/src/org/simantics/g3d/objmap/annotations/factories/RelatedGetSetObjRuleFactory.java
org.simantics.g3d/src/org/simantics/g3d/objmap/annotations/factories/RelatedGetSetValueRuleFactory.java
org.simantics.g3d/src/org/simantics/g3d/objmap/rules/factory/ICollectionRuleFactory.java
org.simantics.g3d/src/org/simantics/g3d/objmap/rules/factory/IGetSetRuleFactory.java
org.simantics.g3d/src/org/simantics/g3d/objmap/rules/range/CollectionAccessor.java
org.simantics.g3d/src/org/simantics/g3d/objmap/rules/range/GetSetObjectAccessor.java
org.simantics.g3d/src/org/simantics/g3d/objmap/rules/range/GetSetValueAccessor.java
org.simantics.g3d/src/org/simantics/g3d/objmap/schema/AdaptedLinkType.java
org.simantics.g3d/src/org/simantics/g3d/objmap/schema/DefaultSchema.java
org.simantics.g3d/src/org/simantics/g3d/objmap/schema/MappingSchemas.java
org.simantics.g3d/src/org/simantics/g3d/preferences/G3DPreferencePage.java
org.simantics.g3d/src/org/simantics/g3d/preferences/PreferenceConstants.java
org.simantics.g3d/src/org/simantics/g3d/preferences/PreferenceInitializer.java
org.simantics.g3d/src/org/simantics/g3d/property/AnnotatedPropertyTabContributorFactory.java
org.simantics.g3d/src/org/simantics/g3d/property/BooleanPropertyManipulator.java
org.simantics.g3d/src/org/simantics/g3d/property/DefaultPropertyManipulatorFactory.java
org.simantics.g3d/src/org/simantics/g3d/property/DoublePropertyManipulator.java
org.simantics.g3d/src/org/simantics/g3d/property/IntegerPropertyManipulator.java
org.simantics.g3d/src/org/simantics/g3d/property/MethodValueProvider.java
org.simantics.g3d/src/org/simantics/g3d/property/MethodWithMapValueProvider.java
org.simantics.g3d/src/org/simantics/g3d/property/PropertyManipulator.java
org.simantics.g3d/src/org/simantics/g3d/property/PropertyManipulatorFactory.java
org.simantics.g3d/src/org/simantics/g3d/property/PropertyTabContributor.java
org.simantics.g3d/src/org/simantics/g3d/property/PropertyTabContributorFactory.java
org.simantics.g3d/src/org/simantics/g3d/property/PropertyTabUtil.java
org.simantics.g3d/src/org/simantics/g3d/property/QuatPropertyManipulator.java
org.simantics.g3d/src/org/simantics/g3d/property/StringPropertyManipulator.java
org.simantics.g3d/src/org/simantics/g3d/property/ValueProvider.java
org.simantics.g3d/src/org/simantics/g3d/property/VectorPropertyManipulator.java
org.simantics.g3d/src/org/simantics/g3d/property/annotations/CompoundGetPropertyValue.java
org.simantics.g3d/src/org/simantics/g3d/property/annotations/CompoundSetPropertyValue.java
org.simantics.g3d/src/org/simantics/g3d/property/annotations/GetPropertyValue.java
org.simantics.g3d/src/org/simantics/g3d/property/annotations/PropertyContributor.java
org.simantics.g3d/src/org/simantics/g3d/property/annotations/PropertyTabBlacklist.java
org.simantics.g3d/src/org/simantics/g3d/property/annotations/SetPropertyValue.java
org.simantics.g3d/src/org/simantics/g3d/scenegraph/G3DNode.java
org.simantics.g3d/src/org/simantics/g3d/scenegraph/G3DparentNode.java
org.simantics.g3d/src/org/simantics/g3d/scenegraph/IG3DNode.java
org.simantics.g3d/src/org/simantics/g3d/scenegraph/NodeHighlighter.java
org.simantics.g3d/src/org/simantics/g3d/scenegraph/NodeMap.java
org.simantics.g3d/src/org/simantics/g3d/scenegraph/NodeMapProvider.java
org.simantics.g3d/src/org/simantics/g3d/scenegraph/RenderListener.java
org.simantics.g3d/src/org/simantics/g3d/scenegraph/base/INode.java
org.simantics.g3d/src/org/simantics/g3d/scenegraph/base/Node.java
org.simantics.g3d/src/org/simantics/g3d/scenegraph/base/NodeException.java
org.simantics.g3d/src/org/simantics/g3d/scenegraph/base/NodeListener.java
org.simantics.g3d/src/org/simantics/g3d/scenegraph/base/ParentNode.java
org.simantics.g3d/src/org/simantics/g3d/scenegraph/structural/ComponentNode.java
org.simantics.g3d/src/org/simantics/g3d/scenegraph/structural/Connection.java
org.simantics.g3d/src/org/simantics/g3d/scenegraph/structural/G3DComponentNode.java
org.simantics.g3d/src/org/simantics/g3d/scenegraph/structural/G3DStructuralParentNode.java
org.simantics.g3d/src/org/simantics/g3d/scenegraph/structural/IComponentNode.java
org.simantics.g3d/src/org/simantics/g3d/scenegraph/structural/IStructuralNode.java
org.simantics.g3d/src/org/simantics/g3d/scenegraph/structural/IStructuralRootNode.java
org.simantics.g3d/src/org/simantics/g3d/scenegraph/structural/StructuralParentNode.java
org.simantics.g3d/src/org/simantics/g3d/shape/Color4d.java
org.simantics.g3d/src/org/simantics/g3d/shape/Cone.java
org.simantics.g3d/src/org/simantics/g3d/shape/Cylinder.java
org.simantics.g3d/src/org/simantics/g3d/shape/Mesh.java
org.simantics.g3d/src/org/simantics/g3d/shape/Sphere.java
org.simantics.g3d/src/org/simantics/g3d/shape/Tube.java
org.simantics.g3d/src/org/simantics/g3d/toolbar/CommandStateRegistry.java
org.simantics.g3d/src/org/simantics/g3d/toolbar/ToolBarCommandRegistry.java
org.simantics.g3d/src/org/simantics/g3d/toolbar/ToolbarContributor.java
org.simantics.g3d/src/org/simantics/g3d/tools/AdaptationUtils.java
org.simantics.g3d/src/org/simantics/g3d/tools/Constraint.java
org.simantics.g3d/src/org/simantics/g3d/tools/ConstraintDetector.java
org.simantics.g3d/src/org/simantics/g3d/tools/DummyConstraintDetector.java
org.simantics.g3d/src/org/simantics/g3d/tools/NodeTools.java
org.simantics.g3d/src/org/simantics/g3d/tools/PluginTools.java
org.simantics.g3d/src/org/simantics/g3d/ui/SceneGraphDebugger.java
org.simantics.g3d/src/org/simantics/g3d/ui/ScenegraphOutlinePage.java
org.simantics.g3d/src/org/simantics/g3d/wizard/IExportModel.java
org.simantics.g3d/src/org/simantics/g3d/wizard/ModelExportWizard.java
org.simantics.g3d/src/org/simantics/g3d/wizard/ModelExportWizardPage.java
org.simantics.objmap2/build.properties
org.simantics.objmap2/src/org/simantics/objmap/backward/IBackwardLinkType.java
org.simantics.objmap2/src/org/simantics/objmap/backward/IBackwardMapping.java
org.simantics.objmap2/src/org/simantics/objmap/backward/IBackwardMappingRule.java
org.simantics.objmap2/src/org/simantics/objmap/backward/IBackwardMappingSchema.java
org.simantics.objmap2/src/org/simantics/objmap/bidirectional/IBidirectionalLinkType.java
org.simantics.objmap2/src/org/simantics/objmap/bidirectional/IBidirectionalMapping.java
org.simantics.objmap2/src/org/simantics/objmap/bidirectional/IBidirectionalMappingRule.java
org.simantics.objmap2/src/org/simantics/objmap/bidirectional/IBidirectionalMappingSchema.java
org.simantics.objmap2/src/org/simantics/objmap/exceptions/MappingException.java
org.simantics.objmap2/src/org/simantics/objmap/forward/IForwardLinkType.java
org.simantics.objmap2/src/org/simantics/objmap/forward/IForwardMapping.java
org.simantics.objmap2/src/org/simantics/objmap/forward/IForwardMappingRule.java
org.simantics.objmap2/src/org/simantics/objmap/forward/IForwardMappingSchema.java
org.simantics.objmap2/src/org/simantics/objmap/graph/IMapping.java
org.simantics.objmap2/src/org/simantics/objmap/graph/IMappingListener.java
org.simantics.objmap2/src/org/simantics/objmap/graph/Mappings.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/Composition.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/CompoundRelatedGetValue.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/CompoundRelatedSetValue.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/DynamicGraphType.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/GetType.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/GraphType.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/HasCollectionAdder.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/HasCollectionRemover.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/HasSetter.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/OptionalRelatedElements.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/RelatedElement.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/RelatedElements.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/RelatedElementsAdd.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/RelatedElementsGet.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/RelatedElementsRem.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/RelatedGetObj.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/RelatedGetValue.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/RelatedOrderedSetElements.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/RelatedSetObj.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/RelatedSetValue.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/RelatedValue.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/SetType.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/UpdateMethod.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/factories/CompoundRelatedGetSetValueRuleFactory.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/factories/DataTypeUtils.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/factories/OptionalRelatedElementsRuleFactory.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/factories/RelatedElementRuleFactory.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/factories/RelatedElementsRuleFactory.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/factories/RelatedElementsRuleFactory2.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/factories/RelatedGetSetObjRuleFactory.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/factories/RelatedGetSetValueRuleFactory.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/factories/RelatedOrderedSetElementsRuleFactory.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/factories/RelatedValueRuleFactory.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/factories/UpdateMethodFactory.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/meta/IsClassRule.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/meta/IsCollectionRule.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/meta/IsFieldRule.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/meta/IsGetSetRule.java
org.simantics.objmap2/src/org/simantics/objmap/graph/annotations/meta/IsMethodRule.java
org.simantics.objmap2/src/org/simantics/objmap/graph/impl/Link.java
org.simantics.objmap2/src/org/simantics/objmap/graph/impl/Mapping.java
org.simantics.objmap2/src/org/simantics/objmap/graph/impl/RangeUpdateRequest.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/MappedElementRule.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/MappedElementsRule.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/ValueRule.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/adapters/IdentityAdapter.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/adapters/ValueAdapter.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/domain/CompoundValueAccessor.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/domain/IDomainAccessor.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/domain/MappingUtils.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/domain/RelatedObjectAccessor.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/domain/RelatedObjectsAccessor.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/domain/RelatedOrderedSetElementsAccessor.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/domain/RelatedValueAccessor.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/factory/IClassRuleFactory.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/factory/ICollectionRuleFactory.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/factory/IFieldRuleFactory.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/factory/IGetSetRuleFactory.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/factory/IMethodRuleFactory.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/range/AdaptedRangeAccessor.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/range/CollectionAccessor.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/range/CompoundGetSetValueAccessor.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/range/FieldAccessor.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/range/FieldAccessorWithDefault.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/range/GetSetObjectAccessor.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/range/GetSetValueAccessor.java
org.simantics.objmap2/src/org/simantics/objmap/graph/rules/range/IRangeAccessor.java
org.simantics.objmap2/src/org/simantics/objmap/graph/schema/AdaptedLinkType.java
org.simantics.objmap2/src/org/simantics/objmap/graph/schema/DefaultSchema.java
org.simantics.objmap2/src/org/simantics/objmap/graph/schema/DynamicSimpleLinkType.java
org.simantics.objmap2/src/org/simantics/objmap/graph/schema/ILinkType.java
org.simantics.objmap2/src/org/simantics/objmap/graph/schema/IMappingSchema.java
org.simantics.objmap2/src/org/simantics/objmap/graph/schema/MappingSchemas.java
org.simantics.objmap2/src/org/simantics/objmap/graph/schema/SimpleLinkType.java
org.simantics.objmap2/src/org/simantics/objmap/graph/schema/SimpleSchema.java
org.simantics.objmap2/src/org/simantics/objmap/internal/BidirectionalLink.java
org.simantics.objmap2/src/org/simantics/objmap/internal/BidirectionalMapping.java
org.simantics.objmap2/src/org/simantics/objmap/internal/MonotoneBackwardMapping.java
org.simantics.objmap2/src/org/simantics/objmap/internal/MonotoneForwardMapping.java
org.simantics.objmap2/src/org/simantics/objmap/structural/IStructuralObject.java
org.simantics.objmap2/src/org/simantics/objmap/structural/StructuralResource.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/StructuralRelatedElementsAdd.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/StructuralRelatedElementsGet.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/StructuralRelatedElementsRem.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/StructuralRelatedGetObj.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/StructuralRelatedSetObj.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/TypeRelatedElementsAdd.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/TypeRelatedElementsGet.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/TypeRelatedElementsRem.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/TypeRelatedGetObj.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/TypeRelatedGetValue.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/TypeRelatedSetObj.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/TypeRelatedSetValue.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/factories/DataTypeUtils.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/factories/OptionalRelatedElementsRuleFactory.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/factories/RelatedElementRuleFactory.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/factories/RelatedElementsRuleFactory.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/factories/RelatedElementsRuleFactory2.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/factories/RelatedGetSetObjRuleFactory.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/factories/RelatedGetSetValueRuleFactory.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/factories/RelatedOrderedSetElementsRuleFactory.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/factories/RelatedValueRuleFactory.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/factories/StructuralRelatedElementsRuleFactory2.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/factories/StructuralRelatedGetSetObjRuleFactory.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/factories/TypeRelatedElementsRuleFactory2.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/factories/TypeRelatedGetSetObjRuleFactory.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/factories/TypeRelatedGetSetValueRuleFactory.java
org.simantics.objmap2/src/org/simantics/objmap/structural/annotations/factories/UpdateMethodFactory.java
org.simantics.objmap2/src/org/simantics/objmap/structural/rules/domain/RelatedObjectAccessor.java
org.simantics.objmap2/src/org/simantics/objmap/structural/rules/domain/RelatedObjectsAccessor.java
org.simantics.objmap2/src/org/simantics/objmap/structural/rules/domain/RelatedOrderedSetElementsAccessor.java
org.simantics.objmap2/src/org/simantics/objmap/structural/rules/domain/RelatedValueAccessor.java
org.simantics.objmap2/src/org/simantics/objmap/structural/rules/domain/StructuralRelatedObjectAccessor.java
org.simantics.objmap2/src/org/simantics/objmap/structural/rules/domain/StructuralRelatedObjectsAccessor.java
org.simantics.objmap2/src/org/simantics/objmap/structural/rules/domain/StructuralUtils.java
org.simantics.objmap2/src/org/simantics/objmap/structural/schema/AdaptedLinkType.java
org.simantics.objmap2/src/org/simantics/objmap/structural/schema/DefaultSchema.java
org.simantics.objmap2/src/org/simantics/objmap/structural/schema/MappingSchemas.java
org.simantics.objmap2/src/org/simantics/objmap/structural/schema/SimpleLinkType.java
org.simantics.opencascade.vtk/build.properties
org.simantics.opencascade.vtk/src/org/simantics/opencascade/vtk/Activator.java
org.simantics.opencascade.vtk/src/org/simantics/opencascade/vtk/EdgePointsFilter.java
org.simantics.opencascade.vtk/src/org/simantics/opencascade/vtk/VTKOCCTool.java
org.simantics.opencascade.vtk/src/org/simantics/opencascade/vtk/vtkSolidObject.java
org.simantics.opencascade/build.properties
org.simantics.opencascade/src/org/simantics/opencascade/Activator.java
org.simantics.opencascade/src/org/simantics/opencascade/OCCTTool.java
org.simantics.opencascade/src/org/simantics/opencascade/OccTriangulator.java
org.simantics.opencascade/src/org/simantics/opencascade/ParametricSolidModelProvider.java
org.simantics.opencascade/src/org/simantics/opencascade/SolidModelProvider.java

index ecdc7c302aa463b9939d114ba5cd6b88ce6f02a1..a78584cf878caed028d1b5738311be28b6fe48e1 100644 (file)
@@ -1,3 +1,14 @@
+###############################################################################\r
+# Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+# Industry THTH ry.\r
+# All rights reserved. This program and the accompanying materials\r
+# are made available under the terms of the Eclipse Public License v1.0\r
+# which accompanies this distribution, and is available at\r
+# http://www.eclipse.org/legal/epl-v10.html\r
+#\r
+# Contributors:\r
+#     VTT Technical Research Centre of Finland - initial API and implementation\r
+###############################################################################\r
 source.. = src/\r
 output.. = bin/\r
 bin.includes = META-INF/,\\r
index 9619f15c1e088477fa376b5d02c42dcf96ed5a08..af2df4dbb6a9999d57adfe9828d485b143abf8c5 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.ontology;\r
 \r
 import org.simantics.db.Resource;\r
index cfa703bdfc1bac7ba79d3301789d425dfdc5642b..2a89e105325ba912bafe26e3c39f6f3587b560f0 100644 (file)
@@ -1,4 +1,15 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
+<?xml version="1.0" encoding="UTF-8"?>\r<!--\r
+    Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+    Industry THTH ry.\r
+    All rights reserved. This program and the accompanying materials\r
+    are made available under the terms of the Eclipse Public License v1.0\r
+    which accompanies this distribution, and is available at\r
+    http://www.eclipse.org/legal/epl-v10.html\r
+   \r
+    Contributors:\r
+        VTT Technical Research Centre of Finland - initial API and implementation\r
+ -->\r
+
 <adapters>\r
 <target interface="org.simantics.opencascade.SolidModelProvider">\r
  <type uri="http://www.simantics.org/CSG-0.1/Model"\r
index 95ac1cc147f902f5cf8acb7f367c598718bff6cb..3d85ef02316220ab5c122d85bdfff693b6867b03 100644 (file)
@@ -1,3 +1,14 @@
+###############################################################################\r
+# Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+# Industry THTH ry.\r
+# All rights reserved. This program and the accompanying materials\r
+# are made available under the terms of the Eclipse Public License v1.0\r
+# which accompanies this distribution, and is available at\r
+# http://www.eclipse.org/legal/epl-v10.html\r
+#\r
+# Contributors:\r
+#     VTT Technical Research Centre of Finland - initial API and implementation\r
+###############################################################################\r
 source.. = src/\r
 output.. = bin/\r
 bin.includes = META-INF/,\\r
index d167ef35a82f5c2617faf1ab0e9b3476eb9a4c01..f01db03d5c5fbf88403e59681790256bd168744b 100644 (file)
@@ -1,5 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
-<?eclipse version="3.4"?>\r
+<?eclipse version="3.4"?>\r<!--\r
+    Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+    Industry THTH ry.\r
+    All rights reserved. This program and the accompanying materials\r
+    are made available under the terms of the Eclipse Public License v1.0\r
+    which accompanies this distribution, and is available at\r
+    http://www.eclipse.org/legal/epl-v10.html\r
+   \r
+    Contributors:\r
+        VTT Technical Research Centre of Finland - initial API and implementation\r
+ -->\r
+
 <plugin>\r
    <extension\r
          point="org.eclipse.ui.editors">\r
index e2a065156f36983017414a5796fe3ba1f1e5cf8a..4578d16e1684cd20c82221da6b27aad0f92cff65 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg;\r
 \r
 import org.eclipse.ui.plugin.AbstractUIPlugin;\r
index 6d6cff90ef1572aa1c4ce1f98fc0a13ad32e298b..e4d824920f0094206078302261f1951de06e1729 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.actions;\r
 \r
 import java.util.Collection;\r
index b3687f392815f1f1c35332b3070ce2fcb31acd49..3a16a21d35362e9f3c310158cb505030dcaa6a5e 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.actions;\r
 \r
 import org.eclipse.jface.action.Action;\r
index 57e7d0321fd088f09399afe4a74ed879ee0c8646..ace2262c6711b3cf5f1bd822bcd26e1996cfd60e 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.actions;\r
 \r
 import java.util.ArrayList;\r
index 30e4991d12b9120a5cb9f753f7e2f4bccf784cdf..e1000c1692bc6ef063ccb3ab5fa13ed872809a4f 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.adapters;\r
 \r
 import java.util.ArrayList;\r
index 73ce0553930b46b5a342ae54893b80d18792bbfd..27cb0eab0203a05ea34c6f99761a6d3e7b02b263 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.adapters;\r
 \r
 import java.util.Map;\r
index c1f7c51818bac2c550cb6e265014567fde0224f4..8f5db6554a0808ffacf4d581c6a28352baa02f51 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.editor;\r
 \r
 import java.awt.Component;\r
index 1776694178f99a164dc61fd8387e93f553806674..a207d5f2829f0485c38fb97a7e76e632051c796d 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.editor;\r
 \r
 import java.util.ArrayList;\r
index a6c3334bc926f87addab14513388ff3f3303d080..0a417f3ba7984b05ff096ae4a12ab1810a1d94a8 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.scenegraph2;\r
 \r
 import org.jcae.opencascade.jni.BRepBuilderAPI_MakeEdge;\r
index b15813719b1aac6dbb89dcf8b7f00779f11411f4..a2e0145fd2b31ca3f080705e5fd76cfda6300eae 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.scenegraph2;\r
 \r
 import org.jcae.opencascade.jni.TopoDS_Shape;\r
index f783d4eeddb8f18c41c16f0f741bfca2ab8c6f52..a28e5a3a13abcab06c07f259c1dcc47640ccbf1d 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.scenegraph2;\r
 \r
 import java.util.Collection;\r
index dcc564ab0abfe318f3006a5e8181520f724013f7..24f2ac4c94ddc3e055e2b446e91b4a9f35a53347 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.scenegraph2;\r
 \r
 import java.util.Collection;\r
index ac7a5158521f59d0f0076db7602da109d56b5647..58db64e71ab2e2a9e7c9f19449911f6ecd7ea118 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.scenegraph2;\r
 \r
 import java.util.Collection;\r
index e392be6d053524f62820f2bebef84a3aa4972e68..6c8c218a4aa377edca0c419c644efe1c70ce48d0 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.scenegraph2;\r
 \r
 import org.jcae.opencascade.jni.TopoDS_Shape;\r
index d4a3f704d2add982080405290b20183fba024daa..a715eb4cdc4818012bfc88c2cb39384bf5103252 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.scenegraph2;\r
 \r
 import org.jcae.opencascade.jni.TopoDS_Shape;\r
index 9dce709c455fb0b22ef39fcb8c25d44a6a606ef6..3b33b95fc242a392df1deeb4bbc7158e07e50a7a 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.scenegraph2;\r
 \r
 import org.jcae.opencascade.jni.TopoDS_Shape;\r
index 5abecc2b385d2b54ff3c89a2947ebaaf809775d3..8c99638d1e48cf635568b54992eef2b7beeacc29 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.scenegraph2;\r
 \r
 import org.jcae.opencascade.jni.TopoDS_Shape;\r
index 76873e8bbbb44b91165e8bef3e5ed79e89800346..2f6ef6b7d60ec52e10be006e30ff33820ebb80b2 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.scenegraph2;\r
 \r
 import java.util.Collection;\r
index 738ff0f9c626ce25f930fde6d57355a5f378b6da..9b181c280d404275985cd9fdcc45b9d434195f58 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.scenegraph2;\r
 \r
 import org.jcae.opencascade.jni.TopoDS_Shape;\r
index 6fb7f105c9abf9618ee655fe9258012be36f3f5a..562b810f08b549be5a8af54dc0af3dfb152651f4 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.scenegraph2;\r
 \r
 import org.jcae.opencascade.jni.BRepBuilderAPI_MakeEdge;\r
index ebb9345dd70e4a511397e61a8aa797c5748c8206..6f959d31d0eb9d15100271d0ee4bf379432cba65 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.scenegraph2;\r
 \r
 import org.jcae.opencascade.jni.TopoDS_Shape;\r
index 90999a030be3da9adc467e210ee473f06a77bd80..08d2f76b5f2987f819ac197597e3357350d92760 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.scenegraph2;\r
 \r
 import org.simantics.db.ReadGraph;\r
index a2cc65801333fa22ebbf100be2c180f8b6977ba4..03a9a248feaf6f859e6f9a436f19954489d8a2a3 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.scenegraph2;\r
 \r
 import org.jcae.opencascade.jni.TopoDS_Shape;\r
index a76a504515248201c0eba8f563eb8b7cf7a7957c..e7794e86d92401ba78124ce68c0fa82bfcadfe8d 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.scenegraph2;\r
 \r
 import org.jcae.opencascade.jni.TopoDS_Shape;\r
index 2e9aa2e60b486c12cf5b10143d52b8c07ffb57b1..a53da77ca79e78905fc744c01eac0e9ce1230d58 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.scenegraph2;\r
 \r
 import org.jcae.opencascade.jni.TopoDS_Shape;\r
index 44a227a7f740914cc77c5e868dbb6481d003e03b..06ceb3b91af863686b42b02466dcc63b93d135be 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.wizard;\r
 \r
 import java.util.Deque;\r
index 8e00a3de23773023a4f5025d9ae885a5b70a4b57..4ac0b7283f6df5434616317ac99077bcb3f14aac 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.wizard;\r
 \r
 import java.io.IOException;\r
index 6690a62524de87ea922170a1e0f39739593317da..c1a66a6cbe15916bb35ea62019b0f06639bfc7a7 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.wizard;\r
 \r
 import java.util.Deque;\r
index c9354d374c12a27b8571659ae2f20565d2be64b4..8a3237dc13d2bf998972e292ec5d04e4b68283d7 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.csg.wizard;\r
 \r
 import java.util.ArrayList;\r
index ecdc7c302aa463b9939d114ba5cd6b88ce6f02a1..a78584cf878caed028d1b5738311be28b6fe48e1 100644 (file)
@@ -1,3 +1,14 @@
+###############################################################################\r
+# Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+# Industry THTH ry.\r
+# All rights reserved. This program and the accompanying materials\r
+# are made available under the terms of the Eclipse Public License v1.0\r
+# which accompanies this distribution, and is available at\r
+# http://www.eclipse.org/legal/epl-v10.html\r
+#\r
+# Contributors:\r
+#     VTT Technical Research Centre of Finland - initial API and implementation\r
+###############################################################################\r
 source.. = src/\r
 output.. = bin/\r
 bin.includes = META-INF/,\\r
index 08c6a5daf06e1a8b131ae624857b81e24a04794f..87d260d0a77d0ca701242038403ec13ae2257fa6 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.ontology;\r
 \r
 import org.simantics.db.Resource;\r
index 6f20375d6c7d98fbc80bb5da99be9866b1fe2f73..0016b86a8a7ba397108e2af99ec11e378e7fe907 100644 (file)
@@ -1,3 +1,14 @@
+###############################################################################\r
+# Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+# Industry THTH ry.\r
+# All rights reserved. This program and the accompanying materials\r
+# are made available under the terms of the Eclipse Public License v1.0\r
+# which accompanies this distribution, and is available at\r
+# http://www.eclipse.org/legal/epl-v10.html\r
+#\r
+# Contributors:\r
+#     VTT Technical Research Centre of Finland - initial API and implementation\r
+###############################################################################\r
 source.. = src/\r
 output.. = bin/\r
 bin.includes = META-INF/,\\r
index 28e65b6a508a4811a2a4874926bbc113fa65c5cb..f023bb08f46cb0fe4500f72d62ebba8221ee1cea 100644 (file)
@@ -1,5 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
-<?eclipse version="3.4"?>\r
+<?eclipse version="3.4"?>\r<!--\r
+    Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+    Industry THTH ry.\r
+    All rights reserved. This program and the accompanying materials\r
+    are made available under the terms of the Eclipse Public License v1.0\r
+    which accompanies this distribution, and is available at\r
+    http://www.eclipse.org/legal/epl-v10.html\r
+   \r
+    Contributors:\r
+        VTT Technical Research Centre of Finland - initial API and implementation\r
+ -->\r
+
 <plugin>\r
    <extension\r
          point="org.eclipse.ui.preferencePages">\r
index c8270855b9d5ba3ae602482d577002132be17694..778ef98311f851dd3acf94d2d3485c30c431bb52 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk;\r
 \r
 import org.eclipse.ui.plugin.AbstractUIPlugin;\r
index 9bbce07342402c2fbdcdf62035d4e19f34edf984..df74d2a1c897fbb5d5e63546ac2aedd234769c3e 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.action;\r
 \r
 import org.eclipse.jface.action.Action;\r
index b2752c4c674faa3bb296a509ba3b225c5850d3ee..d47456fdbca390145b381b3ab07209e2989cb688 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.action;\r
 \r
 import java.awt.Cursor;\r
index 785e549d81e07feee2e48d5564ccf5f77a2c4676..4d99999f576ad4cff57841917d2d3e960d211304 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.action;\r
 \r
 import java.awt.Cursor;\r
index d4c127bface47986e91c6cf76f9d06beaf1d926c..f95c875f3aa21c1374a9e759ed2f23c956c764bb 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.action;\r
 \r
 import java.awt.event.KeyEvent;\r
index f6cf7326a2ef00198ea63f0e58641aa12182a1e1..efae5ae956cf4a3173d36890d726969a3520af22 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.action;\r
 \r
 import java.awt.event.InputEvent;\r
index 144138a5ebf9cc75f2a6868d434b46a28e761836..d9c4b5b1a35e9fe48f61deae7b493f032c7e8abb 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.common;\r
 \r
 import java.util.ArrayList;\r
index 92473f79cdceb2d4b9bae2897f43fbbe3807ae88..648b0309e2e70a91cd4ad60babce9c401e78922c 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.common;\r
 \r
 import org.simantics.g3d.scenegraph.NodeHighlighter.HighlightEventType;\r
index 832a3b00ef7ad1715e5d2df203334a81babc9fc6..f80af054dd466c8921d3e9c38cd8dda54879ac73 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.common;\r
 \r
 import org.eclipse.jface.viewers.ISelection;\r
index 40fe6c67b45763e2cec7e5cfa54e758f430d8c00..1f0a968cbbea4584e0e8d1e518d3421f8b7f4939 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.common;\r
 \r
 import java.awt.event.KeyEvent;\r
index 8c9347cf08a0b2db3e4ffc90b57d7ad5438cfa8a..6d0a18423b916df35b8dcc4d445dbc086347cef5 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.common;\r
 \r
 import java.util.ArrayList;\r
index 0cbcac2d7cc96664d7bbf41cbe5a903fbbf549e5..2d5f8fbe7cf1c20e9718d15c1c1cb57b171f42cd 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.common;\r
 \r
 import java.util.ArrayList;\r
index 7c64fec045411bbea50a668ffb437058b1e9fb2a..ceaaecd8df243acfa04722de3b5a4d767064923d 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.common;\r
 \r
 import java.util.ArrayList;\r
index 055d03733cd12b72e244bdbabfa17afeb3e2b47e..81ed0ba15f6ab66e86a55116d04eef837bf0cd64 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.common;\r
 \r
 import org.simantics.g3d.scenegraph.NodeMap;\r
index 5bbbebc10faaf38cf4a3a016a23b07f5efd05655..d998801b50faed05e3debfc8d96e384d5037d0e7 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.common;\r
 \r
 import org.eclipse.core.runtime.IAdaptable;\r
index 266a73c257c89007854b50c76e0b6bac3e29ccc9..c547f513960395aeca7809dc7e579fe843f839bb 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.gizmo;\r
 \r
 import java.util.ArrayList;\r
index d5632903f54dca465f8a2ba6768a7880258f7ec2..0bd70cf279e3000913f98c1e50b7ea071dc459b3 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.gizmo;\r
 \r
 import java.util.ArrayList;\r
index 724452f333fe3cc25e3ec91fd47388f932286572..c747e0b943cadc3bc62a23cde0d64f12b6140fcd 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.gizmo;\r
 \r
 import java.util.ArrayList;\r
index e559a71698ef18c5630f8c5508cc22c685103a21..0fc6dbb26b5fec9b94d398820ae0566bfa7b5834 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.gizmo;\r
 \r
 import java.util.Collection;\r
index da31a243ede4b982a6f224dce5188c7b3b441f61..218668ec74b5d935c0f48d2c5b59440112649af3 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.handlers;\r
 \r
 import java.util.HashMap;\r
index 7400308df8e3ee1ab4d53581c4ad6d4f1d87108a..aad92f987a20271e8790e59eb4ae6403b401a8ea 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.handlers;\r
 \r
 import java.util.HashMap;\r
index e360bef4e4bb2c751ce57cd9ee127bb9d5e9830d..94e9183139e1650e4f3f09f49dbaee7a733d9691 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.preferences;\r
 \r
 public enum CloseMethod {\r
index c172d548b15c096551feef0df8972d519ccab297..5db32309770d2f82089bc88111c399eed8030710 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.preferences;
 
 /**
index 24b27ca54991726c60d7fe03485cb4114d4a66c5..21533630f1be3d1199e32a49b46f2243c10c6093 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.preferences;
 
 import org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer;
index 0639b882b6472470ced0acafb01a1fe482d57d91..7bc568d70020ca365427d900e71944fe62c4a09f 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.preferences;
 
 import org.eclipse.jface.preference.*;
index 32e26353230375fab04eeb298043d7f3da9afa12..10176616a37149569fc045a81686428774473818 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.property;\r
 \r
 import org.eclipse.jface.viewers.ISelection;\r
index 518eb514a79c789a26e5ff49bd427c7e6061c3b5..25274e8339396067fff1cd645e366d16cceebbbd 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.shape;\r
 \r
 import javax.vecmath.AxisAngle4d;\r
index 148435c077bd176426976ead0f242683a18a0a95..8ecc2f45445a5ccabeda70df13711aa91e57f53f 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.shape;\r
 \r
 import vtk.vtkProp3D;\r
index f7564119c115643b6c96a6f9fd24aa9b1d36b2fe..042142fccdb9af1898a75785db6d00b9b012b19d 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.shape;\r
 \r
 import javax.vecmath.Vector3d;\r
index 8a95751d57d3f47b71b6336f4c7a2c5d9d63487f..1b1a6150eef6da6d0b57d5f7228c04f0c9fe75bc 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.shape;\r
 \r
 import javax.vecmath.Matrix4d;\r
index 2fc50d5c15a1529fddc6bdbdd851fb73f27eea87..97725bbc42285104e82848c25279c97f90fcdbf3 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.shape;\r
 \r
 import javax.vecmath.Matrix4d;\r
index 84f4cf96845e46c80cad0bb634640bcb19285f82..fdefeb8b717280ae6ff5b1c7bb08648790a3034a 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.shape;\r
 \r
 import javax.vecmath.AxisAngle4d;\r
index caf48d425bf3a8113afc935d3e3d117b598fae6a..a9e507eec597ee9111521a9bef3ed868338e426f 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.shape;\r
 \r
 import javax.vecmath.AxisAngle4d;\r
index 636fb8f7a7490015cd48c03b4ad2fab482c2dfd2..d3284df285983b28707705e411235d69ea5d877c 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.shape;\r
 \r
 import javax.vecmath.Tuple3d;\r
index 0d00c2a919509c412070bcbb35ccc9c9135dbe2e..7fa374aab8bb689e3e958ff1ebaf090ec0a9eae0 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.utils;\r
 \r
 import javax.vecmath.AxisAngle4d;\r
index eb0e727ed334f3338aed8d174f3a0daf72492fa1..01bf119909fa6d3b034d0cb70af0c6d2eaa2bd8f 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.utils;\r
 \r
 import java.util.ArrayList;\r
index 639d894ee44adbac2eebd8afc79c89b687d8ce9c..6a9b6b9132f8d20d6f772fdffa55777d57c08f4f 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.vtk.utils;\r
 \r
 import java.util.Collection;\r
index 5194e72e75981b759693b414bc1c71b6dbc7b9a2..7991da18facce6270f832a47aa226049c0ec72e9 100644 (file)
@@ -1,4 +1,15 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
+<?xml version="1.0" encoding="UTF-8"?>\r<!--\r
+    Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+    Industry THTH ry.\r
+    All rights reserved. This program and the accompanying materials\r
+    are made available under the terms of the Eclipse Public License v1.0\r
+    which accompanies this distribution, and is available at\r
+    http://www.eclipse.org/legal/epl-v10.html\r
+   \r
+    Contributors:\r
+        VTT Technical Research Centre of Finland - initial API and implementation\r
+ -->\r
+
 <adapters>\r
    \r
 </adapters>
\ No newline at end of file
index 6f20375d6c7d98fbc80bb5da99be9866b1fe2f73..0016b86a8a7ba397108e2af99ec11e378e7fe907 100644 (file)
@@ -1,3 +1,14 @@
+###############################################################################\r
+# Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+# Industry THTH ry.\r
+# All rights reserved. This program and the accompanying materials\r
+# are made available under the terms of the Eclipse Public License v1.0\r
+# which accompanies this distribution, and is available at\r
+# http://www.eclipse.org/legal/epl-v10.html\r
+#\r
+# Contributors:\r
+#     VTT Technical Research Centre of Finland - initial API and implementation\r
+###############################################################################\r
 source.. = src/\r
 output.. = bin/\r
 bin.includes = META-INF/,\\r
index 9147ca1f168f04f661f5222eb62a91d56cf6a17e..25861f02aa56d2dbdbb6b09c83c36c0d9ed17ae7 100644 (file)
@@ -1,4 +1,15 @@
-<?xml version="1.0" encoding="UTF-8"?>\r
+<?xml version="1.0" encoding="UTF-8"?>\r<!--\r
+    Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+    Industry THTH ry.\r
+    All rights reserved. This program and the accompanying materials\r
+    are made available under the terms of the Eclipse Public License v1.0\r
+    which accompanies this distribution, and is available at\r
+    http://www.eclipse.org/legal/epl-v10.html\r
+   \r
+    Contributors:\r
+        VTT Technical Research Centre of Finland - initial API and implementation\r
+ -->\r
+
 <toc label="Simantics 3D framework guide">\r
    <topic href="introduction.mediawiki" label="Introduction">\r
    </topic>\r
index fe6ae1f1f19f8eb6877d6e49ec396e928aa8822d..d423d3fba87e8720d557c9221dd49ba775d22668 100644 (file)
@@ -1,5 +1,16 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
-<?eclipse version="3.4"?>\r
+<?eclipse version="3.4"?>\r<!--\r
+    Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+    Industry THTH ry.\r
+    All rights reserved. This program and the accompanying materials\r
+    are made available under the terms of the Eclipse Public License v1.0\r
+    which accompanies this distribution, and is available at\r
+    http://www.eclipse.org/legal/epl-v10.html\r
+   \r
+    Contributors:\r
+        VTT Technical Research Centre of Finland - initial API and implementation\r
+ -->\r
+
 <plugin>\r
    <extension-point id="toolbarCommand" name="toolbarCommand" schema="schema/toolbarCommand.exsd"/>\r
    <extension\r
index d485b71b949d5479c0deb9333772d1533b1e215e..651668464973f79fbc95f98c42758230cd84324f 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d;\r
 \r
 import org.eclipse.ui.plugin.AbstractUIPlugin;\r
index ce2453b07a5b2df99fa5969acb5602b805296967..5891b85338f62129f910a0c5fc6810fd0a7c598a 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.adapters;\r
 \r
 import java.util.Map;\r
index 6fc572002f2dc45f43699b0ffe4318887e0428fa..f207dc56a5be4dcaa34d48cd67ce81374d667fe7 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.gizmo;\r
 \r
 import javax.vecmath.AxisAngle4d;\r
index 4545ccb3030fa94950969ad1bd2ae5a20f819c23..add52728b75ff21773ee7b08cb67d987b3c6ec2a 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.math;\r
 \r
 import javax.vecmath.AxisAngle4d;\r
index 0bfac8f177c9f8595627bbfe83126776e79c7d25..92d954f4b0375ce5ff855baafb13ff54bcbb5384 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.math;\r
 \r
 import javax.vecmath.AxisAngle4d;\r
index 10d8f4abe84ddc20c53c359012863ebb3e2bc1fa..9cf58385212d25dd83b0fc3d954d33f5b03d8424 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.math;\r
 \r
 import javax.vecmath.Point3d;\r
index 36460822874309b9a3f2a9f4054f4916c4b38dec..a69cb89f209e290671b2cd7948213c9997864473 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.objmap.annotations;\r
 \r
 import java.lang.annotation.Annotation;\r
index 1e66907cb44f0d64ff50229fd41bac5f4752c200..d104aebd94f816c0707747f3d62e84159857f350 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.objmap.annotations;\r
 \r
 import java.lang.annotation.Annotation;\r
index 9943ee8b45febf05ad3a1a040cbdc80a8ed1022f..1a74528ed9f38050fe504695c25e1f4765eac8b6 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.objmap.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index fa38fad2fa3afc26705cfe984418761ce4cb2af3..ce8849848aa11308575d6e8b09d137fd6f1edaf8 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.objmap.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 2967cc75dc4280099b842f02e6736d60f6d73bb1..7556df765de4d5953172988585e4aa41c2f449f8 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.objmap.annotations;\r
 \r
 import java.lang.annotation.Annotation;\r
index b796aeada7ebb63f6b7ee1f02bbe3c9eb9d25b10..3413251f46c0c1e52a1f36efe26e6d6164b6b24e 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.objmap.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index eb33e0d9a839b5744b26cd0cd52f45fc07ce52d7..9d5d8d4ca2f421f241575d50b431aedd47556ce1 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.objmap.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 921ddaf52cf8e5d5ebb06e9c24b34f0c31ff295a..73b4e05e8a2dce9242f8ababae2f126e517e5bff 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.objmap.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 0b1c61dadfede05beea5a481f657ec6b0d6d75dd..a9d9dca032fc54133eac58d3fcf0adf446becfe4 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.objmap.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 1f39513e0307be1eefb3b49af4e7959df8554ad8..889e8905939c788abaa478c7ba75b7766078e88e 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.objmap.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 440985b2adbc588bd8deba672059cadfe1464c2d..fd368080b54412edb560a10efab6ff155ecd6432 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.objmap.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index e152018735ab035aef260c871bdf6eef4df33c86..a5d0fa188408d34eac1da11d28ea43d292d9cc4f 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.objmap.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 1f535add03da8429df812690284cf1d5fa338238..cb914170396e7fd2f872fe7a10204a4af6eae1ef 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.objmap.annotations.factories;\r
 \r
 import java.lang.annotation.Annotation;\r
index 3f75b03c05d57a056cd859cea551dcb3907c09a3..1f5d8ece4179f1dc754b0e12f06fe0096c8cb0a3 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.objmap.annotations.factories;\r
 \r
 import java.lang.annotation.Annotation;\r
index 273f2b976defa0a921db8d088839adc734937fe4..f97ecedaf43550ab617dd590aeee083255f0c7cb 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.objmap.annotations.factories;\r
 \r
 import java.lang.annotation.Annotation;\r
index d7176f1ea47a6c664336466120307999a437f774..36147117c20a20f37dcf81474c8eb1db7b810456 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.objmap.rules.factory;\r
 \r
 import java.lang.annotation.Annotation;\r
index f5218cd99d95de0ab658092b68472389cd7fcb29..3892bf43144bda2b559eaa08882e242006b41ca0 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.objmap.rules.factory;\r
 \r
 import java.lang.annotation.Annotation;\r
index 896b697f1e2884820fae69fe4ecc1405318a0b58..a804d98e726713d51c14f55bf028ce04f1e75af1 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.objmap.rules.range;\r
 \r
 import java.lang.reflect.InvocationTargetException;\r
index 8ceda89dbca4b9a29a8f66ffef05ea31078334df..9584342fcb5c072d69c31e477fb0682529b6c585 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.objmap.rules.range;\r
 \r
 import java.lang.reflect.InvocationTargetException;\r
index f7da6538b2bce2ba6aa96882448a8b7600ffe646..e36d50d6efe93dd916e1401c769ace57122bfa5a 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.objmap.rules.range;\r
 \r
 import java.lang.reflect.InvocationTargetException;\r
index 8a580f070c6415e1b8686bad3bbb8a2819fe857b..ca421018b32cbe1eb139ca8cf1a83e89856ae85d 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.objmap.schema;\r
 \r
 //import org.apache.log4j.Logger;\r
index 43ed22fdd1388acc2bdd80e91662d9f017dafbf3..3bb23c67fa61d990dae1316fa5bf54b1e5cf49fb 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 0b69d59505f5c6c7cc257784c590efdb426a3010..fc6456890c896d770bda2d8477c5a27ac0ad8d40 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.objmap.schema;\r
 \r
 import java.lang.annotation.Annotation;\r
index 7f90aebebbd74edd864d5753522760cb95f32f9b..9aa46bbf791bcbc31b2294eb779f15f78fdd8123 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.preferences;
 
 import org.eclipse.jface.preference.*;
index 92eda41ac737498ef325bd74a1653a23b2d1d46b..46049f7325b798ddbccc0148a91027251a2bbf5a 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.preferences;
 
 /**
index 7f1743a5f9ba87a10094cf3123675e185785d530..dc1ffbf2f366c40d7b2f37a6d8a034acb4fa1199 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.preferences;
 
 import org.eclipse.core.runtime.preferences.AbstractPreferenceInitializer;
index 461319ebb9a81eeb0a66f169b69b771c1cf836f4..c0ea36e9005351f57075256e79aa664ace4281e5 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.property;\r
 \r
 import java.lang.annotation.Annotation;\r
index 88a7444021c7bbb2bd4e612f186855462d2d1ecc..a4534a4741debdd444468bd55710d530da953c08 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.property;\r
 \r
 \r
index c6074f276914afbb0eb0ce72463580ed435c06e0..9266575f80cbfef3614ae8af4c39654b48a9c532 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.property;\r
 \r
 import java.lang.reflect.Method;\r
index 7f120b277b24b870786f98b5a6073ffe93c6a000..9c23332b923ce505898a42fef0ec97762f5f8fe1 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.property;\r
 \r
 import java.lang.reflect.Method;\r
index b6243bafe9a7b623adb8ca21eb9ecba5cd52258c..d0f5e1d6b4b4f645ad2295d740cfcf5cf267b48f 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.property;\r
 \r
 \r
index b75a1eb2e1b4e047cea67e7b4cd49338c9bc9356..016e1fe30d2f57d9aa96e5549d1c2c4bd2fcc22c 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.property;\r
 \r
 import java.lang.reflect.Method;\r
index 256de3acc4bc0f31bae759f98831b10cda89f826..7e9859a5ca8bb78f4a859ec88a4ea81e6bc672dd 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.property;\r
 \r
 import java.lang.reflect.Method;\r
index 3a50200474632f4b3d2ab5cbf2d26471e24713dd..bce299431fd6db1c89a27e4e3f02aca8d65928be 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.property;\r
 \r
 /**\r
index 8f6a91aa549fd2b4d6edad73d8cb28edd2a353bc..1b848d3aa3771926d1bb9cec52a1da4e015320b3 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.property;\r
 \r
 import java.lang.reflect.Method;\r
index 18a3a7f20a93190c75a239c44aa3884f62272000..1381bd24c34e1864a2ee5f5b3f09f6dcb78561d2 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.property;\r
 \r
 public interface PropertyTabContributor  extends org.simantics.selectionview.PropertyTabContributor{\r
index 3b0e7ef52f8028837425bf3dd95d3fe3f16d2646..b0b872070c2a349f85b43f4a81089a76bbb61bb9 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.property;\r
 \r
 import java.util.List;\r
index 4d006eea6a81d563ebcf540bd3936481a030e943..b322f0b3b58ef4ed476e463260debece671a275d 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.property;\r
 \r
 import java.util.Collections;\r
index ca792ef77f3a100c31c04a725331f04b9975ea81..2104fbcaf6f55651ca8ec066f86fec944467f80c 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.property;\r
 \r
 import javax.vecmath.AxisAngle4d;\r
index 8e6cb46b6f842f886f543dc43bc5e414741d1c5a..415dd2d77e78bda21fbc8caaee491c90b8aeb435 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.property;\r
 \r
 import java.lang.reflect.Method;\r
index 38ce9e1b6c4bb4dca4a24458b4bf0dfbc6b0098c..94169617e80a118a0c7e594ec16615db1f3ad92d 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.property;\r
 \r
 public interface ValueProvider {\r
index 84095edab07078641bc5fee2ee98cc496add8b76..7a8df5e1ce83648ad759e1007c8e5984bae53abd 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.property;\r
 \r
 import java.lang.reflect.InvocationTargetException;\r
index a241d5ec83486c14ca09606ca09c37e2020b3d93..7c413294d8855772cff334c3bb6996fd00dd93e2 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.property.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 067b5ce16f52aef1c096ef12dbe822960259cc73..453019c0b8da7b9c3c9685e82c351f03404bb623 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.property.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index d79fb9a3016126880927f5cb139675124c57be56..c1533dd3d7495cc7bc6868875e961c6e1399f78e 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.property.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 148b6eae3ff262c30d365eb813b06a96fa81b68e..4842a2f05fde7bf9b4300e135116f41a5e4b8ed4 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.property.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 7178a5c22852ded1f8d8e89415d9408b2a153e14..3ca335270aca5817e56f81c0416eb112e2d741ae 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.property.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index b5ad4da1a48b5298f024a80e54a265427c4165ee..0af86726a52e67012e6be57862d0c667bbcca7be 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.property.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 714e7a5bc4d2a6fdbf33e4826bab47e7f9fceac5..c05269924534685fc0ef1992e1863bd4997a5b4a 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.scenegraph;\r
 \r
 import javax.vecmath.Quat4d;\r
index 8e5cc81b4f2cf9d455ee36d679f96da91a3c41d9..ee35bac573027f22e875baa19fe0e83fb306c1fe 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.scenegraph;\r
 \r
 import javax.vecmath.Quat4d;\r
index 4d54a2810a42b73d2d1efe207c9ce7346033ac31..4647d554685e65a496d5d7aa2a9806d46b0a2717 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.scenegraph;\r
 \r
 import javax.vecmath.Quat4d;\r
index 155813c896f094a4782413fcbac652ecab62fc93..98be7f192704ae5aa11dca8e16a7c1c85c891649 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.scenegraph;\r
 \r
 \r
index d4f12da30fa2a0ebbde238bbda81f9055a6f172c..7e0f31e6439c02112d4ce45ba0b350eab263fb0a 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.scenegraph;\r
 \r
 import java.util.Collection;\r
index f44701e7cd543d78461020e0b7a0f700dfa2f77e..657fe1567b2b010d01f67547c17a8452861c3359 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.scenegraph;\r
 \r
 public interface NodeMapProvider<T> {\r
index af997a02fcc735bcc01161d51771fb627e7edb08..5e8e184e2e4b9a2ea68df3857aecb59b1569880b 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.scenegraph;\r
 \r
 public interface RenderListener {\r
index dc03564a349e3ec1c6d619ed038ffee8809e0e5a..d3d276d310770fe01d6bd85a0977562697298a53 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.scenegraph.base;\r
 \r
 import java.util.List;\r
index f2b9fe0fe184d9e0bfeea04e76aa3de8b7afba7f..ae1b300c1c63e72bfce31b5690065930d622b800 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.scenegraph.base;\r
 \r
 import java.util.ArrayList;\r
index 409a98942bef883d479d77d07b47592b85611edb..718541d074fb66382df4a719b20e9466b7894567 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.scenegraph.base;\r
 \r
 public class NodeException extends RuntimeException{\r
index 8131608ec69a9e2710411d668d3228ac98acc07b..0ed428cd8c7ce2aaf1c7f9a44db318f558a68650 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.scenegraph.base;\r
 \r
 \r
index 681121778d8cf2cb083a874809774a8f18fb6475..63a1924dcaad8621a9f9968e478fbe05b7909c70 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.scenegraph.base;\r
 \r
 import java.util.ArrayList;\r
index 0cbdddd13bf572df86d32951dab2458356d3a643..b701aca5af9c75ec67ed6cbf0dd1d5fe48165fbc 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.scenegraph.structural;\r
 \r
 import java.util.ArrayList;\r
index 9f96205b5298c78c7a1d693e9d5a17b358d84706..c43ca12ff2412bda1f9b07ecbadde2bedc014088 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.scenegraph.structural;\r
 \r
 import java.util.ArrayList;\r
index d9a6777f863fb4f1cebe52ad4c73cb7b3437d2a4..54eea0596d30381fd624a54e5afbc3604ebffea3 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.scenegraph.structural;\r
 \r
 import java.util.ArrayList;\r
index 7a99b8c1acf655f69ffebd30a82f2c84add256e2..b94cee31b16e787a155f5c8dbdd954ed13f83ca0 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.scenegraph.structural;\r
 \r
 import java.util.Collection;\r
index ac482b18f582c4c36c69697358035235faa89d03..6280b3747bbcae387a8b733baaa01e4557cfe4a6 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.scenegraph.structural;\r
 \r
 import java.util.Collection;\r
index 612ea6ddf9f64e018ee0dd11fe24727d47c12665..08e120b299a6ce32c2ab6e4efb118ccec5b37734 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.scenegraph.structural;\r
 \r
 import java.util.Collection;\r
index b1589931c9bdfe98aac606f934e29407194b26b3..cbd4601a2ec5a73f1a5e15d130f844b724fbb8ba 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.scenegraph.structural;\r
 \r
 import java.util.Collection;\r
index d5e41a5cf482c5d7ec55544bccde135882d2b4eb..7d492ede88e26949749fdda2c2215224f6aea915 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.scenegraph.structural;\r
 \r
 import java.util.ArrayList;\r
index 5578d850a3440cbb44d6cc056cf3bf24f6309c6c..6fb5e4f165992ec99e70a47c119daf1ad12426cf 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.shape;\r
 \r
 import javax.vecmath.Tuple4d;\r
index 19f9200f43b0670ea44ea613371d191e9aad2fa4..2f37840537cb1c7c051fe3d5ff7a43a14531c531 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.shape;\r
 \r
 import java.util.ArrayList;\r
index 870abce027109a8b3e86768697d8d0ebb5faebfb..5398512ef3d36b3122f01db2e478b4ae3e765b94 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.shape;\r
 \r
 import java.util.ArrayList;\r
index 83aa36072dcca1110a63cc253e2f28a75c033c30..ea6ec593f5702d3b17ab37ed79e9670b17446216 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.shape;\r
 \r
 import java.util.ArrayList;\r
index 63f91826fbb5c1a099c27c4706a644ba9cbe3add..6eb26dfafd367ea4b76bafd11658b56307e2e55e 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.shape;\r
 \r
 import java.util.ArrayList;\r
index 958993ed391a2cbdf5ccb3735a7a6fc89188e7d2..e4d89bb29037a809958d16d5362a3eb07f0a5e4b 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.shape;\r
 \r
 import java.util.ArrayList;\r
index abb92f9e7dd766fd9dd9dfec8e04a9bfcf65343d..c9dab6fa3e53d98473d4bdeeb5173242576f4c08 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.toolbar;\r
 \r
 import java.util.HashMap;\r
index 2e94d3bb87d39491597d084e564dff8787cc29e7..9a1775e4f82d6ea5af981f0b8accfc4ff02f152b 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.toolbar;\r
 \r
 import java.util.ArrayList;\r
index 9f87b327e70ce3e8ccb41993658316de2fb2f7c6..d9cc952904843cf8791017016632b7d8e21b634d 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.toolbar;\r
 \r
 import java.util.ArrayList;\r
index 5902b0ab8884bdf8af5a1cb88d2b520d24bc4d4a..d0b8731a06e325c87e55042c0e6dfe2aa38308b8 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.tools;\r
 \r
 import java.util.ArrayList;\r
index 901eaf94c544732fbb0778ad6e5aada03d52b3ca..d109ccc7e28b782b91e780756def107a854eec35 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.tools;\r
 \r
 import java.util.ArrayList;\r
index e62975381ad4db2ddfb8bad22b7f96bb8f07b584..6af54146b47ed726af2d6bf0d6faf61645e3dc07 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.tools;\r
 \r
 import java.util.ArrayList;\r
index b79a91cba5d1c9f6f5064cf95580afeea8556bb2..5c9d3766cb4312996032a117c4e5841abdf2e072 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.tools;\r
 \r
 import javax.vecmath.Point3d;\r
index 233fbacd60199de85c13e430c60e7c268fe2cbbb..458c4717a8ee5ccf75558ab2589f87d048e45738 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.tools;\r
 \r
 import javax.vecmath.Matrix4d;\r
index d20fa85af5442c953b27d24ecc465694ddfd98da..cf48ca3b3c67a3c07f667273e5b54cdd7e865525 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.tools;\r
 \r
 import java.io.File;\r
index 1eb4b311eac0a70712f644706a2151659492c0e2..42bc3af648875250274e0d812957f2d98fddc65a 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.ui;\r
 \r
 import org.eclipse.jface.layout.TreeColumnLayout;\r
index 71e1c6839ef788517866db82dad80bbcbaa0ad71..830bdea47d361c452c429f2683726250114131cb 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.ui;\r
 \r
 import java.util.HashSet;\r
index f313d23d5b7da8e1a39934df180390c2fd95fb98..b649d748b7a3eb37a674ef8fb74ae6307ff49f3c 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.wizard;\r
 \r
 import java.io.File;\r
index 27214c930fb8300955b47f4c80345550a8ad668e..53641e51ea5ca771c5ec321ab3a1ab5346da36e3 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.wizard;\r
 \r
 import java.io.File;\r
index 95e384b7e93b7fd4ada18a820e7c8101f9816ef2..264f1070e1f972380b4c9163c85897762ada1779 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.g3d.wizard;\r
 \r
 import java.io.File;\r
index 41eb6ade2b4f20b43023591aff3c2d34c4d95883..eaa957cf6d792c8bb5bb8763cde134305bc1e84a 100644 (file)
@@ -1,3 +1,14 @@
+###############################################################################\r
+# Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+# Industry THTH ry.\r
+# All rights reserved. This program and the accompanying materials\r
+# are made available under the terms of the Eclipse Public License v1.0\r
+# which accompanies this distribution, and is available at\r
+# http://www.eclipse.org/legal/epl-v10.html\r
+#\r
+# Contributors:\r
+#     VTT Technical Research Centre of Finland - initial API and implementation\r
+###############################################################################\r
 source.. = src/\r
 output.. = bin/\r
 bin.includes = META-INF/,\\r
index 9ea95c070838c0494f7c7a01f523a16c52ff5fc7..847e996b459891a1c32fab5399d71a964a270d16 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.backward;\r
 \r
 import org.simantics.db.WriteGraph;\r
index d54b68e9fc1f91feba508eb9f308c0c5c51e10f4..c48e98b77fdc7c6961451b3ecfa20760333ac797 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.backward;\r
 \r
 import java.util.Set;\r
index 067d1acdd27e8236a3d2a241c499932f0272e592..7d3123d40e276c78b89d84cd08c1dc2b8065ac8c 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 4f0dd138f1f3809c8c1ce5e08458b98be8364573..ebf75f18a0ed6f794ba8f54fa2927deb7ab4a2fd 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.backward;\r
 \r
 import org.simantics.db.ReadGraph;\r
index 11bbcc930fa6c8c468da2da616db2ffdbfea874e..f866241060c631c70cf9c1552da67e4c2c120496 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.bidirectional;\r
 \r
 import org.simantics.objmap.backward.IBackwardLinkType;\r
index 611dab08779174e9a2ade05d27fbbeaa9f8a961b..dc4c5d1fa44db1e6f22a026154e7ebbd62d2a2ab 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.bidirectional;\r
 \r
 import org.simantics.objmap.backward.IBackwardMapping;\r
index f29c01f1efbd09dcc16c908d69f52a4bce6a11d0..ea6e931e59c8da4aa362b6f21337f0c01d21e60c 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 12dd14fe76b818768765062954b04e6f9a3bbc1c..b494234272a9307e56d5cd40ff3bf715e65cedd7 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.bidirectional;\r
 \r
 import org.simantics.db.ReadGraph;\r
index bed3de740bebd664c539a2c549be9767aa565b47..85b19be37e46d0a5720a1d99c3a242be57a1a776 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.exceptions;\r
 \r
 import org.simantics.db.exception.DatabaseException;\r
index 94272661b905fd93c2bb6e6d2d6e7d2223d33622..00e2b36ae043a4fdbbc6dfad5dbd75441999dc58 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.forward;\r
 \r
 import org.simantics.db.ReadGraph;\r
index 23a484d8027611d2b27d70b1cf7664ccb4b9bcd5..1994b627480133160a5cfd97600b4c114dfcfe97 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.forward;\r
 \r
 import java.util.Set;\r
index 6c89d8d6155dc06a60b1765acd044d426b7614f7..b64acc90b40662a672fe8fcf4ae4fb3f04e7a643 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index d0a8afad7fec0cfb0d0d8afea78619dd86394a5d..5470c8e0482781e771abb2251ee012bef3e37164 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.forward;\r
 \r
 import org.simantics.db.ReadGraph;\r
index fbf876b2d973ae61c3eb9d2b98c01d7580b51ee9..655c7162222123f722954207e84f44bd862f50b0 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index a48166b3c37bef9c8f4648bfbef3a07c046ed21a..9f9888d74da503c01776ccf2d33807a1f3c4da21 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index e60b018719aa76b8d2f25bd6869025e5a42e0f34..c9aef6bfba5f263a88b7aa7f991355fa8f2b33ff 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 2611b70518a79398b0ee12e7f2aed2920f39911d..85aa9380d8320407ac5d5099d777ed14adec44ab 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 709ae6fa2107307ca7e7dc6b20b5645f5a981b5a..039fe7e5fabd400edd22ce5846517641a0b450f9 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 93ceeb418ac55093255d70fb9f6176ed04f76194..4a089043b119240a9d6989cd61545637f57aac02 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 530803aeeaf3df864506316285bf73fe776a588c..fe83d2dc6777e42653f4242191e3a5152aff916e 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index f4be045e75527ef5b6273d77c44d7ce3b5d75990..bd18ca19cc256c90056e202b3b8e3cf42ae377cd 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 24fff136a45999ff40203117b61512c0f541cbf4..6b886a1195f18c2fdd3ffb7a183e2b333b7af838 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 640aa4dbaf7c4591f1a568009278aea717eafdd9..a4301d6a78fd6e8215040d3fe8f1a26ea8478328 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.annotations;\r
 \r
 import java.lang.annotation.Annotation;\r
index 5e32a24340fe95297b8f9b0b9a196ec4c2148b6a..c7fe7cde51dc69dfb4dc3ffa3e3669958681ea48 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.annotations;\r
 \r
 import java.lang.annotation.Annotation;\r
index e312cd76ad90c3fd5e0a0c447d5453787d732d58..9b32640b19d9702d84caa5a5094788c6621a02fd 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.annotations;\r
 \r
 import java.lang.annotation.Annotation;\r
index 103af11ea41821f9dae771c7970207bc583ca6a2..bc6988d0e30f5b12d70df8a9ccc862feddc44d3e 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 554d9a8ac18e80552f00e5c01ce772231cd5c8b4..9d99f4d72fe7e1f7bfd576437bd3680c5b9a72a7 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 4ef5fb02e4857f190a96ed1e7ac9b1176371c0f6..f7de2b36144ce1f6f2201c22e740b973dc4099ce 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index b071c7c8c6b4c97265bb9d606cbda5f8d8bf55d3..7f005d930659b12dfa2857045526d20fcc297da7 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 135fadc5d189f49427ed429c718d37c421c3ca37..95d9e40ee961f091a9ad48b7acad83bc04b10859 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index fb8d1dbc854ec2dc604791c313ea81032f475640..c25aa5d139bcb7cde1d7d088bafa2612d0ec7160 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 2a8f30ce3c994bdc9825fcdee14b3996ec200c2b..30bcc8d6f3bcd8521692129fbfa4919894a6d262 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index d3d1414c30784c4fa2fd5a8f2af5b146bbabd58e..163cf30dc307104d0a83e4742ed9d382bbb82ce0 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index fe6afef8efda8c3326adc195736f1aee38220b45..183f1c44b7e775c1f52aba0c8f49e3cf2a3534c2 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index e3212e1beb33944168e1b3fea854b594ae573bd3..f57651c1a2a1821715203f5210831cc061219489 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 201b0cfa27a8abe1f5fc0217cecdcf89d6c999cd..09c8c52cfffd7ddb5e6b650da9c1daf44d6cc589 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index e8148c49d4e163824b3a11024c4ec0c4d1e0993d..b28516892bcfcf0ff7474086d25f238e6f2d0e51 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 28ff9c17d6175550d55fc2bf28a2849be36cb989..2c6f4d3865e51a4ee528c55dbe03fbaa6d63af18 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index cc3398622432c4b71cc9b507e25c879f081bd381..1c8802e8757ace3e083e17b304b2c07e021d3e21 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 333686f294c3d0516545865bf7c148bff3ceb03d..6d625abeaff0efa3ea47dbd1ff8ebbd8f78f5696 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.annotations.factories;\r
 \r
 import java.lang.annotation.Annotation;\r
index b61ab05127ca7c91caca7e2f8baef3864e617679..6fe7f9302ea51b2599df2736ce3ef8db3e4a2081 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 6900fda6dc11db5eba8fea50fba9ad1ea318fa8b..23ff16448df7efe5cdc78c5a4a9c4ed5cdd03258 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 6aab217c7f36405791efbb9fd85ee636bead92d2..30281ee11c5d0b30186501d89449261d33be2b28 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index c086aed01fdf6323f561733daaab2f84878f3c02..d5cce134e51d41f6a916231218d3321139bb0eef 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 81bba3f68d62346aa608d0480f5c15afd8fcd928..ae0649d3de5636fe2ccace50ae2fff80fc96f371 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.annotations.factories;\r
 \r
 import java.lang.annotation.Annotation;\r
index f031f4bf46b3a161ac08d730aa2bd62d049b6de6..ffd46bb9a62a15af71ebbe52b5140194df4704c4 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.annotations.factories;\r
 \r
 import java.lang.annotation.Annotation;\r
index 5579b07bc58e036d450ac7999adc999dafa86d57..8e08c49e694cac310c6604f6630b9cd6fad6bcb1 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.annotations.factories;\r
 \r
 import java.lang.annotation.Annotation;\r
index d9be274486003c18fb2fcbf212169c545052bc58..5cded5481cfd9decf0cc5b66ca3f58bebc8f4d33 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 2d90670175ea6fb50a547cbfca4eed9c6a693295..52d6caa6fdbc91ae0ecb1d126fb2c88dc62831a2 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 9fde7b7f79a353f604dfac6842dae4fb6d408b5e..5cb22fd507c80e529f3fdad882c3a5f90414ebd1 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 9f3c62dcb5cce4cf6444df9d10c2eb41728bdb07..6373bf6d491f950740d49cb109c8006b83156bc7 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 55003a5f4a22c1cd0555f190bd61fa0e229e5770..e96821f52b342df4115d7f41728c4cb5ecf8e178 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.annotations.meta;\r
 \r
 import java.lang.annotation.ElementType;\r
index 2e85c5317712cc0afe9ead9be45a776c645dd48f..236703027adad84eabda231ca16a2b00876180ff 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index d723b105318c1fd0922962ed1a03cfc923bd094d..dd67932a9839357e57c5684d82b94d252a5a26df 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.annotations.meta;\r
 \r
 import java.lang.annotation.ElementType;\r
index 0e0ab1e47069952e772ee0ccbc8be54c989502be..797ecc58c72c591ec3745f5edfe1216f146b75ed 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 95591f515daaac506c76c310d47db2326f52c28b..2b2212e3653d8f03b110c02a79127c9b33f63333 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 3b75e7e05d30520718fc47c08c0b58a4e4ffbc65..ee1eb2e0b4bcdd48662a5a319d9d1e0d54f9d671 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 599f249b485c862e4cfed40d6cc9ea72b971122f..fed1918c3a896529b19b99a419b02f1d207099fa 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 85d8b6e93f284ef4a11ab0213f64ed7f20a96ce0..7454d738c1667ebdc90e9d097a93f61448152da7 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 6f24fb199f40bbe2f6b8fe239c36c3de61c9b201..202c9abc1f2195a7cc717048accb6a520f87efca 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 468a0c25df5af10131fdc4b5200479aa8e833b84..231e14a0891c00780b87168e09ba44b120c40c44 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 7c498ec46b08304136be9b415e0921ca4e8da1ad..77d125667607c818fdd67d58cf869ad5cc6d3f58 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.rules.adapters;\r
 \r
 import org.simantics.db.ReadGraph;\r
index 19100595601ffc5d80c01484945f4a3aa995d3c0..51a0f56ed63bc603513e17e68340da34dabf5f13 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.rules.adapters;\r
 \r
 import org.simantics.db.ReadGraph;\r
index abf15ecf32260cbe91b7bcd9717b9393ecaf4b2f..bdecbcde33c4b498204604a67e29bfa4d43ca2e0 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index cd9b6975c8dbb3ed12440b304e3526ba0cf49a60..d1a12e69070d4447420b2567124813e83b48c8e4 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 1b6724bcdda9a40fa152aa314947efe92b19fc9d..5e97f852dea2a17f79596a90580b927074de5117 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index f1f4ce64c97d20d097d2cea3be9702dfa46a67d4..91a164781e6c1bd0141c7cd0fc4478c13a315414 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index a54411698923eb3015f4b02f40b717fe1afa3471..5a9b1860093aa952393d06b2db9689022c08b8c8 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 74583795fa79bd48e4a6ee6057dfd6a4cb76df00..2190fef39e8725767153b7594e05f8e7936bea3d 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index e4531c435283872f06804c93faed2660045ab231..719011faab322c9dbf83dbb33d767d3d64612952 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index bb307ce8730e557b95b916cd4cf074b720fed74c..ad9ca7bc129d1e986665c078cc8eafcb888c8dcd 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 835639a2bcfb1cf07653607c62f7ed51a4caef14..5018e03caadc20a4977d97fbb1649970f6b3bd5f 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.rules.factory;\r
 \r
 import java.lang.annotation.Annotation;\r
index 6da04548d10b0da49dcde374b17c54e92cb65578..267273d33cae8a0bd7d049f9bdd73640d199a85a 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index e3397d626244d3d6a2e1d1236cc484b64cdb2fad..5ed52def5da27de36f158730f6c11cc86a1b1d83 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.rules.factory;\r
 \r
 import java.lang.annotation.Annotation;\r
index 96336ee7c5843e8cacd9747c3d5358785411f2dd..86acc7c81ea87ed7e50f6159aa57a7839ab8239b 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index a38cb9e1f5225e589617b406911f8928d0b024e1..3b6e0104483e5ba7f5e254c9a3f647f021f03aae 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.rules.range;\r
 \r
 import org.simantics.objmap.exceptions.MappingException;\r
index c4141f71c672b4d0ddeae9f5b3f4d78ca6ff517f..c3569ed4242f78e93cd0007663004299de2413d1 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.rules.range;\r
 \r
 import java.lang.reflect.InvocationTargetException;\r
index ce051536aaf51102f5bf612753ea7e3a3b359abe..126f1d0428d2d3755dfa652730a3802d4ff92308 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.rules.range;\r
 \r
 import java.lang.reflect.InvocationTargetException;\r
index 91f9b80e9ec8804e22480c4b51fb502ba4326bb8..d4742d2f013d68f9a7fa5a92adb9422218220fd8 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 528826e43f7708da211f9efd46c939db6e380859..dea8cf353d10bd022187e34b981f206378df90b2 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index f5cd6092431557fafc32c82054b0419e75c83e12..65808d53ed13d8d10c192aa381e347d837d8541c 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.rules.range;\r
 \r
 import java.lang.reflect.InvocationTargetException;\r
index 94fc5d4e566c5ce767946ca508577294f51547f7..6100c9605cb92880d1167c54d7cfc755ed58e967 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.rules.range;\r
 \r
 import java.lang.reflect.InvocationTargetException;\r
index 871ec720ab34a60c84fbce8b4bdc905592e83d8c..94e7fcac1bb925c614e45f31a462195218380092 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index c75c5ed6e5815d4f6e320e0154d354450b6f6222..2d8494d8f12f6f68939a96a70eebf2cdf24c18c8 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.schema;\r
 \r
 //import org.apache.log4j.Logger;\r
index 14f4d66ce3f74deb45639aec07b17f8893930798..e07972895e5d4a4fa3ea3b91234bb2f9a1603887 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index e7da15a5dc0476331f66522ce9da31a8a35ec68e..ff8622b8189eb25052d2ae67dd322e81690d3e60 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.schema;\r
 \r
 import java.lang.reflect.InvocationTargetException;\r
index aec697392229fdaf84eb026e395708a5912a58b3..ca5036de46de2585c9c0b7a3c99f3ba3e6b9e6b2 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index c5cdb0f8c42c102cc366129e6c5b9780a24ebee3..884f006f06a9e6952266fc31fbd6fd3865414bf6 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 6a7d940f626251e1e0e96b7d4949a632bc9f67dd..0007d2bae54cac80b7f356a1538b78dc8daa070b 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.graph.schema;\r
 \r
 import java.lang.annotation.Annotation;\r
index 812b22dbfca5efdd934151b59dd72cf12935be52..15abf842afed61f025778254e6f3ac60c501cccc 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 87f4cfbb0bdc05e9f0d2e7d1afc6eb7065a41e8d..734f101f421eb71e19d616628ab6bc2f5bef4f3b 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 326782d47458ffa43703da2e380c99ecda9f19ff..604de11231b540a07f87b47fe1cf21b810146cb0 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.internal;\r
 \r
 import org.simantics.objmap.bidirectional.IBidirectionalLinkType;\r
index b3fdacad6a9613070e0deb85b95950d69d28365b..78615036b56e55daee1f869b723c80f87250d899 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.internal;\r
 \r
 import gnu.trove.map.hash.THashMap;\r
index 709d3e09e2667e34fe5efa2c060c12b2a0809403..8205d1f3f722c53ad66ef80d72ad8edfd322e9b6 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.internal;\r
 \r
 import gnu.trove.map.hash.THashMap;\r
index 51065ff245e678a4272e11d0842452c6701a322c..2f4f7a5df189e8b9f489239f5f592904bbe57bc2 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.internal;\r
 \r
 import gnu.trove.map.hash.THashMap;\r
index 051f375153fd728ff9af4d55432708d329dfbf9e..44340bf2a6168d67a84aefcb54b6c19d395c3d45 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural;\r
 \r
 import java.util.List;\r
index 20e9230bb1812f8e5d1503dbf85447eaa9e95b85..857d0e4ade20304652e6b1280f27eb88b4a5e98a 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural;\r
 \r
 import java.util.ArrayList;\r
index 4237abcff661b6c3ad9e66d7a41527777dca0854..ce4e62d8f2d841a1e31e23df54459cb3b1e5030a 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 65f3b25c337a36c8841f9326e0d7309d318c2968..ba0c7c1d797e32f7c3df172225cb5807350c692c 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index aaa8d7fdb65fb2013469eb5f33fb392a4f89ee2f..5823672dfdd39842b69f8af180dda8e0e99e445a 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index f274eb8be9d95e8c692d5815897cd8a8abb013cb..56e7a6b2d3f3987054f651817def95476e5e8f00 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 19cf3bfa648a9f978984140eb9dfcfda02ff6747..bae77b79d2a31d949d12dd877c61a2cd7804e4ef 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 82b675e3df6fcb95c66484781b3c51c43ffffe7d..ffc5bbb7cbae9dd3601c60b7c1f60803faf28c6e 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 5ec2f45317be092093bd37bad508a77fcbbe4e26..7c06d6118d8a3de54b4b2de752244de097088c1a 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 773b652b0a4071319e251a53ed192031ad7929b4..c540bf5d604066a8a501e03beafa734a6b23d457 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index e2d0b9f2f2898253305821e05c5e8efb3e22202e..638673008526d0b2b7b5e5c34b5cca7de0064bdd 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 2cb19f5147ce097690c7d139b75e378eb308a045..1b0f147dcd8aaabc78ff151cb13c408dd4162581 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 71e9628f62a5713c2da05103355a073eaf984264..6045fb01a77177a3d1485c11d1f894ce08598131 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index de8a6043dc87b916eceb7814a00d340ce41acc83..61b061d634398f1cbd5936e86badd00e0fba4a03 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural.annotations;\r
 \r
 import java.lang.annotation.ElementType;\r
index 36091e4dc9a3ac0afe32d6b5b0645eb415f1c6df..8218f367e7db76322c6426c56620d7df4f9d4d69 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index ad603ec3fdc6a05cd357c07703af54bd747adbb7..41f6ac26ee577394ede34ec77554b8c4e836e98a 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index b6074047142d95c13966ae6da1de354b49be9a16..3576bc5f59c6fa585ddc88b31eca469b1a3289cf 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index b1c5f823068d6c676292d9b2c925c2f3619d8833..a2d0a4c2ada4e9e804fb5afca091241464c7590a 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 08feae224abbfc51444a9a39ace6d6e6acdb39da..e100c7ab50683cdad40f2c87765da661d5c10e06 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural.annotations.factories;\r
 \r
 import java.lang.annotation.Annotation;\r
index 9c6bc77638a322bc3b3359eabb347a23494c94fc..f1b3f3542f57f33a56959096774fc8310a7f89c3 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural.annotations.factories;\r
 \r
 import java.lang.annotation.Annotation;\r
index 5974dd8ee54d4090d60bbd371eec8b477aa14c66..e1b8d2d3aff981fb3c7826af5167547969938666 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural.annotations.factories;\r
 \r
 import java.lang.annotation.Annotation;\r
index 01838ab9379b09e9ae872b8945cea87f7f4701df..b2e65648e9794511360c0e912d6423e8e65f13f3 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 5ee9f20c5733d698101fdb06cb8df94fe6a9f347..0b4b34dddd904211712de0bbfe18d34c4310b4e9 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index ad30aee2293e97c4bc041cce3907aa3d04aa5de0..b54c7350733b1e62acabaf13aebab762e05f62c7 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural.annotations.factories;\r
 \r
 import java.lang.annotation.Annotation;\r
index bb97f7b6b2470fec76e96473d64b3f04f099c5d5..22b8b08b659d4168b6dce6d12785688ab0aa3358 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural.annotations.factories;\r
 \r
 import java.lang.annotation.Annotation;\r
index 565f9dc33fafffaae2f9246747800cab11759c75..0bbc2b98920a7175a613e4fd540e695d1d5805ae 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural.annotations.factories;\r
 \r
 import java.lang.annotation.Annotation;\r
index 44dfffd762b824566b9743e48d2cf774a182cda0..578471846e1f189f1f5da2f8bff45f6a1cf8caa0 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural.annotations.factories;\r
 \r
 import java.lang.annotation.Annotation;\r
index 05dd6783350908a33306b98901e860ed39b86e43..60fb6ac7ea0c2cb82e291fe933318d8945b5e622 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural.annotations.factories;\r
 \r
 import java.lang.annotation.Annotation;\r
index 690e006138400dce348595ee1aa0f2fa6c9f9bae..b7f1fc237cc3beab8e0ab7d3e6834ff750ffe6f3 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 5cf862fc08376e86561d5f5c46efa0043fff67aa..6fa4af73b2c132a269264fe95799194e80321730 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 0289564906dfd02c682396dd8ad1caf75dc4db08..b04a40d78d3a9f34d2f67145a6e8949ae6d44882 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 654a32581dbc7df20d9e3e365595d1bda0a607c9..c1164810b4423b78096a8802c2a7834e78526fcf 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 0c152c1b7772a7a22b62e1bbd93e31696b8a1a61..84516fcd01bc29770949488411f17faf6a7b4008 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 5148360fb396cf51a5eb6568bb96b3666f312729..66e6ea908f6e095c5dff644b9da7a636a35c0d7c 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 5b32a983bc553eb6b2b171a8b7d5744cac92cd87..ce1295cfe9df5e41367de0d33c0d06f332561764 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index c4ba7048008201801566660492b7d8a9f2ada86e..0f0d1e7718008fe86975a7f7ec4043559b0fb51b 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural.rules.domain;\r
 \r
 import org.simantics.db.ReadGraph;\r
index 9981a73cd48b8ad864ef0b0e1bd86baa799841c9..adb60d1079eae964e2c4a1409530bfbdd8598157 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural.schema;\r
 \r
 //import org.apache.log4j.Logger;\r
index d0fa805798e718b65ba0ad79baffdab6b23b94ea..0c8b6ca8a86fb6c404906ef48c3d6c4f21628276 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index c656368f1fb2ee0d1f2d1e61bdd031995b53a8f7..758db0e029e53ca2608ae7bcecf9e8e5aef980d4 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.objmap.structural.schema;\r
 \r
 import java.lang.annotation.Annotation;\r
index 01c0fe0d4abd645f9244ff08aaced48d2d426c43..eb9d57c4c498f88eaa32807c62e56e10b7ca2475 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
+ * Copyright (c) 2007, 2013 Association for Decentralized Information Management\r
  * in Industry THTH ry.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
index 41eb6ade2b4f20b43023591aff3c2d34c4d95883..eaa957cf6d792c8bb5bb8763cde134305bc1e84a 100644 (file)
@@ -1,3 +1,14 @@
+###############################################################################\r
+# Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+# Industry THTH ry.\r
+# All rights reserved. This program and the accompanying materials\r
+# are made available under the terms of the Eclipse Public License v1.0\r
+# which accompanies this distribution, and is available at\r
+# http://www.eclipse.org/legal/epl-v10.html\r
+#\r
+# Contributors:\r
+#     VTT Technical Research Centre of Finland - initial API and implementation\r
+###############################################################################\r
 source.. = src/\r
 output.. = bin/\r
 bin.includes = META-INF/,\\r
index 7c3e13ae3ce89cba45a567368a0c2f3d4ac01fcc..98cac4fdf89de9810010f5fd2f7bd2cc75272d63 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.opencascade.vtk;\r
 \r
 import org.eclipse.ui.plugin.AbstractUIPlugin;\r
index e8505d3ddc4e4e4b85fc5b19e1690eb3f221ca17..abae2170251a1207286c203848c57026f5f1c915 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.opencascade.vtk;\r
 \r
 import java.util.HashSet;\r
index 187c7853e628d8a3edc69b99279cf5a183376462..8f5078dff059460fdccda26614d4e872127c2ba0 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.opencascade.vtk;\r
 \r
 import java.util.List;\r
index 221c45b4840f8e4d13839984e777f4de8e7500ec..0e2e52ab3c947c2a04b798ff2c01ff222d6808b1 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.opencascade.vtk;\r
 \r
 import java.util.ArrayList;\r
index 41eb6ade2b4f20b43023591aff3c2d34c4d95883..eaa957cf6d792c8bb5bb8763cde134305bc1e84a 100644 (file)
@@ -1,3 +1,14 @@
+###############################################################################\r
+# Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+# Industry THTH ry.\r
+# All rights reserved. This program and the accompanying materials\r
+# are made available under the terms of the Eclipse Public License v1.0\r
+# which accompanies this distribution, and is available at\r
+# http://www.eclipse.org/legal/epl-v10.html\r
+#\r
+# Contributors:\r
+#     VTT Technical Research Centre of Finland - initial API and implementation\r
+###############################################################################\r
 source.. = src/\r
 output.. = bin/\r
 bin.includes = META-INF/,\\r
index 73b38c8757f9c848ee2aa410fea513e62b813b41..b839a18599f3a5570a68bf7e14c84809190b59a2 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.opencascade;\r
 \r
 import org.osgi.framework.BundleActivator;\r
index eba42a6a57c603063ac89bc0dcf3422f02cb50f9..6eac6724457e40c4a14a262c54f76dc9689967ec 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.opencascade;\r
 \r
 import java.util.List;\r
index e545a69c742ac69403a5a3bdda64356de2e58a9a..9cbf71a9c970721f3cda0b470d88bfe6846d4596 100644 (file)
@@ -1,7 +1,7 @@
 package org.simantics.opencascade;\r
 \r
 /*******************************************************************************\r
- * Copyright (c) 2007- VTT Technical Research Centre of Finland.\r
+ * Copyright (c) 2007, 2013- VTT Technical Research Centre of Finland.\r
  * All rights reserved. This program and the accompanying materials\r
  * are made available under the terms of the Eclipse Public License v1.0\r
  * which accompanies this distribution, and is available at\r
index f066002dd961556f5dcebe6697f304cc59e86dc7..f0621cb9fdca973eb84bfb790531b91d32a4f674 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.opencascade;\r
 \r
 import java.util.Map;\r
index bc45ec980237cc852d4d44071812c8a051fc4c48..69e1d83b6a464c499856319e4100c0f79d40d9dc 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * Industry THTH ry.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.opencascade;\r
 \r
 import java.util.Collection;\r