From: lempinen Date: Fri, 15 Oct 2010 12:12:30 +0000 (+0000) Subject: copyright X-Git-Tag: simantics-1.2.1~25 X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=commitdiff_plain;h=5d46073f262205bb158a6fd3aadb27b32a7e1ef8;p=simantics%2Fsysdyn.git copyright git-svn-id: https://www.simantics.org/svn/simantics/sysdyn/trunk@18433 ac1ea38d-2e2b-0410-8846-a27921b304fc --- diff --git a/org.simantics.modelica/build.properties b/org.simantics.modelica/build.properties index b088bf18..62affd2a 100644 --- a/org.simantics.modelica/build.properties +++ b/org.simantics.modelica/build.properties @@ -1,6 +1,6 @@ ############################################################################### -# Copyright (c) 2007, 2010 Association for Decentralized Information Management -# in Industry THTH ry. +# Copyright (c) 2010 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 diff --git a/org.simantics.modelica/src/org/simantics/modelica/Activator.java b/org.simantics.modelica/src/org/simantics/modelica/Activator.java index 740102eb..47ae2ec9 100644 --- a/org.simantics.modelica/src/org/simantics/modelica/Activator.java +++ b/org.simantics.modelica/src/org/simantics/modelica/Activator.java @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2010 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.modelica; import org.osgi.framework.BundleActivator; diff --git a/org.simantics.modelica/src/org/simantics/modelica/IModelicaMonitor.java b/org.simantics.modelica/src/org/simantics/modelica/IModelicaMonitor.java index f215031c..56e6cccf 100644 --- a/org.simantics.modelica/src/org/simantics/modelica/IModelicaMonitor.java +++ b/org.simantics.modelica/src/org/simantics/modelica/IModelicaMonitor.java @@ -1,6 +1,6 @@ /******************************************************************************* - * Copyright (c) 2007, 2010 Association for Decentralized Information Management - * in Industry THTH ry. + * Copyright (c) 2010 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 diff --git a/org.simantics.modelica/src/org/simantics/modelica/ModelicaException.java b/org.simantics.modelica/src/org/simantics/modelica/ModelicaException.java index a71942c6..32c99c96 100644 --- a/org.simantics.modelica/src/org/simantics/modelica/ModelicaException.java +++ b/org.simantics.modelica/src/org/simantics/modelica/ModelicaException.java @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2010 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.modelica; public class ModelicaException extends Exception { diff --git a/org.simantics.modelica/src/org/simantics/modelica/ModelicaManager.java b/org.simantics.modelica/src/org/simantics/modelica/ModelicaManager.java index 132d2c05..1de0f868 100644 --- a/org.simantics.modelica/src/org/simantics/modelica/ModelicaManager.java +++ b/org.simantics.modelica/src/org/simantics/modelica/ModelicaManager.java @@ -1,6 +1,6 @@ /******************************************************************************* - * Copyright (c) 2007, 2010 Association for Decentralized Information Management - * in Industry THTH ry. + * Copyright (c) 2010 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 diff --git a/org.simantics.modelica/src/org/simantics/modelica/SimulationLocation.java b/org.simantics.modelica/src/org/simantics/modelica/SimulationLocation.java index 6ed4ffba..85452a9d 100644 --- a/org.simantics.modelica/src/org/simantics/modelica/SimulationLocation.java +++ b/org.simantics.modelica/src/org/simantics/modelica/SimulationLocation.java @@ -1,3 +1,14 @@ +/******************************************************************************* + * Copyright (c) 2010 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.modelica; import java.io.File; diff --git a/org.simantics.modelica/src/org/simantics/modelica/data/DataSet.java b/org.simantics.modelica/src/org/simantics/modelica/data/DataSet.java index 1f35c897..1a1546e2 100644 --- a/org.simantics.modelica/src/org/simantics/modelica/data/DataSet.java +++ b/org.simantics.modelica/src/org/simantics/modelica/data/DataSet.java @@ -1,6 +1,6 @@ /******************************************************************************* - * Copyright (c) 2007, 2010 Association for Decentralized Information Management - * in Industry THTH ry. + * Copyright (c) 2010 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 diff --git a/org.simantics.modelica/src/org/simantics/modelica/data/SimulationResult.java b/org.simantics.modelica/src/org/simantics/modelica/data/SimulationResult.java index 8a5e5639..85779106 100644 --- a/org.simantics.modelica/src/org/simantics/modelica/data/SimulationResult.java +++ b/org.simantics.modelica/src/org/simantics/modelica/data/SimulationResult.java @@ -1,6 +1,6 @@ /******************************************************************************* - * Copyright (c) 2007, 2010 Association for Decentralized Information Management - * in Industry THTH ry. + * Copyright (c) 2010 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 diff --git a/org.simantics.sysdyn.feature/build.properties b/org.simantics.sysdyn.feature/build.properties index 0c85ae77..2c57afe6 100644 --- a/org.simantics.sysdyn.feature/build.properties +++ b/org.simantics.sysdyn.feature/build.properties @@ -1,6 +1,6 @@ ############################################################################### -# Copyright (c) 2007, 2010 Association for Decentralized Information Management -# in Industry THTH ry. +# Copyright (c) 2010 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 diff --git a/org.simantics.sysdyn.feature/feature.xml b/org.simantics.sysdyn.feature/feature.xml index 56a1cddb..1f5e6880 100644 --- a/org.simantics.sysdyn.feature/feature.xml +++ b/org.simantics.sysdyn.feature/feature.xml @@ -1,14 +1,14 @@ - + diff --git a/org.simantics.sysdyn.ui/plugin.properties b/org.simantics.sysdyn.ui/plugin.properties index 504e37dd..bbdc0c46 100644 --- a/org.simantics.sysdyn.ui/plugin.properties +++ b/org.simantics.sysdyn.ui/plugin.properties @@ -1,6 +1,6 @@ ############################################################################### -# Copyright (c) 2007, 2010 Association for Decentralized Information Management -# in Industry THTH ry. +# Copyright (c) 2010 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 diff --git a/org.simantics.sysdyn.ui/plugin.xml b/org.simantics.sysdyn.ui/plugin.xml index 8dade27a..d6acf449 100644 --- a/org.simantics.sysdyn.ui/plugin.xml +++ b/org.simantics.sysdyn.ui/plugin.xml @@ -1,7 +1,7 @@