diff --git a/org.fortiss.tooling.base/trunk/src/org/fortiss/tooling/base/ToolingBaseActivator.java b/org.fortiss.tooling.base/trunk/src/org/fortiss/tooling/base/ToolingBaseActivator.java
index 20b88d16c5c1a4aae34865e5ef7e1bd4d8e2871f..ca1b4c8fc2a7d67314e17278f53c071718944b8b 100644
--- a/org.fortiss.tooling.base/trunk/src/org/fortiss/tooling/base/ToolingBaseActivator.java
+++ b/org.fortiss.tooling.base/trunk/src/org/fortiss/tooling/base/ToolingBaseActivator.java
@@ -1,14 +1,32 @@
-/**
- * 
- */
+/*--------------------------------------------------------------------------+
+$Id$
+|                                                                          |
+| Copyright 2011 ForTISS GmbH                                              |
+|                                                                          |
+| Licensed under the Apache License, Version 2.0 (the "License");          |
+| you may not use this file except in compliance with the License.         |
+| You may obtain a copy of the License at                                  |
+|                                                                          |
+|    http://www.apache.org/licenses/LICENSE-2.0                            |
+|                                                                          |
+| Unless required by applicable law or agreed to in writing, software      |
+| distributed under the License is distributed on an "AS IS" BASIS,        |
+| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
+| See the License for the specific language governing permissions and      |
+| limitations under the License.                                           |
++--------------------------------------------------------------------------*/
 package org.fortiss.tooling.base;
 
 import org.eclipse.ui.plugin.AbstractUIPlugin;
 import org.osgi.framework.BundleContext;
 
 /**
- * @author hoelzlf
- *
+ * The activator class controls the plug-in life cycle.
+ * 
+ * @author hoelzl
+ * @author $Author$
+ * @version $Rev$
+ * @levd.rating RED Rev:
  */
 public class ToolingBaseActivator extends AbstractUIPlugin {
 
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/ToolingKernelActivator.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/ToolingKernelActivator.java
index 674382a7b1ab8c1d331d7c8bc8529950817f9dab..119eb71c2884405cfba9da6d3d510f73c97d5f99 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/ToolingKernelActivator.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/ToolingKernelActivator.java
@@ -1,3 +1,20 @@
+/*--------------------------------------------------------------------------+
+$Id$
+|                                                                          |
+| Copyright 2011 ForTISS GmbH                                              |
+|                                                                          |
+| Licensed under the Apache License, Version 2.0 (the "License");          |
+| you may not use this file except in compliance with the License.         |
+| You may obtain a copy of the License at                                  |
+|                                                                          |
+|    http://www.apache.org/licenses/LICENSE-2.0                            |
+|                                                                          |
+| Unless required by applicable law or agreed to in writing, software      |
+| distributed under the License is distributed on an "AS IS" BASIS,        |
+| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
+| See the License for the specific language governing permissions and      |
+| limitations under the License.                                           |
++--------------------------------------------------------------------------*/
 package org.fortiss.tooling.kernel;
 
 import org.eclipse.ui.plugin.AbstractUIPlugin;
@@ -6,6 +23,11 @@ import org.osgi.framework.BundleContext;
 
 /**
  * The activator class controls the plug-in life cycle.
+ * 
+ * @author hoelzl
+ * @author $Author$
+ * @version $Rev$
+ * @levd.rating RED Rev:
  */
 public class ToolingKernelActivator extends AbstractUIPlugin {
 
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/ICommandStackService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/ICommandStackService.java
index 4d8eff91d64623583d5478afe0e47f39121876e7..83db7e8bc8dd9b3da795ace4a7dc24370f66cb18 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/ICommandStackService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/ICommandStackService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -23,7 +23,7 @@ import org.fortiss.tooling.kernel.internal.CommandStackService;
  * The command stack service manages the access to the command stack and editing
  * domain.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/ICompositorService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/ICompositorService.java
index f4954cdbdaa7e725124ec96228440a95afbc15df..08f2ccbc7e4637b075999c8f866aa3f145c3355e 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/ICompositorService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/ICompositorService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -23,7 +23,7 @@ import org.fortiss.tooling.kernel.internal.CompositorService;
  * The compositor service provides registration and access to model element
  * compositors.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IConnectorService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IConnectorService.java
index fe4915c1967203979f0008b67e4333bece11541f..39d1b8fb2ac2ee7bc1dd138ce8bd2442178dd6b2 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IConnectorService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IConnectorService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -23,7 +23,7 @@ import org.fortiss.tooling.kernel.internal.ConnectorService;
  * The connector service provides registration and access to model element
  * connectors.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IConstraintService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IConstraintService.java
index ec08e612b6db5904b9e2474011a2a653eddda65c..33ca2f17ff876011ce82af378d9d49792299c126 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IConstraintService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IConstraintService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -23,7 +23,7 @@ import org.fortiss.tooling.kernel.internal.ConstraintService;
  * The constraint service manages registration and execution of model element
  * constraints.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IContextMenuService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IContextMenuService.java
index 851d7717adb70aaee2a275af974ffd1507b6f8eb..09d7edd517cf1ad7816222b748d39f77ae971bb8 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IContextMenuService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IContextMenuService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -23,7 +23,7 @@ import org.fortiss.tooling.kernel.internal.ContextMenuService;
  * The context menu service allows registration for model element specific
  * context menus.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IEditorService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IEditorService.java
index b5f1bf26b602d87ce94af5e17006f0b7f4efbf52..a378a095315e444cfbd03a5b5d9cb8e06c789a2b 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IEditorService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IEditorService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.internal.EditorService;
 /**
  * The editor service handles editor registration and double-click support
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IExecutionService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IExecutionService.java
index 62e2a251660cc99827ba0d80cb804b0414ec57c2..1af907c54911fcdfe27d9a31662f3c6b89e831ba 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IExecutionService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IExecutionService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -23,7 +23,7 @@ import org.fortiss.tooling.kernel.internal.ExecutionService;
  * This service provides run configurations and target execution for specific
  * model elements and execution targets.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/ILibraryService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/ILibraryService.java
index 81cb3e5fe235a664e58c9107d66fc15a22a38d2c..53eda3d23ca883710acee13b2a4d9bd21268b53b 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/ILibraryService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/ILibraryService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -24,7 +24,7 @@ import org.fortiss.tooling.kernel.internal.LibraryService;
  * view. It gathers elements from prototypes and the common and user specific
  * model library.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IMarkerService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IMarkerService.java
index 93e9bcf1919fdd04a22bc4c85084f49111345272..6ec27d520eef7fbd345ced1710e843b1c9853cfb 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IMarkerService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IMarkerService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.internal.MarkerService;
 /**
  * The marker service manages model element specific markers.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IModelElementService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IModelElementService.java
index e25afc5e21e383387ac60cfe4a2b4f14c88dfa73..3f3b04c42ef0dfe7eacfa2c745a458fac3215a7d 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IModelElementService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IModelElementService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -23,7 +23,7 @@ import org.fortiss.tooling.kernel.internal.ModelElementService;
  * The model context service provides information about registered model
  * elements.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IMultiUserService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IMultiUserService.java
index 4bf57585eab946e8a5095adae740fd9d17fada62..c90a2befef7b7fa7822bc6436aa171e6afb7b540 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IMultiUserService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IMultiUserService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -23,7 +23,7 @@ import org.fortiss.tooling.kernel.internal.MultiUserService;
  * This service provides support for multi-user environments. This service is
  * only active for EMFStore based repsoitories.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/INavigatorService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/INavigatorService.java
index e4b7cb647722a155a161b6b8b98705c296dfa166..2eb49f521bbb5b43869d7d222018cefeaadfcc46 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/INavigatorService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/INavigatorService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.internal.NavigatorService;
 /**
  * The navigator service provides model navigation support.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IPersistencyService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IPersistencyService.java
index 23a1d7ec3c74b7da4721d465c62091edf8b34409..d86a569b12dd04f059728dc3c3e230523cdc06d3 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IPersistencyService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IPersistencyService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -23,7 +23,7 @@ import org.fortiss.tooling.kernel.internal.PersistencyService;
  * The persistency service provides the access to the different persistency
  * options, namely an EMFStore or local XML files within an Eclipse project.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IPropertiesService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IPropertiesService.java
index 8a490e0d586a4a44f758f29be2906277809578b8..e793c34a5465c811b23115f3368c418d2040a2ad 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IPropertiesService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IPropertiesService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.internal.PropertiesService;
 /**
  * The properties service manages model element specific properties.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IPrototypeService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IPrototypeService.java
index 7444acaf14961f96fc5be624d42f997986918d25..a28b8a6c36903a32b0bbac2aec3f171062bb31d0 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IPrototypeService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/IPrototypeService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -23,7 +23,7 @@ import org.fortiss.tooling.kernel.internal.PrototypeService;
  * The prototype service provides registration and access to model element
  * prototypes.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/ITransformationService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/ITransformationService.java
index 3b9a1f9dfaf93bb6cb76bdebd20d93984922a61a..9d4bae75e1f00f3ad6d1900d64bab05c4afb8be8 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/ITransformationService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/interfaces/ITransformationService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.internal.TransformationService;
 /**
  * This service manages model element specific transformations.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/CommandStackService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/CommandStackService.java
index e9e472906ceef406d1e638ac436938a78b659810..4397eec693b4e68308336a0a6d0bc091896fe9b6 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/CommandStackService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/CommandStackService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.interfaces.ICommandStackService;
 /**
  * This class implements the {@link ICommandStackService} interface.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/CompositorService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/CompositorService.java
index bb5237923ae5ebc3802c0166d232377791ba09fc..874baa7d1f595648f42aaa1270674bf081b54b3f 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/CompositorService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/CompositorService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.interfaces.ICompositorService;
 /**
  * This class implements the {@link ICompositorService} interface.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ConnectorService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ConnectorService.java
index 0544587b0380f986f5ae2d378edbb593125508d2..c8d19c6b32617bd9f5d02a9706c6816a7c1ebe23 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ConnectorService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ConnectorService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.interfaces.IConnectorService;
 /**
  * This class implements the {@link IConnectorService} interface.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ConstraintService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ConstraintService.java
index e8c7edf7a5bf758d96c80f0a3f6f32660fbbb397..14ccc4ab21e46147ec20d8cd0eec26a91a7938b3 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ConstraintService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ConstraintService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.interfaces.IConstraintService;
 /**
  * This class implements the {@link IConstraintService} interface.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ContextMenuService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ContextMenuService.java
index ee936bb5d1357ed412161f27dc9e4095708ce5e9..10d91c5e6c6e3521bc7a25ed578afc9b4e24f93b 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ContextMenuService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ContextMenuService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.interfaces.IContextMenuService;
 /**
  * This class implements the {@link IContextMenuService} interface.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/EditorService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/EditorService.java
index 498f4436631630fa2c45d0ba66a166d31c7d1c3c..4cf5d1cdad090e8e11f83fc07dbd88c25cdb11c3 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/EditorService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/EditorService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.interfaces.IEditorService;
 /**
  * This class implements the {@link IEditorService} interface.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ExecutionService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ExecutionService.java
index e7ab3c59dc1a792cfb09e6921f2577f18156f90f..905616250b53a365252130307ff47697998abf14 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ExecutionService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ExecutionService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.interfaces.IExecutionService;
 /**
  * This class implements the {@link IExecutionService} interface.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/LibraryService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/LibraryService.java
index de1b393be2d42acb366291a6879ec1efb41c7d0a..5d78a11d192e99d50cf29c9104e85fe16e2d14ac 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/LibraryService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/LibraryService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.interfaces.ILibraryService;
 /**
  * This class implements the {@link ILibraryService} interface.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/MarkerService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/MarkerService.java
index 594fae0de5b1fd2786aa977d663ec9acdbfb52b2..3b4352f06d328f5ab7082b7110e1027aad3a2f61 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/MarkerService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/MarkerService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.interfaces.IMarkerService;
 /**
  * This class implements the {@link IMarkerService} interface.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ModelElementService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ModelElementService.java
index 93fc7f38a7f581cc08548fc836573f0a1c92c1fc..9baf1ae6d95b72fa07fcc8f592f8e4b3a367b062 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ModelElementService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ModelElementService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.interfaces.IModelElementService;
 /**
  * This class implements the {@link IModelElementService} interface.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/MultiUserService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/MultiUserService.java
index 91f05c0c7f1cf3c22720b247147f89a18f326546..99e3bcc03c273d23ae00137ae4dd6d6cec507f47 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/MultiUserService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/MultiUserService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.interfaces.IMultiUserService;
 /**
  * This class implements the {@link IMultiUserService} interface.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/NavigatorService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/NavigatorService.java
index e60cc1fa052a7379e7a5571c2ebbe746e57ddd1b..e8f24f96b7484a964ceba66e9b4a07e08a1ca0d6 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/NavigatorService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/NavigatorService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.interfaces.INavigatorService;
 /**
  * This class implements the {@link INavigatorService} interface.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/PersistencyService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/PersistencyService.java
index 4bbdeab648d858282857b6992fb3661eb63e4837..63292f61207f48bba85835b8fb3cd6ae28e30e70 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/PersistencyService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/PersistencyService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.interfaces.IPersistencyService;
 /**
  * This class implements the {@link IPersistencyService} interface.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/PropertiesService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/PropertiesService.java
index 7c5df5935263d7ff44285437ff32fb61d4364da2..845d213a78793b0c44ea24e14a581466a8cc3952 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/PropertiesService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/PropertiesService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.interfaces.IPropertiesService;
 /**
  * This class implements the {@link IPropertiesService} interface.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/PrototypeService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/PrototypeService.java
index 731a087bbf491b30f45a576d01252ed9d8d2cb04..0701ebe5630d65423871c75258311e9ab187362f 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/PrototypeService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/PrototypeService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.interfaces.IPrototypeService;
 /**
  * This class implements the {@link IPrototypeService} interface.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ServiceManager.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ServiceManager.java
index c5adf656c49b32c77c437cf8c5582a593deace7b..4ad5f9f56a50fb0f66828bfc10e16f2c0b550a13 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ServiceManager.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/ServiceManager.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -17,11 +17,10 @@ $Id$
 +--------------------------------------------------------------------------*/
 package org.fortiss.tooling.kernel.internal;
 
-
 /**
  * This class provides startup and shutdown code for the kernel services.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev:
diff --git a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/TransformationService.java b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/TransformationService.java
index 2a3f001f85ce63b87e297ddb882c07ce6d2411ea..1e7cfce275ac4a2d6b1a2e776dd0083b8e23ab98 100644
--- a/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/TransformationService.java
+++ b/org.fortiss.tooling.kernel/trunk/src/org/fortiss/tooling/kernel/internal/TransformationService.java
@@ -1,7 +1,7 @@
 /*--------------------------------------------------------------------------+
 $Id$
 |                                                                          |
-| Copyright 2005-2010 Technische Universitaet Muenchen                     |
+| Copyright 2011 ForTISS GmbH                                              |
 |                                                                          |
 | Licensed under the Apache License, Version 2.0 (the "License");          |
 | you may not use this file except in compliance with the License.         |
@@ -22,7 +22,7 @@ import org.fortiss.tooling.kernel.interfaces.ITransformationService;
 /**
  * This class implements the {@link ITransformationService} interface.
  * 
- * @author hoelzlf
+ * @author hoelzl
  * @author $Author$
  * @version $Rev$
  * @levd.rating RED Rev: