]> gerrit.simantics Code Review - simantics/sysdyn.git/commitdiff
Added appropriate copyrights for fi.semantum.sysdyn.solver code.
authorlehtonen <lehtonen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Mon, 28 Oct 2013 06:15:27 +0000 (06:15 +0000)
committerlehtonen <lehtonen@ac1ea38d-2e2b-0410-8846-a27921b304fc>
Mon, 28 Oct 2013 06:15:27 +0000 (06:15 +0000)
refs #4488

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

53 files changed:
fi.semantum.sysdyn.solver/build.properties
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Activator.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Addition.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/And.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Application.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Argument.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/ArgumentList.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Array.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/ArraySliceExpression.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Assignment.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Constant.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Declaration.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Derivate.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Derivative.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Division.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Environment.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Equals.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/ForIndex.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/ForStatement.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Frame.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Function.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/GreaterOrEqualThan.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/GreaterThan.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/IEnvironment.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/IExpression.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/IFrame.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/IStatement.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/ISystem.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/IfStatement.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/IfThenElse.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/LessOrEqualThan.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/LessThan.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/LineReader.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Model.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Multiplication.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Negation.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/NodeCache.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/NodeClass.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/NotEquals.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Or.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/ParameterDeclaration.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Parser.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Solver.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Statement.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/StatementList.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Subtraction.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/TimeVariable.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/UnassignedVariableException.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Utils.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/Variable.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/VariableBase.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/VariableDeclaration.java
fi.semantum.sysdyn.solver/src/fi/semantum/sysdyn/solver/While.java

index 41eb6ade2b4f20b43023591aff3c2d34c4d95883..4bc054f9a5e82583e886726c1bf2773bb600e674 100644 (file)
@@ -1,3 +1,13 @@
+###############################################################################\r
+# Copyright (c) 2013 Semantum Oy.\r
+# All rights reserved. This program and the accompanying materials\r
+# are made available under the terms of the Eclipse Public License v1.0\r
+# 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
 source.. = src/\r
 output.. = bin/\r
 bin.includes = META-INF/,\\r
