]> gerrit.simantics Code Review - simantics/r.git/commitdiff
Fix copyrights for R projects.
authorlehtonen <lehtonen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Mon, 11 Jan 2016 11:18:02 +0000 (11:18 +0000)
committerlehtonen <lehtonen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Mon, 11 Jan 2016 11:18:02 +0000 (11:18 +0000)
refs #6246

git-svn-id: https://www.simantics.org/svn/simantics/r/trunk@32250 ac1ea38d-2e2b-0410-8846-a27921b304fc

16 files changed:
org.simantics.r.build.feature/.credentials.properties
org.simantics.r.build.feature/build.properties
org.simantics.r.build.feature/r.rmap
org.simantics.r.scl/build.properties
org.simantics.r.scl/src/org/simantics/r/scl/RSession.java
org.simantics.r.scl/src/org/simantics/r/scl/RSessionConfiguration.java
org.simantics.r.scl/src/org/simantics/r/scl/RSessionManager.java
org.simantics.r.scl/src/org/simantics/r/scl/TestRServe.java
org.simantics.r.scl/src/org/simantics/r/scl/variable/RAttributeNode.java
org.simantics.r.scl/src/org/simantics/r/scl/variable/RDataboardConversion.java
org.simantics.r.scl/src/org/simantics/r/scl/variable/RGlobalVariableNode.java
org.simantics.r.scl/src/org/simantics/r/scl/variable/RListItemNode.java
org.simantics.r.scl/src/org/simantics/r/scl/variable/RListLengthNode.java
org.simantics.r.scl/src/org/simantics/r/scl/variable/RNamedItemNode.java
org.simantics.r.scl/src/org/simantics/r/scl/variable/RNodeManager.java
org.simantics.r.scl/src/org/simantics/r/scl/variable/RVariableNode.java

index 086b0fbfb412d8255d042678f39903ae833a99c9..5f39144eb9ab0a02beec2ea08147576863dd8b33 100644 (file)
@@ -1,16 +1,13 @@
 ###############################################################################\r
-# Copyright (c) 2013, 2014 Association for Decentralized \r
-# Information Management in Industry THTH ry.\r
+# Copyright (c) 2014, 2016 Association for Decentralized Information\r
+# Management in Industry THTH ry.\r
 # All rights reserved. This program and the accompanying materials\r
-# are made available under the terms of the THTH Simantics \r
-# Division Member Component License which accompanies this \r
-# distribution, and is available at\r
-# http://www.simantics.org/legal/sdmcl-v10.html\r
+# are made available under the terms of the Eclipse Public License\r
+# v1.0 which accompanies this distribution, and is available at\r
+# http://www.eclipse.org/legal/epl-v10.html\r
 #\r
 # Contributors:\r
 #     Semantum Oy - initial API and implementation\r
 ###############################################################################\r
-r.user=jenkins.members\r
-r.password=ochoh5Th\r
 simantics.user=anonymous\r
 simantics.password=\r
index e050c885d7e7d942829b2f004f5722e77d1c648a..1f8c964fbf9c96f25b1b1eae4d3b037573573c4f 100644 (file)
@@ -1,11 +1,10 @@
 ###############################################################################\r
-# Copyright (c) 2013, 2014 Association for Decentralized \r
-# Information Management in Industry THTH ry.\r
+# Copyright (c) 2014, 2016 Association for Decentralized Information\r
+# Management in Industry THTH ry.\r
 # All rights reserved. This program and the accompanying materials\r
-# are made available under the terms of the THTH Simantics \r
-# Division Member Component License which accompanies this \r
-# distribution, and is available at\r
-# http://www.simantics.org/legal/sdmcl-v10.html\r
+# are made available under the terms of the Eclipse Public License\r
+# v1.0 which accompanies this distribution, and is available at\r
+# http://www.eclipse.org/legal/epl-v10.html\r
 #\r
 # Contributors:\r
 #     Semantum Oy - initial API and implementation\r
index 7cb62605384653eec60bcbd41a9dfc48bfc70696..cd976c1f9d263abcd9eebf3d551f02674a580115 100644 (file)
@@ -2,28 +2,27 @@
 <rmap xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.eclipse.org/buckminster/RMap-1.0"\r
        xmlns:bc="http://www.eclipse.org/buckminster/Common-1.0" xmlns:pv="http://www.eclipse.org/buckminster/Provider-1.0">\r
 \r
-       <property key="MEMBERS"\r
-               value="https://{1}:{2}@www.simantics.org/svn/simantics-incubator/hannu" />\r
+       <property key="SIMANTICS" value="https://{1}:{2}@www.simantics.org/svn/simantics" />\r
 \r
        <searchPath name="r">\r
                <provider readerType="svn" componentTypes="eclipse.feature" mutable="true" source="true">\r
