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

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

20 files changed:
org.simantics.g3d.jme/build.properties
org.simantics.g3d.jme/plugin.xml
org.simantics.g3d.jme/src/org/simantics/g3d/jme/Activator.java
org.simantics.g3d.jme/src/org/simantics/g3d/jme/common/AbstractJMENodeMap.java
org.simantics.g3d.jme/src/org/simantics/g3d/jme/common/JMENodeMap.java
org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/AxesActor.java
org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/AxesActor2.java
org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/AxisActor.java
org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/DualHeadArrowActor.java
org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/MeshNode.java
org.simantics.g3d.jme/src/org/simantics/g3d/jme/shape/TubeActor.java
org.simantics.g3d.jme/src/org/simantics/g3d/jme/system/SWTApplication.java
org.simantics.g3d.jme/src/org/simantics/g3d/jme/system/SWTCanvas.java
org.simantics.g3d.jme/src/org/simantics/g3d/jme/system/SimpleSWTApplication.java
org.simantics.g3d.jme/src/org/simantics/g3d/jme/test/JMETestViewPart.java
org.simantics.g3d.jme/src/org/simantics/g3d/jme/utils/JmeUtil.java
org.simantics.opencascade.jme/build.properties
org.simantics.opencascade.jme/src/org/simantics/opencascade/jme/Activator.java
org.simantics.opencascade.jme/src/org/simantics/opencascade/jme/JmeOCCTTool.java
org.simantics.opencascade.jme/src/org/simantics/opencascade/jme/JmeSolidObject.java

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 d175276b3c95f28b5972dcce6d00f05900619491..110bc54da4a438b780efee2cc2ef5784a3252188 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.views">\r
index 49e768fe5e39b35ea1dd97293ecb7ef48963b4b5..444db770f9f0e29e6775b426e4802fa48de2d039 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.jme;\r
 \r
 import org.eclipse.ui.plugin.AbstractUIPlugin;\r
index 162fbb3bfc41f7bab2ac2736fbe56622a4b228d0..c0e3ba6962fc33ec5f01538df6a608e49784be5f 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.jme.common;\r
 \r
 import java.util.ArrayList;\r
index bc7f74019c76c8af252d2dd02cdc4e477efd762d..4aed4f0ae96dbaf989808d56722818c544780b6a 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.jme.common;\r
 \r
 import org.simantics.g3d.scenegraph.NodeMap;\r
index 05f15ee103774b65a0b116b7d86d3be2776a6feb..e0bc5d0747229c3976dbd6c8fea09b26036122e5 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.jme.shape;\r
 \r
 import com.jme3.app.Application;\r
index 2c106c91b622c21ad74b6cc27496ac0599bd264f..4ec2e7703c6a0a4eb91c11d1f5a524f5f3a86792 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.jme.shape;\r
 \r
 import javax.vecmath.AxisAngle4d;\r
index c6ddd58568fdd17f0ed49ec6856b5399ac28e897..a4cd903954c6267f2d17a93e64469eec03a8a39c 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.jme.shape;\r
 \r
 import javax.vecmath.Vector3d;\r
index b81abeea393c849b70db8fa62621aacf7c9426ea..db86ecdffde5ca179634ce9833aaf44a08617608 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.jme.shape;\r
 \r
 import javax.vecmath.Vector3d;\r
index b6baa7982186c29739e35bc6f73988d84e191b6a..41104c8d1bf55895b765ed97c422464d20c88148 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.jme.shape;\r
 \r
 import javax.vecmath.Vector3d;\r
index fbdef4175cc8e70435deed228f487c63e973bb8a..315a852bb997fcf678e592ddf132ef0337aebd59 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.jme.shape;\r
 \r
 import java.util.List;\r
index d7a61a8667a0cfdde7260ef6c19810b69bd5c2ae..53735d24e768ed2a3b1e921259413056e8e95c5b 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.jme.system;\r
 \r
 import java.util.logging.Level;\r
index 637d53e9596a940c2cf23074484a8fd3f77811f9..d8b8442f4ded1f1ae754b0269ec326d7c3c44ad7 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.jme.system;\r
 \r
 \r
index 3bb991e5b180ddacb1b9451bb15711801dafcd10..621b655de27ca50dc842392b208f9d88c99f0012 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.jme.system;\r
 \r
 import com.jme3.app.SimpleApplication;\r
index 7576c849fbff0ac8fdebba053ba127173af8ae01..78fa5b4b26d4ddedb1d1b2df34a02fdfa711f2e2 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.jme.test;\r
 \r
 import java.util.ArrayList;\r
index e680ffc75b49f23c8e2f9fce733e7be01ca005ff..8c6254ec674cce6c54553b77edd19b614a98712e 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.jme.utils;\r
 \r
 import java.util.Collection;\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 aa3471eecd13671a490cd30b476881961b7a88f2..c6c1b45678d5f6ca71a440673e4a2dc8145a9b21 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.jme;\r
 \r
 import org.eclipse.ui.plugin.AbstractUIPlugin;\r
index 0184477e839c53132970972d85416e99f097035d..0262cac421338aa395b8150000b5c213ffce590f 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.jme;\r
 \r
 import java.nio.FloatBuffer;\r
index 620cddecc9cc3ec0128f29b735e21884ac268368..59d6c987e1879fb44a394cb3573470e6106b380e 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.jme;\r
 \r
 import java.util.ArrayList;\r