From 810f51543ff2b5f927f6cf35c434fc4ffe4c88a5 Mon Sep 17 00:00:00 2001 From: luukkainen Date: Fri, 5 Jul 2013 11:13:28 +0000 Subject: [PATCH] Copyrights refs #4378 git-svn-id: https://www.simantics.org/svn/simantics/3d/trunk@27694 ac1ea38d-2e2b-0410-8846-a27921b304fc --- org.simantics.g3d.jme/build.properties | 11 +++++++++++ org.simantics.g3d.jme/plugin.xml | 13 ++++++++++++- .../src/org/simantics/g3d/jme/Activator.java | 11 +++++++++++ .../g3d/jme/common/AbstractJMENodeMap.java | 11 +++++++++++ .../org/simantics/g3d/jme/common/JMENodeMap.java | 11 +++++++++++ .../src/org/simantics/g3d/jme/shape/AxesActor.java | 11 +++++++++++ .../src/org/simantics/g3d/jme/shape/AxesActor2.java | 11 +++++++++++ .../src/org/simantics/g3d/jme/shape/AxisActor.java | 11 +++++++++++ .../simantics/g3d/jme/shape/DualHeadArrowActor.java | 11 +++++++++++ .../src/org/simantics/g3d/jme/shape/MeshNode.java | 11 +++++++++++ .../src/org/simantics/g3d/jme/shape/TubeActor.java | 11 +++++++++++ .../simantics/g3d/jme/system/SWTApplication.java | 11 +++++++++++ .../src/org/simantics/g3d/jme/system/SWTCanvas.java | 11 +++++++++++ .../g3d/jme/system/SimpleSWTApplication.java | 11 +++++++++++ .../org/simantics/g3d/jme/test/JMETestViewPart.java | 11 +++++++++++ .../src/org/simantics/g3d/jme/utils/JmeUtil.java | 11 +++++++++++ org.simantics.opencascade.jme/build.properties | 11 +++++++++++ .../org/simantics/opencascade/jme/Activator.java | 11 +++++++++++ .../org/simantics/opencascade/jme/JmeOCCTTool.java | 11 +++++++++++ .../simantics/opencascade/jme/JmeSolidObject.java | 11 +++++++++++ 20 files changed, 221 insertions(+), 1 deletion(-) diff --git a/org.simantics.g3d.jme/build.properties b/org.simantics.g3d.jme/build.properties index 6f20375d..0016b86a 100644 --- a/org.simantics.g3d.jme/build.properties +++ b/org.simantics.g3d.jme/build.properties @@ -1,3 +1,14 @@ +############################################################################### +# Copyright (c) 2012, 2013 Association for Decentralized Information Management in +# Industry THTH ry. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# VTT Technical Research Centre of Finland - initial API and implementation +############################################################################### source.. = src/ output.. = bin/ bin.includes = META-INF/,\ diff --git a/org.simantics.g3d.jme/plugin.xml b/org.simantics.g3d.jme/plugin.xml index d175276b..110bc54d 100644 --- a/org.simantics.g3d.jme/plugin.xml +++ b/org.simantics.g3d.jme/plugin.xml @@ -1,5 +1,16 @@ - + + diff --git a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/Activator.java b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/Activator.java index 49e768fe..444db770 100644 --- a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/Activator.java +++ b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/Activator.java @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2012, 2013 Association for Decentralized Information Management in + * Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.g3d.jme; import org.eclipse.ui.plugin.AbstractUIPlugin; diff --git a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/common/AbstractJMENodeMap.java b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/common/AbstractJMENodeMap.java index 162fbb3b..c0e3ba69 100644 --- a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/common/AbstractJMENodeMap.java +++ b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/common/AbstractJMENodeMap.java @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2012, 2013 Association for Decentralized Information Management in + * Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.g3d.jme.common; import java.util.ArrayList; diff --git a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/common/JMENodeMap.java b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/common/JMENodeMap.java index bc7f7401..4aed4f0a 100644 --- a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/common/JMENodeMap.java +++ b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/common/JMENodeMap.java @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2012, 2013 Association for Decentralized Information Management in + * Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.g3d.jme.common; import org.simantics.g3d.scenegraph.NodeMap; diff --git a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/AxesActor.java b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/AxesActor.java index 05f15ee1..e0bc5d07 100644 --- a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/AxesActor.java +++ b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/AxesActor.java @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2012, 2013 Association for Decentralized Information Management in + * Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.g3d.jme.shape; import com.jme3.app.Application; diff --git a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/AxesActor2.java b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/AxesActor2.java index 2c106c91..4ec2e770 100644 --- a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/AxesActor2.java +++ b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/AxesActor2.java @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2012, 2013 Association for Decentralized Information Management in + * Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.g3d.jme.shape; import javax.vecmath.AxisAngle4d; diff --git a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/AxisActor.java b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/AxisActor.java index c6ddd585..a4cd9039 100644 --- a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/AxisActor.java +++ b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/AxisActor.java @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2012, 2013 Association for Decentralized Information Management in + * Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.g3d.jme.shape; import javax.vecmath.Vector3d; diff --git a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/DualHeadArrowActor.java b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/DualHeadArrowActor.java index b81abeea..db86ecdf 100644 --- a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/DualHeadArrowActor.java +++ b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/DualHeadArrowActor.java @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2012, 2013 Association for Decentralized Information Management in + * Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.g3d.jme.shape; import javax.vecmath.Vector3d; diff --git a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/MeshNode.java b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/MeshNode.java index b6baa798..41104c8d 100644 --- a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/MeshNode.java +++ b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/MeshNode.java @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2012, 2013 Association for Decentralized Information Management in + * Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.g3d.jme.shape; import javax.vecmath.Vector3d; diff --git a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/TubeActor.java b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/TubeActor.java index fbdef417..315a852b 100644 --- a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/TubeActor.java +++ b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/TubeActor.java @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2012, 2013 Association for Decentralized Information Management in + * Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.g3d.jme.shape; import java.util.List; diff --git a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/system/SWTApplication.java b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/system/SWTApplication.java index d7a61a86..53735d24 100644 --- a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/system/SWTApplication.java +++ b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/system/SWTApplication.java @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2012, 2013 Association for Decentralized Information Management in + * Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.g3d.jme.system; import java.util.logging.Level; diff --git a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/system/SWTCanvas.java b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/system/SWTCanvas.java index 637d53e9..d8b8442f 100644 --- a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/system/SWTCanvas.java +++ b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/system/SWTCanvas.java @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2012, 2013 Association for Decentralized Information Management in + * Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.g3d.jme.system; diff --git a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/system/SimpleSWTApplication.java b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/system/SimpleSWTApplication.java index 3bb991e5..621b655d 100644 --- a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/system/SimpleSWTApplication.java +++ b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/system/SimpleSWTApplication.java @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2012, 2013 Association for Decentralized Information Management in + * Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.g3d.jme.system; import com.jme3.app.SimpleApplication; diff --git a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/test/JMETestViewPart.java b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/test/JMETestViewPart.java index 7576c849..78fa5b4b 100644 --- a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/test/JMETestViewPart.java +++ b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/test/JMETestViewPart.java @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2012, 2013 Association for Decentralized Information Management in + * Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.g3d.jme.test; import java.util.ArrayList; diff --git a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/utils/JmeUtil.java b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/utils/JmeUtil.java index e680ffc7..8c6254ec 100644 --- a/org.simantics.g3d.jme/src/org/simantics/g3d/jme/utils/JmeUtil.java +++ b/org.simantics.g3d.jme/src/org/simantics/g3d/jme/utils/JmeUtil.java @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2012, 2013 Association for Decentralized Information Management in + * Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.g3d.jme.utils; import java.util.Collection; diff --git a/org.simantics.opencascade.jme/build.properties b/org.simantics.opencascade.jme/build.properties index 41eb6ade..eaa957cf 100644 --- a/org.simantics.opencascade.jme/build.properties +++ b/org.simantics.opencascade.jme/build.properties @@ -1,3 +1,14 @@ +############################################################################### +# Copyright (c) 2012, 2013 Association for Decentralized Information Management in +# Industry THTH ry. +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Eclipse Public License v1.0 +# which accompanies this distribution, and is available at +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# VTT Technical Research Centre of Finland - initial API and implementation +############################################################################### source.. = src/ output.. = bin/ bin.includes = META-INF/,\ diff --git a/org.simantics.opencascade.jme/src/org/simantics/opencascade/jme/Activator.java b/org.simantics.opencascade.jme/src/org/simantics/opencascade/jme/Activator.java index aa3471ee..c6c1b456 100644 --- a/org.simantics.opencascade.jme/src/org/simantics/opencascade/jme/Activator.java +++ b/org.simantics.opencascade.jme/src/org/simantics/opencascade/jme/Activator.java @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2012, 2013 Association for Decentralized Information Management in + * Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.opencascade.jme; import org.eclipse.ui.plugin.AbstractUIPlugin; diff --git a/org.simantics.opencascade.jme/src/org/simantics/opencascade/jme/JmeOCCTTool.java b/org.simantics.opencascade.jme/src/org/simantics/opencascade/jme/JmeOCCTTool.java index 0184477e..0262cac4 100644 --- a/org.simantics.opencascade.jme/src/org/simantics/opencascade/jme/JmeOCCTTool.java +++ b/org.simantics.opencascade.jme/src/org/simantics/opencascade/jme/JmeOCCTTool.java @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2012, 2013 Association for Decentralized Information Management in + * Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.opencascade.jme; import java.nio.FloatBuffer; diff --git a/org.simantics.opencascade.jme/src/org/simantics/opencascade/jme/JmeSolidObject.java b/org.simantics.opencascade.jme/src/org/simantics/opencascade/jme/JmeSolidObject.java index 620cddec..59d6c987 100644 --- a/org.simantics.opencascade.jme/src/org/simantics/opencascade/jme/JmeSolidObject.java +++ b/org.simantics.opencascade.jme/src/org/simantics/opencascade/jme/JmeSolidObject.java @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2012, 2013 Association for Decentralized Information Management in + * Industry THTH ry. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + * Contributors: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ package org.simantics.opencascade.jme; import java.util.ArrayList; -- 2.45.2