-                       <uri format="${MEMBERS}/{0}.feature">\r
+                       <uri format="${SIMANTICS}/r/trunk/{0}.feature?moduleAfterTag&amp;moduleAfterBranch">\r
                                <bc:propertyRef key="buckminster.component" />\r
-                               <bc:propertyRef key="r.user" />\r
-                               <bc:propertyRef key="r.password" />\r
+                               <bc:propertyRef key="simantics.user" />\r
+                               <bc:propertyRef key="simantics.password" />\r
                        </uri>\r
                </provider>\r
                <provider readerType="svn" componentTypes="osgi.bundle" mutable="true" source="true">\r
-                       <uri format="${MEMBERS}/{0}">\r
+                       <uri format="${SIMANTICS}/r/trunk/{0}?moduleAfterTag&amp;moduleAfterBranch">\r
                                <bc:propertyRef key="buckminster.component" />\r
-                               <bc:propertyRef key="r.user" />\r
-                               <bc:propertyRef key="r.password" />\r
+                               <bc:propertyRef key="simantics.user" />\r
+                               <bc:propertyRef key="simantics.password" />\r
                        </uri>\r
                </provider>\r
        </searchPath>\r
 \r
        <locator searchPathRef="r" pattern="^org\.simantics\.r" />\r
 \r
-       <redirect href="http://www.simantics.org/download/head/rmap/Simantics.rmap" /> \r
+       <redirect href="http://www.simantics.org/download/head/rmap/SDK.rmap" /> \r
 \r
 </rmap>
\ No newline at end of file
index 6092d8910911ceac7dd31537921f22434bde5244..544f6ef91a1ed498e3f9dae690a6577158d8a09c 100644 (file)
@@ -1,3 +1,14 @@
+###############################################################################\r
+# Copyright (c) 2014, 2016 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
+# which accompanies this distribution, and is available at\r
+# 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 b9fa5ee7ca00dbfa4a6f9a4677295699d1699678..62812a29090d7427468730bf9f0ee4b436fb24fd 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2014, 2016 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
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.r.scl;\r
 \r
 import java.util.concurrent.ExecutorService;\r
index ae46330b0b363d086bdad1104f13776e1318bc03..2d7f74cc492d24e8dff6666a8d1aef8e21623655 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2014, 2016 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
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.r.scl;\r
 \r
 public class RSessionConfiguration {\r
index f75df4c9b48638e2b9faf24e3b438d37c6c76d21..8f1a92dc20c2fb8cb12f4269e02a2c4a58fcc9b7 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2014, 2016 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
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.r.scl;\r
 \r
 import java.util.UUID;\r
index e3ac2fee7c453cea5318abb82c32500884cbe326..1192c1aa145f26f01da2629b379084272b8720ef 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2014, 2016 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
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.r.scl;\r
 \r
 import java.util.Arrays;\r
index 57773c9ede1d25f68e6c804c2cff3bffabfc1cea..7c8890f53924e5c8d15822d151a37284250b7784 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2014, 2016 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
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.r.scl.variable;\r
 \r
 import org.rosuda.REngine.REXP;\r
index 6e81d2c746723f0ffb3ddf76e218365c2956dcc4..29d227a5eacffb20666dd38db4e30422c27093f9 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2014, 2016 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
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.r.scl.variable;\r
 \r
 import org.rosuda.REngine.REXP;\r
index d2239cf35f433fff8460cc749564e59ada9e3ea7..16a34a10be7f3de94aca507ab99c6aa885aaf3da 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2014, 2016 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
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.r.scl.variable;\r
 \r
 import org.rosuda.REngine.REXP;\r
index 68405adfe0ceb61e6b9f97c66ab2b9b2ccebe9cc..27a0c98908159e4de868833bce0a4585580a05e8 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2014, 2016 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
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.r.scl.variable;\r
 \r
 import org.rosuda.REngine.REXP;\r
index cd6438cf60e8e13507039d3b958f83cfa52abad8..8b941cf2b91b1c679c22ba96f76663142a49d9ca 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2014, 2016 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
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.r.scl.variable;\r
 \r
 import org.rosuda.REngine.REXP;\r
index dbf23970ef92ea2839b9239503dafa7c643b4e86..617f2d484be87248b2726c029cc90159aeaff243 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2014, 2016 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
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.r.scl.variable;\r
 \r
 import org.rosuda.REngine.REXP;\r
index 8c2d85a22cb4fd4481d29927b72d49ae01727f9e..80b3973a3cabb53dea975217c76def86adf25f44 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2014, 2016 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
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.r.scl.variable;\r
 \r
 import gnu.trove.map.hash.THashMap;\r
index 8dbf0d4c95aa270bc812e29e08415e39f3fb7ff3..f57396b22581d99244b8fae3eaab837ffdd94b21 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2014, 2016 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
+ * which accompanies this distribution, and is available at\r
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package org.simantics.r.scl.variable;\r
 \r
 import org.rosuda.REngine.REXP;\r