index 54229a0c214c76a879aee0884b4b98b8abe2dbcd..e78471393d92977fe341d7d4eb2152899d07c06c 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 import org.osgi.framework.BundleActivator;\r
index da23d52548de246ec0b261ebe462afdff906ac80..abf31cb45acb08823f340653ab9d7d5d28f1f44a 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class Addition implements IExpression {\r
index d73ae7a735a906fbcde68c2f6814f143f1473b3f..0ed114b9d77581384a455d32f037a3a79cae27dd 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 import java.util.ArrayList;\r
index 31c94b9c086a2be5825a9cecc57b3d721da56cfd..4160663c58e0eb93e7e1048de34550781e3dca7f 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class Application implements IExpression {\r
index fc4f1f481de1d14023e6eadcaf1fe1ccf1c5ab9b..e5258945d5eda22a1527f98766f4eb2bd1cdc65e 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class Argument implements IExpression {\r
index 763ba5f04bd4874a649d151a9a829e7d5638b74f..9766f08404042b4b5e8a97d3036bd8605716e2cd 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 import java.util.ArrayList;\r
index f84cdc03b77ad8d0858ca9a85abdd81cdd77cf56..eeb952b8a93606a17f9e9c6cf83319f9fd56bc62 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 import java.util.ArrayList;\r
index 631c00df86598db3391b1768b31bd06a427fb13b..b5074cbea5f90dc1fc10b43d992298dede9370d7 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class ArraySliceExpression implements IExpression {\r
index 3f97df8ec80aaaa92bc514fbeef4c8d9deb35418..aec5233a0159269ff6a05f61957ace94ab85bd2e 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class Assignment {\r
index befd86de6ec89ad5c7515ddd4695bb4e91dee59d..652f27f272d0e6aee5b0e7482d1903f29d9e9012 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class Constant implements IExpression {\r
index cb04716a76970b2d526f1bcaa5d5ae2818f5e15e..16d45c0325069c3a20859c9becb0e1c61d1e706a 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
+ *     VTT Technical Research Centre of Finland - #4488\r
+ *******************************************************************************/\r
 package fi.semantum.sysdyn.solver;\r
 \r
 public class Declaration implements IExpression {\r
index 2e82f453f52d215fd94dda6981aaffb75c97111e..8afcf24c9f200c344b8ceb3efc9db39a3a9f1cc2 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class Derivate implements IExpression {\r
index b84f7dad80d38100615a02fae12baba2f6df2071..b2abae337b73e7d501e1846a70341ea2c0b058dd 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class Derivative {\r
index c1a834c801e2a1cdec6de193b4067c9132eca58f..34ee4e4c0ce0eb8660704cefecadfd564a94cf62 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class Division implements IExpression {\r
index d6beb34f4cb490287dbff7c1603d547d9a260dca..5f5db469ff222579c918a0c8d010a9e61c68d4cc 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
+ *     VTT Technical Research Centre of Finland - #4488\r
+ *******************************************************************************/\r
 package fi.semantum.sysdyn.solver;\r
 \r
 import java.util.HashMap;\r
index b0dd75f0a3ba296b5c684614b15972099e6e676c..a27a813624209da1ce7bb3952181ad44059be22b 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class Equals implements IExpression {\r
index e8d23dce48ff4415db9bbc5db7b590fc34331efa..d4a14eb1f499d74dc4cd8592f17b20ac481f9671 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class ForIndex {\r
index 408fc2c4cb46110fab44343aba7e2d69b3a738f4..5dedd79ef39f9a3c23b868507cde8e83517cfa75 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 import java.util.ArrayList;\r
index 588f64d6350c7c8912d14f399719d2dc38576fe5..a3b15785726f3f84bea62a46e0ade11d1dd1b3d2 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class Frame implements IEnvironment {\r
index 49ad78ae09480493ff537a1bf7b0224dd9016184..925a192f988128dfffb9fbe261c8a5db07b911f5 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 import java.util.ArrayList;\r
index 46c7fbc5a2a8368d126539d032e1f9864d2bfbf3..3f9fcf561df39bccf4b6f3f0139a2b87a8ed0e44 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class GreaterOrEqualThan implements IExpression {\r
index 51899ef5be7222295053509521396cb6b6112540..195547164601176d26d044dd88e0ab4b9fe32835 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class GreaterThan implements IExpression {\r
index 291641864365cf3ac3be82e7109002792f022fa2..71b6b7388336f4286bc38d0cf7fd46a0cb2b4f9f 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public interface IEnvironment {\r
index d8f959273ed947a8399d3db0c3bdd8ed7728d264..e03d07ca18a2a86e822bc86cf5aaabe5ce6e3d93 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public interface IExpression {\r
index 3b3d55ea8216f235b3784bf8ea4b8b496a77e9fc..7edb141436aa33824ecd79f2901dd1ae113c8d3a 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public interface IFrame {\r
index f27bed6b7502347d56d3badca070702c661cf152..e50a09bc6b77846d8f5cd0345d5ff4bec27e87b1 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public interface IStatement {\r
index 98196da01833b1dbd0471b37f8f7d6180d435777..8f01d1054580c050af1db94528d8b0dd3cae6dcd 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 import java.util.TreeMap;\r
index af17731602abfc85ff785afe9994a9afed1d17a8..37dc2af26714582c0d0e885d8e185d90e231d900 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class IfStatement implements IStatement {\r
index e9f0466ec1cf8255b18bd4dd39558e98690c8544..72aafc65e3eca71ae1346262775cee3610130a49 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class IfThenElse implements IExpression {\r
index 683c32eeaaca8ad65c61f9007a7147960d99dfa5..33295cd1f54ab93aa4fbb0a82fe79a5640f1101d 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class LessOrEqualThan implements IExpression {\r
index 24980dbf20bd35066ebde661235dcb034dea1100..6a3aea887eb349e507f6a56aca106f03dbf58fc7 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class LessThan implements IExpression {\r
index f5354b998f2baaeaf8c29a5d73e1a6729afded43..1dc522fddbe8a35bd110b90a87376d3d115818a7 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 import java.io.StringReader;\r
index 38bc89c57bd92f97f8331619dd691fa2565c8127..54580e00581019c05275603145fdbe02ac70ea20 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 import java.util.ArrayList;\r
index 52fd5bae305a531e82cc07c5a9e18831531571a6..8721c27d76b3c3486ae74024f9ef30d970425b8c 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class Multiplication implements IExpression {\r
index 2048b42dad1f68d799139a0ce3d6bd32996d2c8a..d20354dd3b8e3cb34f340564ce00e6ccbd8ae982 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class Negation implements IExpression {\r
index 2d4e0a1202fe983523e34a5f0cd9bffe15462a1f..3a49e98b955811fcb8d16bea98e34abc1345dbc2 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 import java.util.HashMap;\r
index 26f011e0c4484649067ab0c911a1b86f6252ef13..2d8c909a84aeaaf3e4ba442038f51a80b2dd724d 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public enum NodeClass {\r
index 7d1266fa2771dc98b2a7b3c08bc85b7ea263eb0a..e5bee880bed978665c978e0909fbf03c62cc419e 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class NotEquals implements IExpression {\r
index db328d260073fa15aa6912805cd57fe4853c7c56..1e72912a718503f238aca7c9294930e113cae94f 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 import java.util.ArrayList;\r
index 932d9450a664e606a6024e0ba0a36d961ea12fab..1c3b04571335dc0ff331b1abc67fc7a0fe7ade9d 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 \r
index 55710051402ebab386fff08bed2c06c7945cd4e0..0b1f5aad6b127e5916808af5e4271dac4028e386 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
+ *     VTT Technical Research Centre of Finland - #4488\r
+ *******************************************************************************/\r
 package fi.semantum.sysdyn.solver;\r
 \r
 import java.util.ArrayList;\r
index b4e55d27c44ec964c91d4323c8f6ca41eb6065c1..283db97049267050d8e93699aa06de44b06d52bb 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
+ *     VTT Technical Research Centre of Finland - #4488\r
+ *******************************************************************************/\r
 package fi.semantum.sysdyn.solver;\r
 \r
 import java.util.ArrayList;\r
index ed4f0ea736a6d78f236b88799053b456379ddb3d..3b5afcf322744827d9b8ef6cd6f053b965a30254 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class Statement implements IStatement {\r
index e9353090231e6902cd93b2ac74c94f70b0e34687..b8c17f88b931c0d6116f3490b3edad96edd2632a 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 import java.util.ArrayList;\r
index 333fef01a67320bf66b9338ef80169efbc42d02a..fcf261e95a3b94c736ea411285d3626871954fa7 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class Subtraction implements IExpression {\r
index 4049f7fa7e1c2aa8e6b1dbdebb1365df92ab94cf..c6a7251505345bc2de07de3883dc7cb408d4d95c 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 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
+ * http://www.eclipse.org/legal/epl-v10.html\r
+ *\r
+ * Contributors:\r
+ *     VTT Technical Research Centre of Finland - initial API and implementation\r
+ *******************************************************************************/\r
 package fi.semantum.sysdyn.solver;\r
 \r
 public class TimeVariable implements IExpression {\r
index 7ddc2d1a9b78ff8f8811ad1613fb1073b7adb559..d9d827f0b5c27bcf0c5f1125782887e4e8a97f79 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class UnassignedVariableException extends RuntimeException {\r
index 717cc96c2364d51553b4563df0dc1e473a725480..70508e471cfdff5804fd21a97757e88ee3ae2bb4 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class Utils {\r
index ebd81bfd3ec253ed532784205e934cc461d57c66..055310498430f3c606fbfeed92620bf9c35418dd 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
+ *     VTT Technical Research Centre of Finland - #4488\r
+ *******************************************************************************/\r
 package fi.semantum.sysdyn.solver;\r
 \r
 public class Variable implements IExpression {\r
index 24d2dce9dfe245565d062be871a32cc12d57f62d..4e64d7a9d44f848eba590764eff75e3707c2767c 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class VariableBase {\r
index 442c376fe7038576b638e44bfa9ccb0c3db2f34e..02043c750eafd019fd8004925e2ef2f73abd5d4c 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 \r
index 9d16ac05d677f777656022875444972d27c8d510..47e94c86e6bd517644a5256bae0346dbe35ce2aa 100644 (file)
@@ -1,3 +1,13 @@
+/*******************************************************************************\r
+ * Copyright (c) 2013 Semantum Oy.\r
+ * All rights reserved. This program and the accompanying materials\r
+ * are made available under the terms of the Eclipse Public License v1.0\r
+ * 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
 package fi.semantum.sysdyn.solver;\r
 \r
 public class While implements IStatement {\r