copyright headers

Change-Id: I36a6eda2e4c0dd70e48b00159c08bcd500187274
diff --git a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EClassTests.java b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EClassTests.java
index a6cdff3..48f3b6c 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EClassTests.java
+++ b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EClassTests.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.tests;
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslAbstractTests.xtend b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslAbstractTests.xtend
index c3edf64..27b8744 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslAbstractTests.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslAbstractTests.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.tests
 
 import com.google.inject.Inject
diff --git a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslAllTests.java b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslAllTests.java
index 4b0c096..26844bd 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslAllTests.java
+++ b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslAllTests.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.tests;
 
 import org.eclipse.emf.parsley.dsl.tests.EmfParsleyDslGeneratorTests;
diff --git a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslGeneratorTests.xtend b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslGeneratorTests.xtend
index f90efbe..985aa9f 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslGeneratorTests.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslGeneratorTests.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.tests
 
 import com.google.inject.Inject
diff --git a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslJvmModelInferrerTests.xtend b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslJvmModelInferrerTests.xtend
index c5843f7..0f9cda8 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslJvmModelInferrerTests.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslJvmModelInferrerTests.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.tests
 
 import com.google.inject.Inject
diff --git a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslOrganizeImportsTest.xtend b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslOrganizeImportsTest.xtend
index a1b696d..3d767ac 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslOrganizeImportsTest.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslOrganizeImportsTest.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.tests
 
 import com.google.inject.Inject
diff --git a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslParserTests.xtend b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslParserTests.xtend
index 28a415e..f983a79 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslParserTests.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslParserTests.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.tests
 
 import com.google.inject.Inject
diff --git a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslPluginXmlGeneratorTests.xtend b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslPluginXmlGeneratorTests.xtend
index 1db0608..fbe2884 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslPluginXmlGeneratorTests.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslPluginXmlGeneratorTests.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.tests
 
 import com.google.inject.Inject
diff --git a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslScopingTests.xtend b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslScopingTests.xtend
index e4746d4..597bc7e 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslScopingTests.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslScopingTests.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.tests
 
 import com.google.inject.Inject
diff --git a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslValidatorTests.xtend b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslValidatorTests.xtend
index 599154d..033adeb 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslValidatorTests.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/EmfParsleyDslValidatorTests.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.tests
 
 import com.google.inject.Inject
diff --git a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/additional/MyTestGuiceModule.java b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/additional/MyTestGuiceModule.java
index 1b64ecb..f01e7d1 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/additional/MyTestGuiceModule.java
+++ b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/additional/MyTestGuiceModule.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.tests.additional;
 
 import org.eclipse.emf.parsley.EmfParsleyGuiceModule;
diff --git a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/inputs/TestInputs.xtend b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/inputs/TestInputs.xtend
index f924e2a..e3325d3 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/inputs/TestInputs.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/inputs/TestInputs.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.tests.inputs
 
 class TestInputs {
diff --git a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/inputs/TestInputsWithErrors.xtend b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/inputs/TestInputsWithErrors.xtend
index c1757e7..a06c751 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/inputs/TestInputsWithErrors.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/inputs/TestInputsWithErrors.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.tests.inputs
 
 class TestInputsWithErrors {
diff --git a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/util/CustomCompilationTestHelper.java b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/util/CustomCompilationTestHelper.java
index e5a0677..2f5d7f9 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/util/CustomCompilationTestHelper.java
+++ b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/util/CustomCompilationTestHelper.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.tests.util;
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/util/CustomOnTheFlyJavaCompiler.java b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/util/CustomOnTheFlyJavaCompiler.java
index 4feaf0c..f878003 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/util/CustomOnTheFlyJavaCompiler.java
+++ b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/util/CustomOnTheFlyJavaCompiler.java
@@ -4,6 +4,11 @@
  * 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:
+ * Sven Efftinge - Initial contribution and API
+ * Lorenzo Bettini - adapted to work with several Java files and other
+ * 	generated files, like xml files
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.tests.util;
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/util/GeneratorExpectedResults.java b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/util/GeneratorExpectedResults.java
index bad91bc..0680b53 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/util/GeneratorExpectedResults.java
+++ b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/tests/util/GeneratorExpectedResults.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.tests.util;
 
 /**
diff --git a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/ui/tests/EmfParsleyDslAllUiTests.java b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/ui/tests/EmfParsleyDslAllUiTests.java
index 9924211..23450a2 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/ui/tests/EmfParsleyDslAllUiTests.java
+++ b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/ui/tests/EmfParsleyDslAllUiTests.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.ui.tests;
 
 import org.junit.runner.RunWith;
diff --git a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/ui/tests/EmfParsleyDslContentAssistTest.xtend b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/ui/tests/EmfParsleyDslContentAssistTest.xtend
index 232e244..a073d33 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/ui/tests/EmfParsleyDslContentAssistTest.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl.tests/src/org/eclipse/emf/parsley/dsl/ui/tests/EmfParsleyDslContentAssistTest.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.ui.tests
 
 import org.eclipse.emf.parsley.dsl.EmfParsleyDslUiInjectorProvider
diff --git a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/EmfParsleyDslUiModule.java b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/EmfParsleyDslUiModule.java
index e8b0814..b8a8aec 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/EmfParsleyDslUiModule.java
+++ b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/EmfParsleyDslUiModule.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 /*
  * generated by Xtext
diff --git a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/builder/EmfParsleyDslDerivedResourceMarkers.java b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/builder/EmfParsleyDslDerivedResourceMarkers.java
index 66a85b6..dc8b4f3 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/builder/EmfParsleyDslDerivedResourceMarkers.java
+++ b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/builder/EmfParsleyDslDerivedResourceMarkers.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.ui.builder;
 
 import org.eclipse.core.resources.IMarker;
diff --git a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/contentassist/EmfParsleyDslProposalProvider.xtend b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/contentassist/EmfParsleyDslProposalProvider.xtend
index eef62e1..e72d4e4 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/contentassist/EmfParsleyDslProposalProvider.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/contentassist/EmfParsleyDslProposalProvider.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.ui.contentassist
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/labeling/EmfParsleyDslDescriptionLabelProvider.xtend b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/labeling/EmfParsleyDslDescriptionLabelProvider.xtend
index 09f2629..0dba29f 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/labeling/EmfParsleyDslDescriptionLabelProvider.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/labeling/EmfParsleyDslDescriptionLabelProvider.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.ui.labeling
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/labeling/EmfParsleyDslLabelProvider.xtend b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/labeling/EmfParsleyDslLabelProvider.xtend
index 6e09459..2063c98 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/labeling/EmfParsleyDslLabelProvider.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/labeling/EmfParsleyDslLabelProvider.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.ui.labeling
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/outline/EmfParsleyDslOutlineTreeProvider.xtend b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/outline/EmfParsleyDslOutlineTreeProvider.xtend
index d1ca92c..2531bc0 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/outline/EmfParsleyDslOutlineTreeProvider.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/outline/EmfParsleyDslOutlineTreeProvider.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.ui.outline
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/quickfix/EmfParsleyDslQuickfixProvider.xtend b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/quickfix/EmfParsleyDslQuickfixProvider.xtend
index f9134e6..cc3d2f2 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/quickfix/EmfParsleyDslQuickfixProvider.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/quickfix/EmfParsleyDslQuickfixProvider.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.ui.quickfix
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslNewProjectCreationPage.java b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslNewProjectCreationPage.java
index 24b4e88..c403659 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslNewProjectCreationPage.java
+++ b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslNewProjectCreationPage.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.ui.wizard;
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslNewProjectFiles.xtend b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslNewProjectFiles.xtend
index a526fe4..220348d 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslNewProjectFiles.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslNewProjectFiles.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.ui.wizard
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslNewProjectWithPredefinedViewWizard.java b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslNewProjectWithPredefinedViewWizard.java
index e4cbbae..6abb603 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslNewProjectWithPredefinedViewWizard.java
+++ b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslNewProjectWithPredefinedViewWizard.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.ui.wizard;
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslProjectCreatorCustom.java b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslProjectCreatorCustom.java
index 4aad26b..e1ac1c4 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslProjectCreatorCustom.java
+++ b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslProjectCreatorCustom.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.ui.wizard;
 
 import java.util.List;
diff --git a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslProjectInfo.java b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslProjectInfo.java
index ddde371..cce8037 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslProjectInfo.java
+++ b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslProjectInfo.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.ui.wizard;
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslProjectTemplateSelectionPage.java b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslProjectTemplateSelectionPage.java
index e726698..1b98b24 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslProjectTemplateSelectionPage.java
+++ b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/EmfParsleyDslProjectTemplateSelectionPage.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.ui.wizard;
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/AbstractTemplateWizardHelper.java b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/AbstractTemplateWizardHelper.java
index d1ecda8..b340155 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/AbstractTemplateWizardHelper.java
+++ b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/AbstractTemplateWizardHelper.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.ui.wizard.template;
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/IWizardTemplate.java b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/IWizardTemplate.java
index f0fc9c0..21cf957 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/IWizardTemplate.java
+++ b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/IWizardTemplate.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.ui.wizard.template;
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/OnSelectionFormTemplateWizardHelper.xtend b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/OnSelectionFormTemplateWizardHelper.xtend
index d574537..b2d99ca 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/OnSelectionFormTemplateWizardHelper.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/OnSelectionFormTemplateWizardHelper.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.ui.wizard.template;
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/OnSelectionTableTemplateWizardHelper.xtend b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/OnSelectionTableTemplateWizardHelper.xtend
index 352791c..b6e41f3 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/OnSelectionTableTemplateWizardHelper.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/OnSelectionTableTemplateWizardHelper.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.ui.wizard.template;
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/OnSelectionTreeFormTemplateWizardHelper.xtend b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/OnSelectionTreeFormTemplateWizardHelper.xtend
index d1efae2..74e27b7 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/OnSelectionTreeFormTemplateWizardHelper.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/OnSelectionTreeFormTemplateWizardHelper.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.ui.wizard.template;
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/SaveableTableFormTemplateWizardHelper.xtend b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/SaveableTableFormTemplateWizardHelper.xtend
index b19058c..bac75f5 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/SaveableTableFormTemplateWizardHelper.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/SaveableTableFormTemplateWizardHelper.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.ui.wizard.template;
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/SaveableTableTemplateWizardHelper.xtend b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/SaveableTableTemplateWizardHelper.xtend
index bb61a6c..9afff10 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/SaveableTableTemplateWizardHelper.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/SaveableTableTemplateWizardHelper.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.ui.wizard.template;
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/SaveableTreeFormTemplateWizardHelper.xtend b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/SaveableTreeFormTemplateWizardHelper.xtend
index 97c9594..5c23b87 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/SaveableTreeFormTemplateWizardHelper.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/SaveableTreeFormTemplateWizardHelper.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.ui.wizard.template;
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/SaveableTreeTemplateWizardHelper.xtend b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/SaveableTreeTemplateWizardHelper.xtend
index ab943e7..d8b7be3 100644
--- a/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/SaveableTreeTemplateWizardHelper.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl.ui/src/org/eclipse/emf/parsley/dsl/ui/wizard/template/SaveableTreeTemplateWizardHelper.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.ui.wizard.template;
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/EmfParsleyDslRuntimeModule.java b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/EmfParsleyDslRuntimeModule.java
index 046f9e2..c1cee86 100644
--- a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/EmfParsleyDslRuntimeModule.java
+++ b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/EmfParsleyDslRuntimeModule.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 /*
  * generated by Xtext
diff --git a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/EmfParsleyDslStandaloneSetup.java b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/EmfParsleyDslStandaloneSetup.java
index f639ddc..46e326d 100644
--- a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/EmfParsleyDslStandaloneSetup.java
+++ b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/EmfParsleyDslStandaloneSetup.java
@@ -4,8 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
-
 package org.eclipse.emf.parsley.dsl;
 
 /**
diff --git a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/formatting/EmfParsleyDslFormatter.xtend b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/formatting/EmfParsleyDslFormatter.xtend
index f2ade21..43d9e63 100644
--- a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/formatting/EmfParsleyDslFormatter.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/formatting/EmfParsleyDslFormatter.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.formatting
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/generator/EmfParsleyDslGenerator.xtend b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/generator/EmfParsleyDslGenerator.xtend
index eda903f..b6a6f7a 100644
--- a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/generator/EmfParsleyDslGenerator.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/generator/EmfParsleyDslGenerator.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.generator
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/generator/EmfParsleyDslOutputConfigurationProvider.java b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/generator/EmfParsleyDslOutputConfigurationProvider.java
index 30f776d..05d72fd 100644
--- a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/generator/EmfParsleyDslOutputConfigurationProvider.java
+++ b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/generator/EmfParsleyDslOutputConfigurationProvider.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.generator;
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/generator/EmfParsleyDslPluginXmlGenerator.xtend b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/generator/EmfParsleyDslPluginXmlGenerator.xtend
index aae6ef1..e69134d 100644
--- a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/generator/EmfParsleyDslPluginXmlGenerator.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/generator/EmfParsleyDslPluginXmlGenerator.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.generator
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/jvmmodel/EmfParsleyDslJvmModelInferrer.xtend b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/jvmmodel/EmfParsleyDslJvmModelInferrer.xtend
index 1e893cc..81ff99e 100644
--- a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/jvmmodel/EmfParsleyDslJvmModelInferrer.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/jvmmodel/EmfParsleyDslJvmModelInferrer.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.jvmmodel
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/jvmmodel/GeneratorUtils.java b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/jvmmodel/GeneratorUtils.java
index 3d7cdcd..1291ebd 100644
--- a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/jvmmodel/GeneratorUtils.java
+++ b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/jvmmodel/GeneratorUtils.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.jvmmodel;
 
 import java.beans.Introspector;
diff --git a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/scoping/EmfParsleyDslImplicitlyImportedTypes.xtend b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/scoping/EmfParsleyDslImplicitlyImportedTypes.xtend
index 014a481..4bac1f5 100644
--- a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/scoping/EmfParsleyDslImplicitlyImportedTypes.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/scoping/EmfParsleyDslImplicitlyImportedTypes.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.scoping
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/scoping/EmfParsleyDslImportedNamespaceScopeProvider.java b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/scoping/EmfParsleyDslImportedNamespaceScopeProvider.java
index 3e72673..057ec9e 100644
--- a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/scoping/EmfParsleyDslImportedNamespaceScopeProvider.java
+++ b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/scoping/EmfParsleyDslImportedNamespaceScopeProvider.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.scoping;
 
 import java.util.ArrayList;
diff --git a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/scoping/EmfParsleyDslScopeProvider.xtend b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/scoping/EmfParsleyDslScopeProvider.xtend
index d6d6e13..bb3ead5 100644
--- a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/scoping/EmfParsleyDslScopeProvider.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/scoping/EmfParsleyDslScopeProvider.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.scoping;
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/scoping/EmfParsleyDslScopeProviderHelper.xtend b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/scoping/EmfParsleyDslScopeProviderHelper.xtend
index 51f94b2..c50e794 100644
--- a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/scoping/EmfParsleyDslScopeProviderHelper.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/scoping/EmfParsleyDslScopeProviderHelper.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.scoping
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/scoping/EmfParsleyDslXbaseBatchScopeProvider.xtend b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/scoping/EmfParsleyDslXbaseBatchScopeProvider.xtend
index 89aeb5e..c8731ca 100644
--- a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/scoping/EmfParsleyDslXbaseBatchScopeProvider.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/scoping/EmfParsleyDslXbaseBatchScopeProvider.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.scoping
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/util/EmfParsleyDslModelUtil.xtend b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/util/EmfParsleyDslModelUtil.xtend
index c35d495..a958faa 100644
--- a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/util/EmfParsleyDslModelUtil.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/util/EmfParsleyDslModelUtil.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.util
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/validation/EmfParsleyDslTypeSystem.xtend b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/validation/EmfParsleyDslTypeSystem.xtend
index 3aedc0c..5f2384b 100644
--- a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/validation/EmfParsleyDslTypeSystem.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/validation/EmfParsleyDslTypeSystem.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.validation
 
diff --git a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/validation/EmfParsleyDslValidator.xtend b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/validation/EmfParsleyDslValidator.xtend
index b6ae51d..d0fd3e3 100644
--- a/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/validation/EmfParsleyDslValidator.xtend
+++ b/dsl/org.eclipse.emf.parsley.dsl/src/org/eclipse/emf/parsley/dsl/validation/EmfParsleyDslValidator.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.dsl.validation
 
diff --git a/examples/org.eclipse.emf.parsley.examples.cdo.rap/src/org/eclipse/emf/parsley/examples/cdo/rap/Application.java b/examples/org.eclipse.emf.parsley.examples.cdo.rap/src/org/eclipse/emf/parsley/examples/cdo/rap/Application.java
index f3c650c..9945ce9 100644
--- a/examples/org.eclipse.emf.parsley.examples.cdo.rap/src/org/eclipse/emf/parsley/examples/cdo/rap/Application.java
+++ b/examples/org.eclipse.emf.parsley.examples.cdo.rap/src/org/eclipse/emf/parsley/examples/cdo/rap/Application.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.cdo.rap;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.cdo.rap/src/org/eclipse/emf/parsley/examples/cdo/rap/ApplicationActionBarAdvisor.java b/examples/org.eclipse.emf.parsley.examples.cdo.rap/src/org/eclipse/emf/parsley/examples/cdo/rap/ApplicationActionBarAdvisor.java
index f0a0799..718d188 100644
--- a/examples/org.eclipse.emf.parsley.examples.cdo.rap/src/org/eclipse/emf/parsley/examples/cdo/rap/ApplicationActionBarAdvisor.java
+++ b/examples/org.eclipse.emf.parsley.examples.cdo.rap/src/org/eclipse/emf/parsley/examples/cdo/rap/ApplicationActionBarAdvisor.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.cdo.rap;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.cdo.rap/src/org/eclipse/emf/parsley/examples/cdo/rap/ApplicationWorkbenchAdvisor.java b/examples/org.eclipse.emf.parsley.examples.cdo.rap/src/org/eclipse/emf/parsley/examples/cdo/rap/ApplicationWorkbenchAdvisor.java
index e907fe3..b0bd989 100644
--- a/examples/org.eclipse.emf.parsley.examples.cdo.rap/src/org/eclipse/emf/parsley/examples/cdo/rap/ApplicationWorkbenchAdvisor.java
+++ b/examples/org.eclipse.emf.parsley.examples.cdo.rap/src/org/eclipse/emf/parsley/examples/cdo/rap/ApplicationWorkbenchAdvisor.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.cdo.rap;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.cdo.rap/src/org/eclipse/emf/parsley/examples/cdo/rap/ApplicationWorkbenchWindowAdvisor.java b/examples/org.eclipse.emf.parsley.examples.cdo.rap/src/org/eclipse/emf/parsley/examples/cdo/rap/ApplicationWorkbenchWindowAdvisor.java
index 98327ff..62a3e11 100644
--- a/examples/org.eclipse.emf.parsley.examples.cdo.rap/src/org/eclipse/emf/parsley/examples/cdo/rap/ApplicationWorkbenchWindowAdvisor.java
+++ b/examples/org.eclipse.emf.parsley.examples.cdo.rap/src/org/eclipse/emf/parsley/examples/cdo/rap/ApplicationWorkbenchWindowAdvisor.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.cdo.rap;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.cdo.rap/src/org/eclipse/emf/parsley/examples/cdo/rap/Perspective.java b/examples/org.eclipse.emf.parsley.examples.cdo.rap/src/org/eclipse/emf/parsley/examples/cdo/rap/Perspective.java
index 2dbef5a..1c82fcd 100644
--- a/examples/org.eclipse.emf.parsley.examples.cdo.rap/src/org/eclipse/emf/parsley/examples/cdo/rap/Perspective.java
+++ b/examples/org.eclipse.emf.parsley.examples.cdo.rap/src/org/eclipse/emf/parsley/examples/cdo/rap/Perspective.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.cdo.rap;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.cdo.rcp/src/org/eclipse/emf/parsley/examples/cdo/rcp/Activator.java b/examples/org.eclipse.emf.parsley.examples.cdo.rcp/src/org/eclipse/emf/parsley/examples/cdo/rcp/Activator.java
index 1b5205a..83c2cea 100644
--- a/examples/org.eclipse.emf.parsley.examples.cdo.rcp/src/org/eclipse/emf/parsley/examples/cdo/rcp/Activator.java
+++ b/examples/org.eclipse.emf.parsley.examples.cdo.rcp/src/org/eclipse/emf/parsley/examples/cdo/rcp/Activator.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.cdo.rcp;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.cdo.rcp/src/org/eclipse/emf/parsley/examples/cdo/rcp/Application.java b/examples/org.eclipse.emf.parsley.examples.cdo.rcp/src/org/eclipse/emf/parsley/examples/cdo/rcp/Application.java
index 6a4957e..8fd2a35 100644
--- a/examples/org.eclipse.emf.parsley.examples.cdo.rcp/src/org/eclipse/emf/parsley/examples/cdo/rcp/Application.java
+++ b/examples/org.eclipse.emf.parsley.examples.cdo.rcp/src/org/eclipse/emf/parsley/examples/cdo/rcp/Application.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.cdo.rcp;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.cdo.rcp/src/org/eclipse/emf/parsley/examples/cdo/rcp/ApplicationActionBarAdvisor.java b/examples/org.eclipse.emf.parsley.examples.cdo.rcp/src/org/eclipse/emf/parsley/examples/cdo/rcp/ApplicationActionBarAdvisor.java
index 417bbbc..cad09ef 100644
--- a/examples/org.eclipse.emf.parsley.examples.cdo.rcp/src/org/eclipse/emf/parsley/examples/cdo/rcp/ApplicationActionBarAdvisor.java
+++ b/examples/org.eclipse.emf.parsley.examples.cdo.rcp/src/org/eclipse/emf/parsley/examples/cdo/rcp/ApplicationActionBarAdvisor.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.cdo.rcp;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.cdo.rcp/src/org/eclipse/emf/parsley/examples/cdo/rcp/ApplicationWorkbenchAdvisor.java b/examples/org.eclipse.emf.parsley.examples.cdo.rcp/src/org/eclipse/emf/parsley/examples/cdo/rcp/ApplicationWorkbenchAdvisor.java
index 022eb20..c845889 100644
--- a/examples/org.eclipse.emf.parsley.examples.cdo.rcp/src/org/eclipse/emf/parsley/examples/cdo/rcp/ApplicationWorkbenchAdvisor.java
+++ b/examples/org.eclipse.emf.parsley.examples.cdo.rcp/src/org/eclipse/emf/parsley/examples/cdo/rcp/ApplicationWorkbenchAdvisor.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.cdo.rcp;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.cdo.rcp/src/org/eclipse/emf/parsley/examples/cdo/rcp/ApplicationWorkbenchWindowAdvisor.java b/examples/org.eclipse.emf.parsley.examples.cdo.rcp/src/org/eclipse/emf/parsley/examples/cdo/rcp/ApplicationWorkbenchWindowAdvisor.java
index 6a912ad..dc8e45b 100644
--- a/examples/org.eclipse.emf.parsley.examples.cdo.rcp/src/org/eclipse/emf/parsley/examples/cdo/rcp/ApplicationWorkbenchWindowAdvisor.java
+++ b/examples/org.eclipse.emf.parsley.examples.cdo.rcp/src/org/eclipse/emf/parsley/examples/cdo/rcp/ApplicationWorkbenchWindowAdvisor.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.cdo.rcp;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.cdo.rcp/src/org/eclipse/emf/parsley/examples/cdo/rcp/Perspective.java b/examples/org.eclipse.emf.parsley.examples.cdo.rcp/src/org/eclipse/emf/parsley/examples/cdo/rcp/Perspective.java
index c122262..e93112d 100644
--- a/examples/org.eclipse.emf.parsley.examples.cdo.rcp/src/org/eclipse/emf/parsley/examples/cdo/rcp/Perspective.java
+++ b/examples/org.eclipse.emf.parsley.examples.cdo.rcp/src/org/eclipse/emf/parsley/examples/cdo/rcp/Perspective.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.cdo.rcp;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.cdo.server/src/org/eclipse/emf/parsley/examples/cdo/server/CDOServer.java b/examples/org.eclipse.emf.parsley.examples.cdo.server/src/org/eclipse/emf/parsley/examples/cdo/server/CDOServer.java
index e0d4837..a28c69a 100644
--- a/examples/org.eclipse.emf.parsley.examples.cdo.server/src/org/eclipse/emf/parsley/examples/cdo/server/CDOServer.java
+++ b/examples/org.eclipse.emf.parsley.examples.cdo.server/src/org/eclipse/emf/parsley/examples/cdo/server/CDOServer.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.cdo.server;
 
@@ -25,7 +28,7 @@
 /**
  * This class is intended to be used as a CDO server in Memory for tests
  * 
- * @author fraguid
+ * @author Francesco Guidieri
  *
  */
 public class CDOServer {
diff --git a/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/treeform/TreeformCDOActivator.java b/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/treeform/TreeformCDOActivator.java
index f9d0739..8160769 100644
--- a/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/treeform/TreeformCDOActivator.java
+++ b/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/treeform/TreeformCDOActivator.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.cdo.treeform;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/treeform/TreeformExecutableExtensionFactory.java b/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/treeform/TreeformExecutableExtensionFactory.java
index f49c68b..26fe53c 100644
--- a/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/treeform/TreeformExecutableExtensionFactory.java
+++ b/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/treeform/TreeformExecutableExtensionFactory.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.cdo.treeform;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/treeform/TreeformGuiceModule.java b/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/treeform/TreeformGuiceModule.java
index dbf1f71..449987c 100644
--- a/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/treeform/TreeformGuiceModule.java
+++ b/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/treeform/TreeformGuiceModule.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.cdo.treeform;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/treeform/customizations/AskForDeleteActionBarContributor.java b/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/treeform/customizations/AskForDeleteActionBarContributor.java
index 8f747d6..262299b 100644
--- a/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/treeform/customizations/AskForDeleteActionBarContributor.java
+++ b/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/treeform/customizations/AskForDeleteActionBarContributor.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.cdo.treeform.customizations;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/treeform/customizations/TreeformCDOEmptyResourceInitializer.java b/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/treeform/customizations/TreeformCDOEmptyResourceInitializer.java
index 900080a..08eecd5 100644
--- a/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/treeform/customizations/TreeformCDOEmptyResourceInitializer.java
+++ b/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/treeform/customizations/TreeformCDOEmptyResourceInitializer.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.cdo.treeform.customizations;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/view/TreeFormCDOView.java b/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/view/TreeFormCDOView.java
index 3502699..60e4d43 100644
--- a/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/view/TreeFormCDOView.java
+++ b/examples/org.eclipse.emf.parsley.examples.cdo.treeform/src/org/eclipse/emf/parsley/examples/cdo/view/TreeFormCDOView.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.cdo.view;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/src/org/eclipse/emf/parsley/examples/eclipse4/parsleypart/ParsleypartActivator.java b/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/src/org/eclipse/emf/parsley/examples/eclipse4/parsleypart/ParsleypartActivator.java
index 4746616..793aa2a 100644
--- a/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/src/org/eclipse/emf/parsley/examples/eclipse4/parsleypart/ParsleypartActivator.java
+++ b/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/src/org/eclipse/emf/parsley/examples/eclipse4/parsleypart/ParsleypartActivator.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.eclipse4.parsleypart;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/src/org/eclipse/emf/parsley/examples/eclipse4/parsleypart/ParsleypartExecutableExtensionFactory.java b/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/src/org/eclipse/emf/parsley/examples/eclipse4/parsleypart/ParsleypartExecutableExtensionFactory.java
index 0bccbe1..6160419 100644
--- a/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/src/org/eclipse/emf/parsley/examples/eclipse4/parsleypart/ParsleypartExecutableExtensionFactory.java
+++ b/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/src/org/eclipse/emf/parsley/examples/eclipse4/parsleypart/ParsleypartExecutableExtensionFactory.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.eclipse4.parsleypart;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/src/org/eclipse/emf/parsley/examples/eclipse4/parsleypart/ParsleypartGuiceModule.java b/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/src/org/eclipse/emf/parsley/examples/eclipse4/parsleypart/ParsleypartGuiceModule.java
index 7d0961e..c27a74c 100644
--- a/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/src/org/eclipse/emf/parsley/examples/eclipse4/parsleypart/ParsleypartGuiceModule.java
+++ b/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/src/org/eclipse/emf/parsley/examples/eclipse4/parsleypart/ParsleypartGuiceModule.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.eclipse4.parsleypart;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/src/org/eclipse/emf/parsley/examples/eclipse4/parsleypart/handlers/ShowParsleyPartHandler.java b/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/src/org/eclipse/emf/parsley/examples/eclipse4/parsleypart/handlers/ShowParsleyPartHandler.java
index 7df8dc0..ea04a7d 100644
--- a/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/src/org/eclipse/emf/parsley/examples/eclipse4/parsleypart/handlers/ShowParsleyPartHandler.java
+++ b/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/src/org/eclipse/emf/parsley/examples/eclipse4/parsleypart/handlers/ShowParsleyPartHandler.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
  
 package org.eclipse.emf.parsley.examples.eclipse4.parsleypart.handlers;
diff --git a/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/src/org/eclipse/emf/parsley/examples/eclipse4/parsleypart/parts/ParsleyE4ModelPart.java b/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/src/org/eclipse/emf/parsley/examples/eclipse4/parsleypart/parts/ParsleyE4ModelPart.java
index 5b4d421..250ea00 100644
--- a/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/src/org/eclipse/emf/parsley/examples/eclipse4/parsleypart/parts/ParsleyE4ModelPart.java
+++ b/examples/org.eclipse.emf.parsley.examples.eclipse4.parsleypart/src/org/eclipse/emf/parsley/examples/eclipse4/parsleypart/parts/ParsleyE4ModelPart.java
@@ -4,6 +4,10 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
+ * Francesco Guidieri - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.eclipse4.parsleypart.parts;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.firstexample/src/org/eclipse/emf/parsley/examples/firstexample/FirstexampleActivator.java b/examples/org.eclipse.emf.parsley.examples.firstexample/src/org/eclipse/emf/parsley/examples/firstexample/FirstexampleActivator.java
index 8e6eefd..f352395 100644
--- a/examples/org.eclipse.emf.parsley.examples.firstexample/src/org/eclipse/emf/parsley/examples/firstexample/FirstexampleActivator.java
+++ b/examples/org.eclipse.emf.parsley.examples.firstexample/src/org/eclipse/emf/parsley/examples/firstexample/FirstexampleActivator.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.firstexample;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.firstexample/src/org/eclipse/emf/parsley/examples/firstexample/FirstexampleExecutableExtensionFactory.java b/examples/org.eclipse.emf.parsley.examples.firstexample/src/org/eclipse/emf/parsley/examples/firstexample/FirstexampleExecutableExtensionFactory.java
index 625615d..b77551d 100644
--- a/examples/org.eclipse.emf.parsley.examples.firstexample/src/org/eclipse/emf/parsley/examples/firstexample/FirstexampleExecutableExtensionFactory.java
+++ b/examples/org.eclipse.emf.parsley.examples.firstexample/src/org/eclipse/emf/parsley/examples/firstexample/FirstexampleExecutableExtensionFactory.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.firstexample;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.firstexample/src/org/eclipse/emf/parsley/examples/firstexample/FirstexampleGuiceModule.java b/examples/org.eclipse.emf.parsley.examples.firstexample/src/org/eclipse/emf/parsley/examples/firstexample/FirstexampleGuiceModule.java
index 77b840c..527fff8 100644
--- a/examples/org.eclipse.emf.parsley.examples.firstexample/src/org/eclipse/emf/parsley/examples/firstexample/FirstexampleGuiceModule.java
+++ b/examples/org.eclipse.emf.parsley.examples.firstexample/src/org/eclipse/emf/parsley/examples/firstexample/FirstexampleGuiceModule.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.firstexample;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.firstexample/src/org/eclipse/emf/parsley/examples/firstexample/LibraryEmptyResourceInitializer.java b/examples/org.eclipse.emf.parsley.examples.firstexample/src/org/eclipse/emf/parsley/examples/firstexample/LibraryEmptyResourceInitializer.java
index 8c7b33a..d08e86f 100644
--- a/examples/org.eclipse.emf.parsley.examples.firstexample/src/org/eclipse/emf/parsley/examples/firstexample/LibraryEmptyResourceInitializer.java
+++ b/examples/org.eclipse.emf.parsley.examples.firstexample/src/org/eclipse/emf/parsley/examples/firstexample/LibraryEmptyResourceInitializer.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.firstexample;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.firstexample/src/org/eclipse/emf/parsley/examples/firstexample/views/LibraryTreeFormView.java b/examples/org.eclipse.emf.parsley.examples.firstexample/src/org/eclipse/emf/parsley/examples/firstexample/views/LibraryTreeFormView.java
index 2808ab3..cf83aaf 100644
--- a/examples/org.eclipse.emf.parsley.examples.firstexample/src/org/eclipse/emf/parsley/examples/firstexample/views/LibraryTreeFormView.java
+++ b/examples/org.eclipse.emf.parsley.examples.firstexample/src/org/eclipse/emf/parsley/examples/firstexample/views/LibraryTreeFormView.java
@@ -4,6 +4,9 @@
  * 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:
+ * Vincenzo Caselli - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.firstexample.views;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/org/eclipse/emf/parsley/examples/mail/accountsview/AccountsviewActivator.java b/examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/org/eclipse/emf/parsley/examples/mail/accountsview/AccountsviewActivator.java
index a570234..d519f41 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/org/eclipse/emf/parsley/examples/mail/accountsview/AccountsviewActivator.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/org/eclipse/emf/parsley/examples/mail/accountsview/AccountsviewActivator.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.accountsview;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/org/eclipse/emf/parsley/examples/mail/accountsview/AccountsviewExecutableExtensionFactory.java b/examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/org/eclipse/emf/parsley/examples/mail/accountsview/AccountsviewExecutableExtensionFactory.java
index 01b6d89..8e92bf4 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/org/eclipse/emf/parsley/examples/mail/accountsview/AccountsviewExecutableExtensionFactory.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/org/eclipse/emf/parsley/examples/mail/accountsview/AccountsviewExecutableExtensionFactory.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.accountsview;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/org/eclipse/emf/parsley/examples/mail/accountsview/AccountsviewGuiceModule.java b/examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/org/eclipse/emf/parsley/examples/mail/accountsview/AccountsviewGuiceModule.java
index 142259f..cc2d6e4 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/org/eclipse/emf/parsley/examples/mail/accountsview/AccountsviewGuiceModule.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/org/eclipse/emf/parsley/examples/mail/accountsview/AccountsviewGuiceModule.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.accountsview;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/org/eclipse/emf/parsley/examples/mail/accountsview/custom/MailEmptyResourceInitializer.java b/examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/org/eclipse/emf/parsley/examples/mail/accountsview/custom/MailEmptyResourceInitializer.java
index dbc2fcc..3b39837 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/org/eclipse/emf/parsley/examples/mail/accountsview/custom/MailEmptyResourceInitializer.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/org/eclipse/emf/parsley/examples/mail/accountsview/custom/MailEmptyResourceInitializer.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.accountsview.custom;
 
 import org.eclipse.emf.ecore.resource.Resource;
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/org/eclipse/emf/parsley/examples/mail/accountsview/views/AccountsView.java b/examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/org/eclipse/emf/parsley/examples/mail/accountsview/views/AccountsView.java
index e8c826b..36da182 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/org/eclipse/emf/parsley/examples/mail/accountsview/views/AccountsView.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.accountsview/src/org/eclipse/emf/parsley/examples/mail/accountsview/views/AccountsView.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.accountsview.views;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.mailsview/src/org/eclipse/emf/parsley/examples/mail/mailsview/MailsviewActivator.java b/examples/org.eclipse.emf.parsley.examples.mail.mailsview/src/org/eclipse/emf/parsley/examples/mail/mailsview/MailsviewActivator.java
index 19dd06a..9188bbb 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.mailsview/src/org/eclipse/emf/parsley/examples/mail/mailsview/MailsviewActivator.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.mailsview/src/org/eclipse/emf/parsley/examples/mail/mailsview/MailsviewActivator.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.mailsview;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.mailsview/src/org/eclipse/emf/parsley/examples/mail/mailsview/MailsviewExecutableExtensionFactory.java b/examples/org.eclipse.emf.parsley.examples.mail.mailsview/src/org/eclipse/emf/parsley/examples/mail/mailsview/MailsviewExecutableExtensionFactory.java
index dddd330..c06796b 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.mailsview/src/org/eclipse/emf/parsley/examples/mail/mailsview/MailsviewExecutableExtensionFactory.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.mailsview/src/org/eclipse/emf/parsley/examples/mail/mailsview/MailsviewExecutableExtensionFactory.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.mailsview;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.mailsview/src/org/eclipse/emf/parsley/examples/mail/mailsview/MailsviewGuiceModule.java b/examples/org.eclipse.emf.parsley.examples.mail.mailsview/src/org/eclipse/emf/parsley/examples/mail/mailsview/MailsviewGuiceModule.java
index 0126559..2b4ea78 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.mailsview/src/org/eclipse/emf/parsley/examples/mail/mailsview/MailsviewGuiceModule.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.mailsview/src/org/eclipse/emf/parsley/examples/mail/mailsview/MailsviewGuiceModule.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.mailsview;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.mailsview/src/org/eclipse/emf/parsley/examples/mail/mailsview/views/MailsView.java b/examples/org.eclipse.emf.parsley.examples.mail.mailsview/src/org/eclipse/emf/parsley/examples/mail/mailsview/views/MailsView.java
index 8956c94..e405542 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.mailsview/src/org/eclipse/emf/parsley/examples/mail/mailsview/views/MailsView.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.mailsview/src/org/eclipse/emf/parsley/examples/mail/mailsview/views/MailsView.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.mailsview.views;
 
 import org.eclipse.emf.ecore.EStructuralFeature;
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.messageview/src/org/eclipse/emf/parsley/examples/mail/messageview/MessageviewActivator.java b/examples/org.eclipse.emf.parsley.examples.mail.messageview/src/org/eclipse/emf/parsley/examples/mail/messageview/MessageviewActivator.java
index c413c62..6cca412 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.messageview/src/org/eclipse/emf/parsley/examples/mail/messageview/MessageviewActivator.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.messageview/src/org/eclipse/emf/parsley/examples/mail/messageview/MessageviewActivator.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.messageview;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.messageview/src/org/eclipse/emf/parsley/examples/mail/messageview/MessageviewExecutableExtensionFactory.java b/examples/org.eclipse.emf.parsley.examples.mail.messageview/src/org/eclipse/emf/parsley/examples/mail/messageview/MessageviewExecutableExtensionFactory.java
index e7c198a..ea9ec9f 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.messageview/src/org/eclipse/emf/parsley/examples/mail/messageview/MessageviewExecutableExtensionFactory.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.messageview/src/org/eclipse/emf/parsley/examples/mail/messageview/MessageviewExecutableExtensionFactory.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.messageview;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.messageview/src/org/eclipse/emf/parsley/examples/mail/messageview/MessageviewGuiceModule.java b/examples/org.eclipse.emf.parsley.examples.mail.messageview/src/org/eclipse/emf/parsley/examples/mail/messageview/MessageviewGuiceModule.java
index c18252e..a48b4f1 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.messageview/src/org/eclipse/emf/parsley/examples/mail/messageview/MessageviewGuiceModule.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.messageview/src/org/eclipse/emf/parsley/examples/mail/messageview/MessageviewGuiceModule.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.messageview;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.messageview/src/org/eclipse/emf/parsley/examples/mail/messageview/views/MessageView.java b/examples/org.eclipse.emf.parsley.examples.mail.messageview/src/org/eclipse/emf/parsley/examples/mail/messageview/views/MessageView.java
index 22d47bc..6f94754 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.messageview/src/org/eclipse/emf/parsley/examples/mail/messageview/views/MessageView.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.messageview/src/org/eclipse/emf/parsley/examples/mail/messageview/views/MessageView.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.messageview.views;
 
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/Activator.java b/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/Activator.java
index 7ff0f90..1a80995 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/Activator.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/Activator.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.rcp;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/ApplicationActionBarAdvisor.java b/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/ApplicationActionBarAdvisor.java
index 5200637..dff22f9 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/ApplicationActionBarAdvisor.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/ApplicationActionBarAdvisor.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.rcp;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/ApplicationWorkbenchAdvisor.java b/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/ApplicationWorkbenchAdvisor.java
index 33848c6..5e48bac 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/ApplicationWorkbenchAdvisor.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/ApplicationWorkbenchAdvisor.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.rcp;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/ApplicationWorkbenchWindowAdvisor.java b/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/ApplicationWorkbenchWindowAdvisor.java
index 7d81ab8..1bfd62d 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/ApplicationWorkbenchWindowAdvisor.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/ApplicationWorkbenchWindowAdvisor.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.rcp;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/ICommandIds.java b/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/ICommandIds.java
index 294cb41..984dedc 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/ICommandIds.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/ICommandIds.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.rcp;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/MailApplication.java b/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/MailApplication.java
index 6f8fbea..d4c55e7 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/MailApplication.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/MailApplication.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.rcp;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/MessagePopupAction.java b/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/MessagePopupAction.java
index 02f9964..f3de778 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/MessagePopupAction.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/MessagePopupAction.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.rcp;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/OpenViewAction.java b/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/OpenViewAction.java
index e261240..51d9df7 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/OpenViewAction.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/OpenViewAction.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.rcp;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/Perspective.java b/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/Perspective.java
index 2d84ffe..232d071 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/Perspective.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/Perspective.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.rcp;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/View.java b/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/View.java
index 5c0d352..a785253 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/View.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.rcp/src/org/eclipse/emf/parsley/examples/mail/rcp/View.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.rcp;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.unifiedfoldersview/src/org/eclipse/emf/parsley/examples/mail/unifiedfoldersview/UnifiedFolderContainer.java b/examples/org.eclipse.emf.parsley.examples.mail.unifiedfoldersview/src/org/eclipse/emf/parsley/examples/mail/unifiedfoldersview/UnifiedFolderContainer.java
index af3ad0c..6251bb6 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.unifiedfoldersview/src/org/eclipse/emf/parsley/examples/mail/unifiedfoldersview/UnifiedFolderContainer.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.unifiedfoldersview/src/org/eclipse/emf/parsley/examples/mail/unifiedfoldersview/UnifiedFolderContainer.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.unifiedfoldersview;
 
 import org.eclipse.emf.ecore.resource.Resource;
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.unifiedfoldersview/src/org/eclipse/emf/parsley/examples/mail/unifiedfoldersview/UnifiedFoldersView.java b/examples/org.eclipse.emf.parsley.examples.mail.unifiedfoldersview/src/org/eclipse/emf/parsley/examples/mail/unifiedfoldersview/UnifiedFoldersView.java
index 8a744eb..019d9e8 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.unifiedfoldersview/src/org/eclipse/emf/parsley/examples/mail/unifiedfoldersview/UnifiedFoldersView.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.unifiedfoldersview/src/org/eclipse/emf/parsley/examples/mail/unifiedfoldersview/UnifiedFoldersView.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.unifiedfoldersview;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.unifiedfoldersview/src/org/eclipse/emf/parsley/examples/mail/unifiedfoldersview/UnifiedfoldersviewActivator.java b/examples/org.eclipse.emf.parsley.examples.mail.unifiedfoldersview/src/org/eclipse/emf/parsley/examples/mail/unifiedfoldersview/UnifiedfoldersviewActivator.java
index 9d22063..32bd8e1 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.unifiedfoldersview/src/org/eclipse/emf/parsley/examples/mail/unifiedfoldersview/UnifiedfoldersviewActivator.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.unifiedfoldersview/src/org/eclipse/emf/parsley/examples/mail/unifiedfoldersview/UnifiedfoldersviewActivator.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.unifiedfoldersview;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.unifiedfoldersview/src/org/eclipse/emf/parsley/examples/mail/unifiedfoldersview/UnifiedfoldersviewExecutableExtensionFactory.java b/examples/org.eclipse.emf.parsley.examples.mail.unifiedfoldersview/src/org/eclipse/emf/parsley/examples/mail/unifiedfoldersview/UnifiedfoldersviewExecutableExtensionFactory.java
index 54d5a07..b4c1cdc 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.unifiedfoldersview/src/org/eclipse/emf/parsley/examples/mail/unifiedfoldersview/UnifiedfoldersviewExecutableExtensionFactory.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.unifiedfoldersview/src/org/eclipse/emf/parsley/examples/mail/unifiedfoldersview/UnifiedfoldersviewExecutableExtensionFactory.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.unifiedfoldersview;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.mail.unifiedfoldersview/src/org/eclipse/emf/parsley/examples/mail/unifiedfoldersview/UnifiedfoldersviewGuiceModule.java b/examples/org.eclipse.emf.parsley.examples.mail.unifiedfoldersview/src/org/eclipse/emf/parsley/examples/mail/unifiedfoldersview/UnifiedfoldersviewGuiceModule.java
index 879987f..948621b 100644
--- a/examples/org.eclipse.emf.parsley.examples.mail.unifiedfoldersview/src/org/eclipse/emf/parsley/examples/mail/unifiedfoldersview/UnifiedfoldersviewGuiceModule.java
+++ b/examples/org.eclipse.emf.parsley.examples.mail.unifiedfoldersview/src/org/eclipse/emf/parsley/examples/mail/unifiedfoldersview/UnifiedfoldersviewGuiceModule.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.mail.unifiedfoldersview;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/Activator.java b/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/Activator.java
index fbdbb18..49a2cbb 100644
--- a/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/Activator.java
+++ b/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/Activator.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.rap.ui;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/Application.java b/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/Application.java
index 271a59c..adba319 100644
--- a/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/Application.java
+++ b/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/Application.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.rap.ui;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/ApplicationActionBarAdvisor.java b/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/ApplicationActionBarAdvisor.java
index e8e1322..08dcb34 100644
--- a/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/ApplicationActionBarAdvisor.java
+++ b/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/ApplicationActionBarAdvisor.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.rap.ui;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/ApplicationWorkbenchAdvisor.java b/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/ApplicationWorkbenchAdvisor.java
index 1ae308f..94429b5 100644
--- a/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/ApplicationWorkbenchAdvisor.java
+++ b/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/ApplicationWorkbenchAdvisor.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.rap.ui;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/ApplicationWorkbenchWindowAdvisor.java b/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/ApplicationWorkbenchWindowAdvisor.java
index 106d58d..733d1eb 100644
--- a/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/ApplicationWorkbenchWindowAdvisor.java
+++ b/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/ApplicationWorkbenchWindowAdvisor.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.rap.ui;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/ExecutableExtensionFactory.java b/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/ExecutableExtensionFactory.java
index 92b7889..c9be52e 100644
--- a/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/ExecutableExtensionFactory.java
+++ b/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/ExecutableExtensionFactory.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.rap.ui;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/GuiceModule.java b/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/GuiceModule.java
index 40ac2b9..266468c 100644
--- a/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/GuiceModule.java
+++ b/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/GuiceModule.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.rap.ui;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/Perspective.java b/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/Perspective.java
index 6ea3f4a..097c173 100644
--- a/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/Perspective.java
+++ b/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/Perspective.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.rap.ui;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/SaveableView.java b/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/SaveableView.java
index 4b83708..aa02158 100644
--- a/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/SaveableView.java
+++ b/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/SaveableView.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.rap.ui;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/View.java b/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/View.java
index 10e6a99..afa3167 100644
--- a/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/View.java
+++ b/examples/org.eclipse.emf.parsley.examples.rap.ui/src/org/eclipse/emf/parsley/examples/rap/ui/View.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples.rap.ui;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.views/src/org/eclipse/emf/parsley/examples/Activator.java b/examples/org.eclipse.emf.parsley.examples.views/src/org/eclipse/emf/parsley/examples/Activator.java
index 8b56e32..5a80a9f 100644
--- a/examples/org.eclipse.emf.parsley.examples.views/src/org/eclipse/emf/parsley/examples/Activator.java
+++ b/examples/org.eclipse.emf.parsley.examples.views/src/org/eclipse/emf/parsley/examples/Activator.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.views/src/org/eclipse/emf/parsley/examples/EmfParsleyExamplesExecutableExtensionFactory.java b/examples/org.eclipse.emf.parsley.examples.views/src/org/eclipse/emf/parsley/examples/EmfParsleyExamplesExecutableExtensionFactory.java
index 3435f2b..ae17d09 100644
--- a/examples/org.eclipse.emf.parsley.examples.views/src/org/eclipse/emf/parsley/examples/EmfParsleyExamplesExecutableExtensionFactory.java
+++ b/examples/org.eclipse.emf.parsley.examples.views/src/org/eclipse/emf/parsley/examples/EmfParsleyExamplesExecutableExtensionFactory.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples;
 
diff --git a/examples/org.eclipse.emf.parsley.examples.views/src/org/eclipse/emf/parsley/examples/EmfParsleyExamplesModule.java b/examples/org.eclipse.emf.parsley.examples.views/src/org/eclipse/emf/parsley/examples/EmfParsleyExamplesModule.java
index a186f30..790f6a3 100644
--- a/examples/org.eclipse.emf.parsley.examples.views/src/org/eclipse/emf/parsley/examples/EmfParsleyExamplesModule.java
+++ b/examples/org.eclipse.emf.parsley.examples.views/src/org/eclipse/emf/parsley/examples/EmfParsleyExamplesModule.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.examples;
 
diff --git a/plugins/org.eclipse.emf.parsley.cdo.common/src/org/eclipse/emf/parsley/cdo/CDOEmfParsleyExtensionFactory.java b/plugins/org.eclipse.emf.parsley.cdo.common/src/org/eclipse/emf/parsley/cdo/CDOEmfParsleyExtensionFactory.java
index 2ddd6f2..0ff6957 100644
--- a/plugins/org.eclipse.emf.parsley.cdo.common/src/org/eclipse/emf/parsley/cdo/CDOEmfParsleyExtensionFactory.java
+++ b/plugins/org.eclipse.emf.parsley.cdo.common/src/org/eclipse/emf/parsley/cdo/CDOEmfParsleyExtensionFactory.java
@@ -4,17 +4,17 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.cdo;
 
 import org.eclipse.emf.parsley.EmfParsleyExtensionFactory;
 import org.eclipse.emf.parsley.EmfParsleyGuiceModule;
 
 /**
- * @author Lorenzo Bettini
+ * @author Lorenzo Bettini - initial API and implementation
  *
  */
 public class CDOEmfParsleyExtensionFactory extends
diff --git a/plugins/org.eclipse.emf.parsley.cdo.common/src/org/eclipse/emf/parsley/cdo/CDOEmfParsleyModule.java b/plugins/org.eclipse.emf.parsley.cdo.common/src/org/eclipse/emf/parsley/cdo/CDOEmfParsleyModule.java
index 0cae00c..0a9eaf3 100644
--- a/plugins/org.eclipse.emf.parsley.cdo.common/src/org/eclipse/emf/parsley/cdo/CDOEmfParsleyModule.java
+++ b/plugins/org.eclipse.emf.parsley.cdo.common/src/org/eclipse/emf/parsley/cdo/CDOEmfParsleyModule.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.cdo;
 
 
diff --git a/plugins/org.eclipse.emf.parsley.cdo.common/src/org/eclipse/emf/parsley/cdo/CDOResourceLoader.java b/plugins/org.eclipse.emf.parsley.cdo.common/src/org/eclipse/emf/parsley/cdo/CDOResourceLoader.java
index bb5f5ac..80c45e6 100644
--- a/plugins/org.eclipse.emf.parsley.cdo.common/src/org/eclipse/emf/parsley/cdo/CDOResourceLoader.java
+++ b/plugins/org.eclipse.emf.parsley.cdo.common/src/org/eclipse/emf/parsley/cdo/CDOResourceLoader.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.cdo;
 
 
diff --git a/plugins/org.eclipse.emf.parsley.cdo.common/src/org/eclipse/emf/parsley/cdo/CDOSessionManager.java b/plugins/org.eclipse.emf.parsley.cdo.common/src/org/eclipse/emf/parsley/cdo/CDOSessionManager.java
index d93882a..fbcc9ff 100644
--- a/plugins/org.eclipse.emf.parsley.cdo.common/src/org/eclipse/emf/parsley/cdo/CDOSessionManager.java
+++ b/plugins/org.eclipse.emf.parsley.cdo.common/src/org/eclipse/emf/parsley/cdo/CDOSessionManager.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.cdo;
 
diff --git a/plugins/org.eclipse.emf.parsley.cdo.common/src/org/eclipse/emf/parsley/cdo/EmfParsleyCDOActivator.java b/plugins/org.eclipse.emf.parsley.cdo.common/src/org/eclipse/emf/parsley/cdo/EmfParsleyCDOActivator.java
index 0364175..ec90551 100644
--- a/plugins/org.eclipse.emf.parsley.cdo.common/src/org/eclipse/emf/parsley/cdo/EmfParsleyCDOActivator.java
+++ b/plugins/org.eclipse.emf.parsley.cdo.common/src/org/eclipse/emf/parsley/cdo/EmfParsleyCDOActivator.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.cdo;
 
diff --git a/plugins/org.eclipse.emf.parsley.cdo.common/src/org/eclipse/emf/parsley/cdo/util/CDOURIData.java b/plugins/org.eclipse.emf.parsley.cdo.common/src/org/eclipse/emf/parsley/cdo/util/CDOURIData.java
index 62273a9..2348650 100644
--- a/plugins/org.eclipse.emf.parsley.cdo.common/src/org/eclipse/emf/parsley/cdo/util/CDOURIData.java
+++ b/plugins/org.eclipse.emf.parsley.cdo.common/src/org/eclipse/emf/parsley/cdo/util/CDOURIData.java
@@ -4,10 +4,11 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.emf.parsley.cdo.util;
 
 import org.eclipse.emf.common.util.URI;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/EmfParsleyActivator.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/EmfParsleyActivator.java
index fec66d8..6dd4cd2 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/EmfParsleyActivator.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/EmfParsleyActivator.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley;
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/EmfParsleyExtensionFactory.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/EmfParsleyExtensionFactory.java
index 5497264..65c3864 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/EmfParsleyExtensionFactory.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/EmfParsleyExtensionFactory.java
@@ -4,10 +4,11 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.emf.parsley;
 
 import static com.google.inject.Guice.createInjector;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/EmfParsleyGuiceModule.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/EmfParsleyGuiceModule.java
index bf1e506..0189ff6 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/EmfParsleyGuiceModule.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/EmfParsleyGuiceModule.java
@@ -4,10 +4,11 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.emf.parsley;
 
 import org.eclipse.emf.common.notify.AdapterFactory;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/AbstractControlFactory.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/AbstractControlFactory.java
index 606f403..8cfa9c3 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/AbstractControlFactory.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/AbstractControlFactory.java
@@ -1,6 +1,4 @@
 /**
- * <copyright> 
- *
  * Copyright (c) 2008, 2013 itemis AG and others.
  * All rights reserved.   This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
@@ -9,8 +7,7 @@
  * 
  * Contributors: 
  *   itemis AG - Initial API and implementation
- *
- * </copyright>
+ *   Lorenzo Bettini - refactoring for EmfParsley
  *
  */
 package org.eclipse.emf.parsley.binding;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/AbstractWidgetFactory.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/AbstractWidgetFactory.java
index b8c2f29..8c9dd02 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/AbstractWidgetFactory.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/AbstractWidgetFactory.java
@@ -4,10 +4,11 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.emf.parsley.binding;
 
 import org.eclipse.jface.viewers.ComboViewer;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/CachedLabelProvider.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/CachedLabelProvider.java
index 85890d8..a6243d6 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/CachedLabelProvider.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/CachedLabelProvider.java
@@ -4,6 +4,10 @@
  * 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: 
+ *   itemis AG - Initial API and implementation
+ *   Lorenzo Bettini - refactoring for EmfParsley
  *******************************************************************************/
 package org.eclipse.emf.parsley.binding;
 
@@ -17,7 +21,7 @@
 /**
  * Cached Label Provider.
  * 
- * @author Dennis H�bner - Initial contribution and API
+ * @author Dennis Huebner - Initial contribution and API
  */
 public class CachedLabelProvider implements ILabelProvider {
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/ControlObservablePair.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/ControlObservablePair.java
index 7be470f..807d19a 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/ControlObservablePair.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/ControlObservablePair.java
@@ -4,10 +4,11 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.emf.parsley.binding;
 
 import org.eclipse.core.databinding.observable.value.IObservableValue;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/DialogControlFactory.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/DialogControlFactory.java
index 760eb7e..73f0b71 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/DialogControlFactory.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/DialogControlFactory.java
@@ -9,6 +9,7 @@
  * 
  * Contributors: 
  *   itemis AG - Initial API and implementation
+ *   Lorenzo Bettini - refactoring for EmfParsley
  *
  * </copyright>
  *
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/EObjectTextObservable.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/EObjectTextObservable.java
index 1ee1aa1..78cf28e 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/EObjectTextObservable.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/EObjectTextObservable.java
@@ -3,11 +3,11 @@
  * 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
- *******************************************************************************/
-/**
+ * http://www.eclipse.org/legal/epl-v10.htmlù
  * 
- */
+ * Contributors:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.binding;
 
 import org.eclipse.core.databinding.observable.value.AbstractObservableValue;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/FormControlFactory.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/FormControlFactory.java
index 4699839..93d4d53 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/FormControlFactory.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/FormControlFactory.java
@@ -1,18 +1,13 @@
-/**
- * <copyright> 
- *
- * Copyright (c) 2008, 2013 itemis AG and others.
- * All rights reserved.   This program and the accompanying materials
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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: 
- *   itemis AG - Initial API and implementation
- *
- * </copyright>
- *
- */
+ * Contributors:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.binding;
 
 import org.eclipse.emf.ecore.EObject;
@@ -26,11 +21,7 @@
 import org.eclipse.ui.forms.widgets.FormToolkit;
 
 /**
- * 
  * Creates Control for an {@link EStructuralFeature}
- * 
- * @author Lorenzo Bettini refactoring for EmfParsley
- * 
  */
 public class FormControlFactory extends DialogControlFactory {
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/MultipleFeatureControl.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/MultipleFeatureControl.java
index 32a5fa3..1bdee9c 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/MultipleFeatureControl.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/MultipleFeatureControl.java
@@ -9,6 +9,7 @@
  * 
  * Contributors: 
  *   itemis AG - Initial API and implementation
+ *   Lorenzo Bettini - refactoring for EmfParsley
  *
  * </copyright>
  *
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/MultipleFeatureControlObservable.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/MultipleFeatureControlObservable.java
index 0185eac..c33853f 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/MultipleFeatureControlObservable.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/MultipleFeatureControlObservable.java
@@ -4,6 +4,10 @@
  * 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: 
+ *   itemis AG - Initial API and implementation
+ *   Lorenzo Bettini - refactoring for EmfParsley
  *******************************************************************************/
 package org.eclipse.emf.parsley.binding;
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/ProposalCreator.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/ProposalCreator.java
index 5d36c84..ff0d8ba 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/ProposalCreator.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/binding/ProposalCreator.java
@@ -9,6 +9,7 @@
  * 
  * Contributors: 
  *   itemis AG - Initial API and implementation
+ *   Lorenzo Bettini - refactoring for EmfParsley
  *
  * </copyright>
  *
@@ -37,7 +38,7 @@
 import com.google.common.base.Predicate;
 
 /**
- * @author Dennis H�bner Initial
+ * @author Dennis Huebner Initial
  * @author Lorenzo Bettini polymorphic proposals
  * 
  */
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/builders/TableViewerBuilder.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/builders/TableViewerBuilder.java
index 5415442..74afcfc 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/builders/TableViewerBuilder.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/builders/TableViewerBuilder.java
@@ -4,10 +4,11 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.emf.parsley.builders;
 
 import org.eclipse.emf.ecore.EClass;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/builders/TableViewerColumnBuilder.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/builders/TableViewerColumnBuilder.java
index 783fc90..5f31a1d 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/builders/TableViewerColumnBuilder.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/builders/TableViewerColumnBuilder.java
@@ -4,10 +4,11 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.emf.parsley.builders;
 
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/builders/TableViewerEditableColumnBuilder.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/builders/TableViewerEditableColumnBuilder.java
index 0db477b..9920746 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/builders/TableViewerEditableColumnBuilder.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/builders/TableViewerEditableColumnBuilder.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.builders;
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/dialogs/AbstractDetailDialog.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/dialogs/AbstractDetailDialog.java
index 6a42db9..a60cd94 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/dialogs/AbstractDetailDialog.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/dialogs/AbstractDetailDialog.java
@@ -4,10 +4,12 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ * Francesco Guidieri - Initial contribution and API
+ *******************************************************************************/
+
 package org.eclipse.emf.parsley.dialogs;
 
 import org.eclipse.emf.ecore.EObject;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/dialogs/DetailDialog.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/dialogs/DetailDialog.java
index ca4ae7d..f495539 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/dialogs/DetailDialog.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/dialogs/DetailDialog.java
@@ -4,10 +4,11 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.emf.parsley.dialogs;
 
 import org.eclipse.emf.ecore.EObject;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/dialogs/DetailFormBasedDialog.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/dialogs/DetailFormBasedDialog.java
index 98e4d30..93dca8a 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/dialogs/DetailFormBasedDialog.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/dialogs/DetailFormBasedDialog.java
@@ -4,10 +4,11 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.emf.parsley.dialogs;
 
 import org.eclipse.emf.ecore.EObject;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ecore/FeatureNamePath.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ecore/FeatureNamePath.java
index 216b290..2b08ee5 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ecore/FeatureNamePath.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ecore/FeatureNamePath.java
@@ -4,10 +4,11 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.emf.parsley.ecore;
 
 import java.util.List;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ecore/FeatureResolver.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ecore/FeatureResolver.java
index 394651c..4a929bb 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ecore/FeatureResolver.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ecore/FeatureResolver.java
@@ -4,10 +4,11 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.emf.parsley.ecore;
 
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/EditCommand.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/EditCommand.java
index 96593a2..ae98318 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/EditCommand.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/EditCommand.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.edit;
 
 import java.util.Collection;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/EditingDomainFinder.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/EditingDomainFinder.java
index f2ee9d2..15a02ec 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/EditingDomainFinder.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/EditingDomainFinder.java
@@ -4,10 +4,11 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.emf.parsley.edit;
 
 import org.eclipse.emf.ecore.EObject;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/IEditingStrategy.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/IEditingStrategy.java
index 2aea6d8..b6ee864 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/IEditingStrategy.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/IEditingStrategy.java
@@ -4,10 +4,11 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.emf.parsley.edit;
 
 import org.eclipse.emf.ecore.EObject;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/NotificationBuffer.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/NotificationBuffer.java
index 54b803c..3a55524 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/NotificationBuffer.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/NotificationBuffer.java
@@ -4,10 +4,11 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.emf.parsley.edit;
 
 import java.util.ArrayList;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/OnTheFlyEditingStrategy.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/OnTheFlyEditingStrategy.java
index a37f0ac..1170449 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/OnTheFlyEditingStrategy.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/OnTheFlyEditingStrategy.java
@@ -4,10 +4,11 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.emf.parsley.edit;
 
 import org.eclipse.emf.ecore.EObject;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/ResourceSaveManager.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/ResourceSaveManager.java
index dc7d762..d30b03b 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/ResourceSaveManager.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/ResourceSaveManager.java
@@ -4,10 +4,11 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.emf.parsley.edit;
 
 import java.io.IOException;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/TextUndoRedo.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/TextUndoRedo.java
index 2fcb55a..6c206e4 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/TextUndoRedo.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/TextUndoRedo.java
@@ -4,10 +4,11 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.emf.parsley.edit;
 
 /**
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/UndoableEditingStrategy.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/UndoableEditingStrategy.java
index 08324f0..76cafd6 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/UndoableEditingStrategy.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/UndoableEditingStrategy.java
@@ -4,10 +4,11 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.emf.parsley.edit;
 
 import org.eclipse.emf.ecore.EObject;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/ValidateResourceSaveManager.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/ValidateResourceSaveManager.java
index aedc63d..0da68c9 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/ValidateResourceSaveManager.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/ValidateResourceSaveManager.java
@@ -4,10 +4,11 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.emf.parsley.edit;
 
 import org.eclipse.emf.common.util.Diagnostic;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/action/EditingActionManager.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/action/EditingActionManager.java
index 7170cd9..ee2794d 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/action/EditingActionManager.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/action/EditingActionManager.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.edit.action;
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/action/EditingDomainValidateAction.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/action/EditingDomainValidateAction.java
index 742455e..969e2af 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/action/EditingDomainValidateAction.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/action/EditingDomainValidateAction.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.edit.action;
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/action/EmfActionManager.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/action/EmfActionManager.java
index 9bd09cc..9c141ff 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/action/EmfActionManager.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/action/EmfActionManager.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.edit.action;
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/actionbar/TreeActionBarContributor.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/actionbar/TreeActionBarContributor.java
index e9d4052..06f552c 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/actionbar/TreeActionBarContributor.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/actionbar/TreeActionBarContributor.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.edit.actionbar;
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/actionbar/WorkbenchActionBarContributor.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/actionbar/WorkbenchActionBarContributor.java
index 65fe8e6..eb6b05f 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/actionbar/WorkbenchActionBarContributor.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/actionbar/WorkbenchActionBarContributor.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.edit.actionbar;
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/domain/DefaultAdapterFactoryEditingDomainProvider.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/domain/DefaultAdapterFactoryEditingDomainProvider.java
index e41792f..fb75deb 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/domain/DefaultAdapterFactoryEditingDomainProvider.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/domain/DefaultAdapterFactoryEditingDomainProvider.java
@@ -4,10 +4,11 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.emf.parsley.edit.domain;
 
 import org.eclipse.emf.common.notify.AdapterFactory;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/domain/GlobalAdapterFactoryEditingDomainProvider.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/domain/GlobalAdapterFactoryEditingDomainProvider.java
index 0132ee9..6f180bb 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/domain/GlobalAdapterFactoryEditingDomainProvider.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/domain/GlobalAdapterFactoryEditingDomainProvider.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.edit.domain;
 
 import org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/domain/InjectableAdapterFactoryEditingDomain.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/domain/InjectableAdapterFactoryEditingDomain.java
index a82f586..f8200de 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/domain/InjectableAdapterFactoryEditingDomain.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/domain/InjectableAdapterFactoryEditingDomain.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.edit.domain;
 
 import java.util.HashMap;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/provider/InjectableAdapterFactory.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/provider/InjectableAdapterFactory.java
index 2e9fdea..9d90fc1 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/provider/InjectableAdapterFactory.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/provider/InjectableAdapterFactory.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.edit.provider;
 
 import org.eclipse.emf.ecore.provider.EcoreItemProviderAdapterFactory;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/ui/provider/InjectableAdapterFactoryLabelProvider.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/ui/provider/InjectableAdapterFactoryLabelProvider.java
index cc9826c..ddabf59 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/ui/provider/InjectableAdapterFactoryLabelProvider.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/ui/provider/InjectableAdapterFactoryLabelProvider.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.edit.ui.provider;
 
 import org.eclipse.emf.common.notify.AdapterFactory;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/ui/provider/ViewerContentProvider.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/ui/provider/ViewerContentProvider.java
index ec67544..2dc3ed9 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/ui/provider/ViewerContentProvider.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/edit/ui/provider/ViewerContentProvider.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.edit.ui.provider;
 
 import org.eclipse.emf.parsley.runtime.util.PolymorphicDispatcher;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/factories/ColumnLabelProviderFactory.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/factories/ColumnLabelProviderFactory.java
index ba1ebc5..e143d1e 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/factories/ColumnLabelProviderFactory.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/factories/ColumnLabelProviderFactory.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.factories;
 
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/factories/DialogFactory.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/factories/DialogFactory.java
index fdc5a64..be9977d 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/factories/DialogFactory.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/factories/DialogFactory.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.factories;
 
 import org.eclipse.emf.ecore.EObject;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/factories/FormFactory.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/factories/FormFactory.java
index a917a4e..6007e70 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/factories/FormFactory.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/factories/FormFactory.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.factories;
 
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/factories/TableFormFactory.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/factories/TableFormFactory.java
index 3f3810d..735b23f 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/factories/TableFormFactory.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/factories/TableFormFactory.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.factories;
 
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/factories/TreeFormFactory.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/factories/TreeFormFactory.java
index f028ec4..aa6c850 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/factories/TreeFormFactory.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/factories/TreeFormFactory.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.factories;
 
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/factories/ViewerFactory.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/factories/ViewerFactory.java
index 102ffe2..814236b 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/factories/ViewerFactory.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/factories/ViewerFactory.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.factories;
 
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/handlers/OutlineSelectionHandler.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/handlers/OutlineSelectionHandler.java
index f771940..55e10cd 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/handlers/OutlineSelectionHandler.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/handlers/OutlineSelectionHandler.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.handlers;
 
 import java.util.ArrayList;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/listeners/IEditorMouseListener.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/listeners/IEditorMouseListener.java
index 2e35e24..b01d4ef 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/listeners/IEditorMouseListener.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/listeners/IEditorMouseListener.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.listeners;
 
 import org.eclipse.swt.events.MouseListener;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/listeners/IViewerMouseListener.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/listeners/IViewerMouseListener.java
index 1838bbb..11e75d7 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/listeners/IViewerMouseListener.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/listeners/IViewerMouseListener.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.listeners;
 
 import org.eclipse.swt.events.MouseListener;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/listeners/NoOpMouseAdapter.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/listeners/NoOpMouseAdapter.java
index e522dd2..566c212 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/listeners/NoOpMouseAdapter.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/listeners/NoOpMouseAdapter.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.listeners;
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/listeners/OpenDialogMouseAdapter.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/listeners/OpenDialogMouseAdapter.java
index c83c318..200cfee 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/listeners/OpenDialogMouseAdapter.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/listeners/OpenDialogMouseAdapter.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.listeners;
 
 import org.eclipse.emf.ecore.EObject;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/listeners/OpenFormBasedDialogMouseAdapter.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/listeners/OpenFormBasedDialogMouseAdapter.java
index f4b8260..8bddf47 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/listeners/OpenFormBasedDialogMouseAdapter.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/listeners/OpenFormBasedDialogMouseAdapter.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.listeners;
 
 import org.eclipse.emf.ecore.EObject;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/listeners/OpenPropertyViewMouseAdapter.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/listeners/OpenPropertyViewMouseAdapter.java
index 3670fe4..1637367 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/listeners/OpenPropertyViewMouseAdapter.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/listeners/OpenPropertyViewMouseAdapter.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.listeners;
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/menus/ViewerContextMenuFactory.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/menus/ViewerContextMenuFactory.java
index 8935c51..cd132e4 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/menus/ViewerContextMenuFactory.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/menus/ViewerContextMenuFactory.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.menus;
 
 import org.eclipse.emf.edit.domain.AdapterFactoryEditingDomain;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/resource/EmptyResourceInitializer.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/resource/EmptyResourceInitializer.java
index af5e30c..688c9e8 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/resource/EmptyResourceInitializer.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/resource/EmptyResourceInitializer.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.resource;
 
 import org.eclipse.emf.ecore.resource.Resource;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/resource/LoadResourceResponse.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/resource/LoadResourceResponse.java
index b667e8a..29763d4 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/resource/LoadResourceResponse.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/resource/LoadResourceResponse.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.resource;
 
 import org.eclipse.emf.ecore.resource.Resource;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/resource/ResourceLoader.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/resource/ResourceLoader.java
index 98b6e52..f9843de 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/resource/ResourceLoader.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/resource/ResourceLoader.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.resource;
 
 import org.eclipse.emf.common.util.URI;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/EmfParsleyAbstractActivator.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/EmfParsleyAbstractActivator.java
index b76fad7..655aaac 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/EmfParsleyAbstractActivator.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/EmfParsleyAbstractActivator.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.ui;
 
 import static com.google.inject.Guice.createInjector;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/AdapterMapCellLabelProvider.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/AdapterMapCellLabelProvider.java
index b854619..6dac8f4 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/AdapterMapCellLabelProvider.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/AdapterMapCellLabelProvider.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.ui.provider;
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/DialogFeatureCaptionProvider.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/DialogFeatureCaptionProvider.java
index 5ceabc6..ea410cb 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/DialogFeatureCaptionProvider.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/DialogFeatureCaptionProvider.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.ui.provider;
 
 import java.lang.reflect.Method;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/EClassToEStructuralFeatureAsStringsMap.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/EClassToEStructuralFeatureAsStringsMap.java
index 15f9372..63405e0 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/EClassToEStructuralFeatureAsStringsMap.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/EClassToEStructuralFeatureAsStringsMap.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.ui.provider;
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/FeatureCaptionProvider.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/FeatureCaptionProvider.java
index 3e27f4e..9d3755b 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/FeatureCaptionProvider.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/FeatureCaptionProvider.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.ui.provider;
 
 import org.eclipse.emf.parsley.runtime.util.PolymorphicDispatcher;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/FeaturesColumnProvider.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/FeaturesColumnProvider.java
index fb4585c..5ba52ec 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/FeaturesColumnProvider.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/FeaturesColumnProvider.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.ui.provider;
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/FeaturesProvider.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/FeaturesProvider.java
index f08651f..6a8f356 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/FeaturesProvider.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/FeaturesProvider.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.ui.provider;
 
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/FormFeatureCaptionProvider.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/FormFeatureCaptionProvider.java
index 192b6d5..0700e52 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/FormFeatureCaptionProvider.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/FormFeatureCaptionProvider.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.ui.provider;
 
 import org.eclipse.swt.layout.GridData;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/TableColumnLabelProvider.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/TableColumnLabelProvider.java
index af43ede..e92471f 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/TableColumnLabelProvider.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/TableColumnLabelProvider.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.ui.provider;
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/ViewerLabelProvider.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/ViewerLabelProvider.java
index 738f171..5cf9236 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/ViewerLabelProvider.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/ui/provider/ViewerLabelProvider.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.ui.provider;
 
 import org.eclipse.emf.parsley.runtime.ui.IImageHelper;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/ActionBarsUtils.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/ActionBarsUtils.java
index 148daa2..c2a7ff9 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/ActionBarsUtils.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/ActionBarsUtils.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.util;
 
 import org.eclipse.ui.IActionBars;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EObjectState.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EObjectState.java
index 042d6e5..b44a24b 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EObjectState.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EObjectState.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.util;
 
 import java.util.HashMap;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EStructuralFeatureNameComparator.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EStructuralFeatureNameComparator.java
index 7413be3..4f6185d 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EStructuralFeatureNameComparator.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EStructuralFeatureNameComparator.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.util;
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EcoreUtil2.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EcoreUtil2.java
index df6fb90..c377483 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EcoreUtil2.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EcoreUtil2.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.util;
 
 import org.eclipse.emf.ecore.EObject;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EmfCommandsUtil.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EmfCommandsUtil.java
index 24c6def..4ef335e 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EmfCommandsUtil.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EmfCommandsUtil.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.util;
 
 import java.util.EventObject;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EmfParsleyUtil.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EmfParsleyUtil.java
index 269add8..88181b6 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EmfParsleyUtil.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EmfParsleyUtil.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.util;
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EmfSelectionHelper.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EmfSelectionHelper.java
index f6cf047..e1f0222 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EmfSelectionHelper.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/util/EmfSelectionHelper.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.util;
 
 import org.eclipse.emf.ecore.EObject;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/viewers/ViewerInitializer.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/viewers/ViewerInitializer.java
index 9f6ebb8..5d5c362 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/viewers/ViewerInitializer.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/viewers/ViewerInitializer.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.viewers;
 
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/viewers/ViewerSelectionProvider.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/viewers/ViewerSelectionProvider.java
index c13dc53..97f62c7 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/viewers/ViewerSelectionProvider.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/viewers/ViewerSelectionProvider.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.viewers;
 
 import java.util.ArrayList;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/AbstractDetailComposite.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/AbstractDetailComposite.java
index 79e7b06..6397796 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/AbstractDetailComposite.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/AbstractDetailComposite.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.widgets;
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/AbstractMasterDetailComposite.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/AbstractMasterDetailComposite.java
index 93c1e51..f6f5bed 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/AbstractMasterDetailComposite.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/AbstractMasterDetailComposite.java
@@ -4,6 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ * Francesco Guidieri - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.widgets;
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/DialogDetailComposite.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/DialogDetailComposite.java
index 2396e08..61ef953 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/DialogDetailComposite.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/DialogDetailComposite.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.widgets;
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/FormDetailComposite.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/FormDetailComposite.java
index a4d875a..4a518c1 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/FormDetailComposite.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/FormDetailComposite.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.widgets;
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/FormDetailReadOnlyComposite.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/FormDetailReadOnlyComposite.java
index bf59405..225d7c0 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/FormDetailReadOnlyComposite.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/FormDetailReadOnlyComposite.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.widgets;
 
 import org.eclipse.emf.parsley.binding.FormControlFactory;
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/IStructuredViewerAware.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/IStructuredViewerAware.java
index bfaac8c..5b11839 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/IStructuredViewerAware.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/IStructuredViewerAware.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.widgets;
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/StructuredViewerAwareComposite.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/StructuredViewerAwareComposite.java
index 3a882b4..64b4ddd 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/StructuredViewerAwareComposite.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/StructuredViewerAwareComposite.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.widgets;
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/TableFormComposite.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/TableFormComposite.java
index 6aacc60..c71df18 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/TableFormComposite.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/TableFormComposite.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.widgets;
 
diff --git a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/TreeFormComposite.java b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/TreeFormComposite.java
index 1a9c180..8e124a8 100644
--- a/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/TreeFormComposite.java
+++ b/plugins/org.eclipse.emf.parsley.common/src/org/eclipse/emf/parsley/widgets/TreeFormComposite.java
@@ -4,6 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ * Francesco Guidieri - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.widgets;
 
diff --git a/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfAbstractEditor.java b/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfAbstractEditor.java
index 2451f9f..8d26891 100644
--- a/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfAbstractEditor.java
+++ b/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfAbstractEditor.java
@@ -9,6 +9,7 @@
  *
  * Contributors:
  *   IBM - Initial API and implementation
+ *   Lorenzo Bettini - refactored and adapted for Emf Parsley
  *
  * </copyright>
  *
diff --git a/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfParsleyEditorActionBarContributor.java b/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfParsleyEditorActionBarContributor.java
index 6b65dfc..7bb89c5 100644
--- a/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfParsleyEditorActionBarContributor.java
+++ b/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfParsleyEditorActionBarContributor.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.editors;
 
 import org.eclipse.emf.parsley.edit.actionbar.WorkbenchActionBarContributor;
diff --git a/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfParsleyEditorsActivator.java b/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfParsleyEditorsActivator.java
index 6e92959..7f79009 100644
--- a/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfParsleyEditorsActivator.java
+++ b/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfParsleyEditorsActivator.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.editors;
 
diff --git a/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfParsleyEditorsExecutableExtensionFactory.java b/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfParsleyEditorsExecutableExtensionFactory.java
index 35d9b16..65523bb 100644
--- a/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfParsleyEditorsExecutableExtensionFactory.java
+++ b/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfParsleyEditorsExecutableExtensionFactory.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.editors;
 
diff --git a/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfTreeEditor.java b/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfTreeEditor.java
index ad40553..8a3c260 100644
--- a/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfTreeEditor.java
+++ b/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/EmfTreeEditor.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.editors;
 
 
diff --git a/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/listeners/ResourceDeltaVisitor.java b/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/listeners/ResourceDeltaVisitor.java
index 1ba0d9d..dd040f1 100644
--- a/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/listeners/ResourceDeltaVisitor.java
+++ b/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/listeners/ResourceDeltaVisitor.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.editors.listeners;
 
 import java.util.ArrayList;
diff --git a/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/outline/EmfEditorContentOutlineFactory.java b/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/outline/EmfEditorContentOutlineFactory.java
index fe3093e..34dfaeb 100644
--- a/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/outline/EmfEditorContentOutlineFactory.java
+++ b/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/outline/EmfEditorContentOutlineFactory.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.editors.outline;
 
 import org.eclipse.emf.parsley.editors.EmfAbstractEditor;
diff --git a/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/outline/EmfEditorContentOutlinePage.java b/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/outline/EmfEditorContentOutlinePage.java
index 931fc8f..b823449 100644
--- a/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/outline/EmfEditorContentOutlinePage.java
+++ b/plugins/org.eclipse.emf.parsley.editors.common/src/org/eclipse/emf/parsley/editors/outline/EmfEditorContentOutlinePage.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.emf.parsley.editors.outline;
 
 
diff --git a/plugins/org.eclipse.emf.parsley.generator.common/src/org/eclipse/emf/parsley/generator/common/Activator.java b/plugins/org.eclipse.emf.parsley.generator.common/src/org/eclipse/emf/parsley/generator/common/Activator.java
index 4421717..7e0f5d2 100644
--- a/plugins/org.eclipse.emf.parsley.generator.common/src/org/eclipse/emf/parsley/generator/common/Activator.java
+++ b/plugins/org.eclipse.emf.parsley.generator.common/src/org/eclipse/emf/parsley/generator/common/Activator.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.generator.common;
 
diff --git a/plugins/org.eclipse.emf.parsley.generator.common/src/org/eclipse/emf/parsley/generator/common/EmfParsleyProjectFilesGenerator.xtend b/plugins/org.eclipse.emf.parsley.generator.common/src/org/eclipse/emf/parsley/generator/common/EmfParsleyProjectFilesGenerator.xtend
index 6658f64..8215513 100644
--- a/plugins/org.eclipse.emf.parsley.generator.common/src/org/eclipse/emf/parsley/generator/common/EmfParsleyProjectFilesGenerator.xtend
+++ b/plugins/org.eclipse.emf.parsley.generator.common/src/org/eclipse/emf/parsley/generator/common/EmfParsleyProjectFilesGenerator.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.generator.common
 
diff --git a/plugins/org.eclipse.emf.parsley.generator.common/src/org/eclipse/emf/parsley/generator/common/EmfParsleyViewFilesGenerator.xtend b/plugins/org.eclipse.emf.parsley.generator.common/src/org/eclipse/emf/parsley/generator/common/EmfParsleyViewFilesGenerator.xtend
index 2a711db..b628c8b 100644
--- a/plugins/org.eclipse.emf.parsley.generator.common/src/org/eclipse/emf/parsley/generator/common/EmfParsleyViewFilesGenerator.xtend
+++ b/plugins/org.eclipse.emf.parsley.generator.common/src/org/eclipse/emf/parsley/generator/common/EmfParsleyViewFilesGenerator.xtend
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.generator.common
 
diff --git a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/AbstractGenericModule.java b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/AbstractGenericModule.java
index f23e8a4..32107c8 100644
--- a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/AbstractGenericModule.java
+++ b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/AbstractGenericModule.java
@@ -6,6 +6,11 @@
  * 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:
+ * @author Heiko Behrens - Initial contribution and API
+ * @author Sven Efftinge
+ * @author Sebastian Zarnekow
  *******************************************************************************/
 import java.io.IOException;
 import java.io.InputStream;
diff --git a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/BindModule.java b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/BindModule.java
index 51bc874..69cb296 100644
--- a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/BindModule.java
+++ b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/BindModule.java
@@ -4,6 +4,9 @@
  * 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:
+ * itemis AG - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.runtime.service;
 
diff --git a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/CompoundModule.java b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/CompoundModule.java
index 58e4b29..9e76f45 100644
--- a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/CompoundModule.java
+++ b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/CompoundModule.java
@@ -6,6 +6,9 @@
  * 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:
+ * @author Sebastian Zarnekow - Initial contribution and API
  *******************************************************************************/
 
 import java.util.List;
diff --git a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/FreeModule.java b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/FreeModule.java
index 5599981..03b18ea 100644
--- a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/FreeModule.java
+++ b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/FreeModule.java
@@ -4,6 +4,9 @@
  * 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:
+ * itemis AG - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.runtime.service;
 
diff --git a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/MethodBasedModule.java b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/MethodBasedModule.java
index 9434f52..908bc57 100644
--- a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/MethodBasedModule.java
+++ b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/MethodBasedModule.java
@@ -4,6 +4,9 @@
  * 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:
+ * itemis AG - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.runtime.service;
 
diff --git a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/MinimalModule.java b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/MinimalModule.java
index 0222977..c577a2e 100644
--- a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/MinimalModule.java
+++ b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/MinimalModule.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.runtime.service;
 
 import org.eclipse.jface.dialogs.IDialogSettings;
diff --git a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/ProviderModule.java b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/ProviderModule.java
index 57b5762..dcb3453 100644
--- a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/ProviderModule.java
+++ b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/ProviderModule.java
@@ -4,6 +4,9 @@
  * 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:
+ * itemis AG - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.runtime.service;
 
diff --git a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/SingletonBinding.java b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/SingletonBinding.java
index 6204fff..1bd557d 100644
--- a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/SingletonBinding.java
+++ b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/service/SingletonBinding.java
@@ -4,6 +4,9 @@
  * 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:
+ * itemis AG - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.runtime.service;
 
diff --git a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/ui/AbstractGuiceAwareExecutableExtensionFactory.java b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/ui/AbstractGuiceAwareExecutableExtensionFactory.java
index c9d07e5..6152d3d 100644
--- a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/ui/AbstractGuiceAwareExecutableExtensionFactory.java
+++ b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/ui/AbstractGuiceAwareExecutableExtensionFactory.java
@@ -6,6 +6,9 @@
  * 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:
+ * Sven Efftinge - Initial contribution and API
  *******************************************************************************/
 
 import java.util.Map;
diff --git a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/ui/IImageHelper.java b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/ui/IImageHelper.java
index 6c11469..b733c25 100644
--- a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/ui/IImageHelper.java
+++ b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/ui/IImageHelper.java
@@ -4,6 +4,9 @@
  * 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:
+ * itemis AG - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.runtime.ui;
 
diff --git a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/ui/MinimalExecutableExtensionFactory.java b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/ui/MinimalExecutableExtensionFactory.java
index 3891441..6cc46b5 100644
--- a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/ui/MinimalExecutableExtensionFactory.java
+++ b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/ui/MinimalExecutableExtensionFactory.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.runtime.ui;
 
 import org.eclipse.emf.parsley.runtime.service.AbstractGenericModule;
diff --git a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/ui/PluginImageHelper.java b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/ui/PluginImageHelper.java
index a452c9f..69e2060 100644
--- a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/ui/PluginImageHelper.java
+++ b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/ui/PluginImageHelper.java
@@ -4,6 +4,9 @@
  * 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:
+ * itemis AG - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.runtime.ui;
 
diff --git a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/util/Exceptions.java b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/util/Exceptions.java
index 91947f6..0dab8c8 100644
--- a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/util/Exceptions.java
+++ b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/util/Exceptions.java
@@ -4,6 +4,9 @@
  * 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:
+ * itemis AG - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.runtime.util;
 
diff --git a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/util/PolymorphicDispatcher.java b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/util/PolymorphicDispatcher.java
index 5025074..64b7718 100644
--- a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/util/PolymorphicDispatcher.java
+++ b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/util/PolymorphicDispatcher.java
@@ -5,6 +5,8 @@
  * which accompanies this distribution, and is available at
  * http://www.eclipse.org/legal/epl-v10.html
  *
+ * Contributors:
+ * itemis AG - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.runtime.util;
 
diff --git a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/util/ReflectionUtil.java b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/util/ReflectionUtil.java
index 075b98d..124a974 100644
--- a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/util/ReflectionUtil.java
+++ b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/util/ReflectionUtil.java
@@ -4,6 +4,9 @@
  * 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:
+ * itemis AG - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.runtime.util;
 
diff --git a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/util/SimpleCache.java b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/util/SimpleCache.java
index 9f7aa46..aeb49c5 100644
--- a/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/util/SimpleCache.java
+++ b/plugins/org.eclipse.emf.parsley.runtime.common/src/org/eclipse/emf/parsley/runtime/util/SimpleCache.java
@@ -4,6 +4,9 @@
  * 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:
+ * itemis AG - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.runtime.util;
 
diff --git a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractOnSelectionTableFormView.java b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractOnSelectionTableFormView.java
index 0a8650c..ab9892d 100644
--- a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractOnSelectionTableFormView.java
+++ b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractOnSelectionTableFormView.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
-/**
- *
- */
 package org.eclipse.emf.parsley.views;
 
 
diff --git a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractOnSelectionTableView.java b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractOnSelectionTableView.java
index 47733f8..e890fe0 100644
--- a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractOnSelectionTableView.java
+++ b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractOnSelectionTableView.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
-/**
- *
- */
 package org.eclipse.emf.parsley.views;
 
 
diff --git a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractOnSelectionView.java b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractOnSelectionView.java
index ae6b11f..6684a7a 100644
--- a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractOnSelectionView.java
+++ b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractOnSelectionView.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.views;
 
 
diff --git a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractSaveableTableFormView.java b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractSaveableTableFormView.java
index d0aa5c4..94024a1 100644
--- a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractSaveableTableFormView.java
+++ b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractSaveableTableFormView.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.views;
 
diff --git a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractSaveableTableView.java b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractSaveableTableView.java
index 54496e8..1e3d79d 100644
--- a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractSaveableTableView.java
+++ b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractSaveableTableView.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.views;
 
diff --git a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractSaveableTreeFormView.java b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractSaveableTreeFormView.java
index 0a8aaac..c2a654a 100644
--- a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractSaveableTreeFormView.java
+++ b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractSaveableTreeFormView.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.views;
 
diff --git a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractSaveableTreeView.java b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractSaveableTreeView.java
index 3be541e..c14c71c 100644
--- a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractSaveableTreeView.java
+++ b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractSaveableTreeView.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.views;
 
diff --git a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractSaveableView.java b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractSaveableView.java
index 5dbb75a..4c03510 100644
--- a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractSaveableView.java
+++ b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractSaveableView.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.views;
 
diff --git a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractSaveableViewerView.java b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractSaveableViewerView.java
index 6e8e4d8..e4e18c8 100644
--- a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractSaveableViewerView.java
+++ b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/AbstractSaveableViewerView.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.views;
 
diff --git a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/EmfParsleyViewsActivator.java b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/EmfParsleyViewsActivator.java
index abafc1d..1ce1a54 100644
--- a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/EmfParsleyViewsActivator.java
+++ b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/EmfParsleyViewsActivator.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.views;
 
diff --git a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionFormView.java b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionFormView.java
index 8df6c2e..c1421da 100644
--- a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionFormView.java
+++ b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionFormView.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.views;
 
 
diff --git a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionListView.java b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionListView.java
index bcfd935..18470b2 100644
--- a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionListView.java
+++ b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionListView.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.views;
 
 import org.eclipse.jface.viewers.ListViewer;
diff --git a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionReadOnlyFormView.java b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionReadOnlyFormView.java
index a401658..b6ccbde 100644
--- a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionReadOnlyFormView.java
+++ b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionReadOnlyFormView.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.views;
 
 import org.eclipse.emf.parsley.widgets.FormDetailComposite;
diff --git a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionShowAllTableView.java b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionShowAllTableView.java
index 02729bd..d905876 100644
--- a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionShowAllTableView.java
+++ b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionShowAllTableView.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.views;
 
 
diff --git a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionStructuredViewerAbstractView.java b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionStructuredViewerAbstractView.java
index 613ab89..3ea6534 100644
--- a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionStructuredViewerAbstractView.java
+++ b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionStructuredViewerAbstractView.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.views;
 
 
diff --git a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionTableFormView.java b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionTableFormView.java
index e7cda5b..1955c7c 100644
--- a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionTableFormView.java
+++ b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionTableFormView.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.views;
 
diff --git a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionTreeFormView.java b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionTreeFormView.java
index da53608..1946caf 100644
--- a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionTreeFormView.java
+++ b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionTreeFormView.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.views;
 
diff --git a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionTreeView.java b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionTreeView.java
index 7f25ed6..2273f86 100644
--- a/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionTreeView.java
+++ b/plugins/org.eclipse.emf.parsley.views.common/src/org/eclipse/emf/parsley/views/OnSelectionTreeView.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.views;
 
 import org.eclipse.jface.viewers.StructuredViewer;
diff --git a/plugins/org.eclipse.emf.parsley.views/src/org/eclipse/emf/parsley/views/resource/AbstractResourcesListener.java b/plugins/org.eclipse.emf.parsley.views/src/org/eclipse/emf/parsley/views/resource/AbstractResourcesListener.java
index 5b1e765..60b5f7d 100644
--- a/plugins/org.eclipse.emf.parsley.views/src/org/eclipse/emf/parsley/views/resource/AbstractResourcesListener.java
+++ b/plugins/org.eclipse.emf.parsley.views/src/org/eclipse/emf/parsley/views/resource/AbstractResourcesListener.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.views.resource;
 
diff --git a/plugins/org.eclipse.emf.parsley.views/src/org/eclipse/emf/parsley/views/resource/ObservableResourceLoader.java b/plugins/org.eclipse.emf.parsley.views/src/org/eclipse/emf/parsley/views/resource/ObservableResourceLoader.java
index 66a0152..52a6a64 100644
--- a/plugins/org.eclipse.emf.parsley.views/src/org/eclipse/emf/parsley/views/resource/ObservableResourceLoader.java
+++ b/plugins/org.eclipse.emf.parsley.views/src/org/eclipse/emf/parsley/views/resource/ObservableResourceLoader.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.views.resource;
 
diff --git a/plugins/org.eclipse.emf.parsley.wizards/src/org/eclipse/emf/parsley/wizards/Activator.java b/plugins/org.eclipse.emf.parsley.wizards/src/org/eclipse/emf/parsley/wizards/Activator.java
index 5d25f76..0064fe9 100644
--- a/plugins/org.eclipse.emf.parsley.wizards/src/org/eclipse/emf/parsley/wizards/Activator.java
+++ b/plugins/org.eclipse.emf.parsley.wizards/src/org/eclipse/emf/parsley/wizards/Activator.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.wizards;
 
diff --git a/plugins/org.eclipse.emf.parsley.wizards/src/org/eclipse/emf/parsley/wizards/EmfParsleyChoiceTemplate.java b/plugins/org.eclipse.emf.parsley.wizards/src/org/eclipse/emf/parsley/wizards/EmfParsleyChoiceTemplate.java
index c27a881..1b087c1 100644
--- a/plugins/org.eclipse.emf.parsley.wizards/src/org/eclipse/emf/parsley/wizards/EmfParsleyChoiceTemplate.java
+++ b/plugins/org.eclipse.emf.parsley.wizards/src/org/eclipse/emf/parsley/wizards/EmfParsleyChoiceTemplate.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.wizards;
 
diff --git a/plugins/org.eclipse.emf.parsley.wizards/src/org/eclipse/emf/parsley/wizards/NewEmfParsleyProjectSupport.java b/plugins/org.eclipse.emf.parsley.wizards/src/org/eclipse/emf/parsley/wizards/NewEmfParsleyProjectSupport.java
index b090c29..91a9ca7 100644
--- a/plugins/org.eclipse.emf.parsley.wizards/src/org/eclipse/emf/parsley/wizards/NewEmfParsleyProjectSupport.java
+++ b/plugins/org.eclipse.emf.parsley.wizards/src/org/eclipse/emf/parsley/wizards/NewEmfParsleyProjectSupport.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.wizards;
 
diff --git a/plugins/org.eclipse.emf.parsley.wizards/src/org/eclipse/emf/parsley/wizards/NewEmfParsleyProjectWizard.java b/plugins/org.eclipse.emf.parsley.wizards/src/org/eclipse/emf/parsley/wizards/NewEmfParsleyProjectWizard.java
index 2ebbcbb..ab0654b 100644
--- a/plugins/org.eclipse.emf.parsley.wizards/src/org/eclipse/emf/parsley/wizards/NewEmfParsleyProjectWizard.java
+++ b/plugins/org.eclipse.emf.parsley.wizards/src/org/eclipse/emf/parsley/wizards/NewEmfParsleyProjectWizard.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.wizards;
 
 import java.lang.reflect.InvocationTargetException;
diff --git a/plugins/org.eclipse.emf.parsley.wizards/src/org/eclipse/emf/parsley/wizards/TablePluginContentWizard.java b/plugins/org.eclipse.emf.parsley.wizards/src/org/eclipse/emf/parsley/wizards/TablePluginContentWizard.java
index 7f37d8d..2705e73 100644
--- a/plugins/org.eclipse.emf.parsley.wizards/src/org/eclipse/emf/parsley/wizards/TablePluginContentWizard.java
+++ b/plugins/org.eclipse.emf.parsley.wizards/src/org/eclipse/emf/parsley/wizards/TablePluginContentWizard.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.wizards;
 
diff --git a/plugins/org.eclipse.emf.parsley.wizards/src/org/eclipse/emf/parsley/wizards/TableViewTemplateSection.java b/plugins/org.eclipse.emf.parsley.wizards/src/org/eclipse/emf/parsley/wizards/TableViewTemplateSection.java
index 339da17..bed77c1 100644
--- a/plugins/org.eclipse.emf.parsley.wizards/src/org/eclipse/emf/parsley/wizards/TableViewTemplateSection.java
+++ b/plugins/org.eclipse.emf.parsley.wizards/src/org/eclipse/emf/parsley/wizards/TableViewTemplateSection.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.wizards;
 
diff --git a/tests/org.eclipse.emf.parsley.cdo.tests/src/org/eclipse/emf/parsley/cdo/tests/Activator.java b/tests/org.eclipse.emf.parsley.cdo.tests/src/org/eclipse/emf/parsley/cdo/tests/Activator.java
index f8d49e4..f903400 100644
--- a/tests/org.eclipse.emf.parsley.cdo.tests/src/org/eclipse/emf/parsley/cdo/tests/Activator.java
+++ b/tests/org.eclipse.emf.parsley.cdo.tests/src/org/eclipse/emf/parsley/cdo/tests/Activator.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
  *******************************************************************************/
 package org.eclipse.emf.parsley.cdo.tests;
 
diff --git a/tests/org.eclipse.emf.parsley.cdo.tests/src/org/eclipse/emf/parsley/cdo/tests/CDOUriTests.java b/tests/org.eclipse.emf.parsley.cdo.tests/src/org/eclipse/emf/parsley/cdo/tests/CDOUriTests.java
index a68eeb1..4777321 100644
--- a/tests/org.eclipse.emf.parsley.cdo.tests/src/org/eclipse/emf/parsley/cdo/tests/CDOUriTests.java
+++ b/tests/org.eclipse.emf.parsley.cdo.tests/src/org/eclipse/emf/parsley/cdo/tests/CDOUriTests.java
@@ -4,10 +4,11 @@
  * 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:
+ * Lorenzo Bettini - initial API and implementation
+ *******************************************************************************/
+
 package org.eclipse.emf.parsley.cdo.tests;
 
 import static org.junit.Assert.assertEquals;
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/Activator.java b/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/Activator.java
index 9aa8016..a3be9bd 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/Activator.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/Activator.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests.swtbot.cdo;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/CDOTestSuite.java b/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/CDOTestSuite.java
index 8200bbe..89b866b 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/CDOTestSuite.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/CDOTestSuite.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests.swtbot.cdo;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/treeform/CDOTreeFormDirtyAndSaveableTests.java b/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/treeform/CDOTreeFormDirtyAndSaveableTests.java
index c48e119..c0a2717 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/treeform/CDOTreeFormDirtyAndSaveableTests.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/treeform/CDOTreeFormDirtyAndSaveableTests.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests.swtbot.cdo.treeform;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/treeform/CDOTreeFormTests.java b/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/treeform/CDOTreeFormTests.java
index c429462..229c2b0 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/treeform/CDOTreeFormTests.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/treeform/CDOTreeFormTests.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests.swtbot.cdo.treeform;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/util/AbstractCDOTest.java b/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/util/AbstractCDOTest.java
index 6aafbe0..a280b31 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/util/AbstractCDOTest.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/util/AbstractCDOTest.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests.swtbot.cdo.util;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/util/CDOAbstractTests.java b/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/util/CDOAbstractTests.java
index 4d569a8..8a724ac 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/util/CDOAbstractTests.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot.cdo/src/org/eclipse/emf/parsley/tests/swtbot/cdo/util/CDOAbstractTests.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests.swtbot.cdo.util;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyAbstractTests.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyAbstractTests.java
index a10c2eb..2674acf 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyAbstractTests.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyAbstractTests.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyColumnLabelProviderTests.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyColumnLabelProviderTests.java
index d6a2039..2efb6d3 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyColumnLabelProviderTests.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyColumnLabelProviderTests.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyCustomLibraryAbstractTests.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyCustomLibraryAbstractTests.java
index 7a1214a..4355f6a 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyCustomLibraryAbstractTests.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyCustomLibraryAbstractTests.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests;
 
 import static org.junit.Assert.assertEquals;
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyDialogTests.xtend b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyDialogTests.xtend
index 0428829..9b41a20 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyDialogTests.xtend
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyDialogTests.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests
 
 import org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyDslEditorTests.xtend b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyDslEditorTests.xtend
index 61546d6..5cb5d82 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyDslEditorTests.xtend
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyDslEditorTests.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests
 
 import org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyDslUiAbstractTests.xtend b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyDslUiAbstractTests.xtend
index fdbceab..4f74511 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyDslUiAbstractTests.xtend
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyDslUiAbstractTests.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests
 
 import org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyDslWizardsTests.xtend b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyDslWizardsTests.xtend
index 457b48f..d7a76a4 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyDslWizardsTests.xtend
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyDslWizardsTests.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests
 
 import org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyEditingDomainTests.xtend b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyEditingDomainTests.xtend
index a2f1529..e97e094 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyEditingDomainTests.xtend
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyEditingDomainTests.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests
 
 import com.google.inject.Guice
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyEditingStrategyTests.xtend b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyEditingStrategyTests.xtend
index 07cc29f..5ef0ba4 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyEditingStrategyTests.xtend
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyEditingStrategyTests.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests
 
 import org.eclipse.swt.widgets.Display
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyEditorTests.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyEditorTests.java
index 675260f..a7c5e72 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyEditorTests.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyEditorTests.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyExamplesWizardsTests.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyExamplesWizardsTests.java
index 43bf7f9..5cddd6a 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyExamplesWizardsTests.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyExamplesWizardsTests.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyFormBasedDialogTests.xtend b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyFormBasedDialogTests.xtend
index 9c19bd4..0b9e914 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyFormBasedDialogTests.xtend
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyFormBasedDialogTests.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests
 
 import org.eclipse.swtbot.forms.finder.SWTFormsBot
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyFormTests.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyFormTests.java
index cf3a8a1..ecfb51c 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyFormTests.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyFormTests.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyLabelProviderTests.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyLabelProviderTests.java
index f1a5976..b435baa 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyLabelProviderTests.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyLabelProviderTests.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyProvidersBasedOnViewTests.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyProvidersBasedOnViewTests.java
index 4f323c9..67b1462 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyProvidersBasedOnViewTests.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyProvidersBasedOnViewTests.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyProvidersTests.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyProvidersTests.java
index ebedff3..9253019 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyProvidersTests.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyProvidersTests.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleySaveableViewTests.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleySaveableViewTests.java
index c51a2b6..c424807 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleySaveableViewTests.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleySaveableViewTests.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyTestsActivator.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyTestsActivator.java
index 0c53e36..e92333c 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyTestsActivator.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyTestsActivator.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyTestsSuite.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyTestsSuite.java
index b64bb84..f0fdf40 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyTestsSuite.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyTestsSuite.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyTextUndoRedoTests.xtend b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyTextUndoRedoTests.xtend
index cb240ed..1ca7629 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyTextUndoRedoTests.xtend
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyTextUndoRedoTests.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests
 
 import org.eclipse.swtbot.swt.finder.SWTBot
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyUtilTests.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyUtilTests.java
index 3239d6b..c321e54 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyUtilTests.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyUtilTests.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests;
 
 import static org.junit.Assert.assertEquals;
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyViewTests.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyViewTests.java
index 4d4255a..4f715e7 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyViewTests.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyViewTests.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyWizardsTests.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyWizardsTests.java
index 2829f96..2a451e2 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyWizardsTests.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/EmfParsleyWizardsTests.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/binding/CustomLibraryFormControlFactory.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/binding/CustomLibraryFormControlFactory.java
index 8905039..36798f7 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/binding/CustomLibraryFormControlFactory.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/binding/CustomLibraryFormControlFactory.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.binding;
 
 import static org.eclipse.xtext.xbase.lib.IterableExtensions.join;
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/binding/CustomLibraryProposalCreator.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/binding/CustomLibraryProposalCreator.java
index 5fd365e..f7c3b7c 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/binding/CustomLibraryProposalCreator.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/binding/CustomLibraryProposalCreator.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.binding;
 
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/editors/TestEditor.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/editors/TestEditor.java
index 5e76817..8e7d1a5 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/editors/TestEditor.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/editors/TestEditor.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.editors;
 
 import org.eclipse.emf.parsley.editors.EmfTreeEditor;
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomContentProviderLibraryExecutableExtensionFactory.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomContentProviderLibraryExecutableExtensionFactory.java
index 059b66f..5c93fbf 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomContentProviderLibraryExecutableExtensionFactory.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomContentProviderLibraryExecutableExtensionFactory.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.factories;
 
 import org.eclipse.emf.parsley.tests.EmfParsleyTestsActivator;
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomContentProviderLibraryModule.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomContentProviderLibraryModule.java
index 3da0db0..8e97a24 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomContentProviderLibraryModule.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomContentProviderLibraryModule.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests.factories;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomElementsContentProviderLibraryModule.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomElementsContentProviderLibraryModule.java
index ed535fa..646c0a3 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomElementsContentProviderLibraryModule.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomElementsContentProviderLibraryModule.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests.factories;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomLabelExecutableExtensionFactory.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomLabelExecutableExtensionFactory.java
index 021e720..984650f 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomLabelExecutableExtensionFactory.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomLabelExecutableExtensionFactory.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.factories;
 
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomLibraryExecutableExtensionFactory.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomLibraryExecutableExtensionFactory.java
index f49f652..6199003 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomLibraryExecutableExtensionFactory.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomLibraryExecutableExtensionFactory.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.factories;
 
 import org.eclipse.emf.parsley.tests.EmfParsleyTestsActivator;
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomLibraryModule.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomLibraryModule.java
index da01b31..a25828e 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomLibraryModule.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/CustomLibraryModule.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests.factories;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/EmfParsleyTestsExecutableExtensionFactory.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/EmfParsleyTestsExecutableExtensionFactory.java
index 6176d45..b918bba 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/EmfParsleyTestsExecutableExtensionFactory.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/EmfParsleyTestsExecutableExtensionFactory.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.factories;
 
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/GlobalAdapterFactoryEditingDomainModule.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/GlobalAdapterFactoryEditingDomainModule.java
index c3f8fcb..c1a3f3d 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/GlobalAdapterFactoryEditingDomainModule.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/GlobalAdapterFactoryEditingDomainModule.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests.factories;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/NoMouseEventExecutableExtensionFactory.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/NoMouseEventExecutableExtensionFactory.java
index 001926e..d9761f3 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/NoMouseEventExecutableExtensionFactory.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/NoMouseEventExecutableExtensionFactory.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.factories;
 
 import org.eclipse.emf.parsley.EmfParsleyGuiceModule;
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/OpenDialogMouseEventExecutableExtensionFactory.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/OpenDialogMouseEventExecutableExtensionFactory.java
index a0762b9..af4f473 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/OpenDialogMouseEventExecutableExtensionFactory.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/OpenDialogMouseEventExecutableExtensionFactory.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.factories;
 
 import org.eclipse.emf.parsley.EmfParsleyGuiceModule;
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/OpenFormDialogMouseEventExecutableExtensionFactory.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/OpenFormDialogMouseEventExecutableExtensionFactory.java
index 0fd3398..e3cdf1d 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/OpenFormDialogMouseEventExecutableExtensionFactory.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/OpenFormDialogMouseEventExecutableExtensionFactory.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.factories;
 
 import org.eclipse.emf.parsley.EmfParsleyGuiceModule;
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/UndoableEditingStrategyExecutableExtensionFactory.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/UndoableEditingStrategyExecutableExtensionFactory.java
index 5853a96..66685a3 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/UndoableEditingStrategyExecutableExtensionFactory.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/UndoableEditingStrategyExecutableExtensionFactory.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.factories;
 
 import org.eclipse.emf.parsley.EmfParsleyGuiceModule;
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/editabletable/EditableTableLibraryExecutableExtensionFactory.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/editabletable/EditableTableLibraryExecutableExtensionFactory.java
index 62e01ce..eadef8c 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/editabletable/EditableTableLibraryExecutableExtensionFactory.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/editabletable/EditableTableLibraryExecutableExtensionFactory.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests.factories.editabletable;
 import org.eclipse.emf.parsley.tests.EmfParsleyTestsActivator;
@@ -14,7 +17,7 @@
 /**
  * Uses an editable table
  * 
- * @author fguidieri
+ * @author Francesco Guidieri
  * 
  */
 public class EditableTableLibraryExecutableExtensionFactory extends
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/editabletable/EditableTableLibraryModule.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/editabletable/EditableTableLibraryModule.java
index 6316b00..b7aa72c 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/editabletable/EditableTableLibraryModule.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/editabletable/EditableTableLibraryModule.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests.factories.editabletable;
 import org.eclipse.emf.parsley.builders.TableViewerColumnBuilder;
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/editabletable/TestSaveableResourceTableWithEditView.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/editabletable/TestSaveableResourceTableWithEditView.java
index de9a8dd..d0b2140 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/editabletable/TestSaveableResourceTableWithEditView.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/editabletable/TestSaveableResourceTableWithEditView.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests.factories.editabletable;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/resourcelistening/ResourceListeningLibraryExecutableExtensionFactory.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/resourcelistening/ResourceListeningLibraryExecutableExtensionFactory.java
index dfec5ee..3a9f3f3 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/resourcelistening/ResourceListeningLibraryExecutableExtensionFactory.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/resourcelistening/ResourceListeningLibraryExecutableExtensionFactory.java
@@ -4,10 +4,10 @@
  * 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:
+ * Francesco Guidieri - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.factories.resourcelistening;
 
 import org.eclipse.emf.parsley.tests.EmfParsleyTestsActivator;
@@ -18,7 +18,7 @@
 /**
  * Uses an editable table
  * 
- * @author fguidieri
+ * @author Francesco Guidieri
  * 
  */
 public class ResourceListeningLibraryExecutableExtensionFactory extends
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/resourcelistening/ResourceListeningLibraryModule.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/resourcelistening/ResourceListeningLibraryModule.java
index 1323099..9eb8e06 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/resourcelistening/ResourceListeningLibraryModule.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/factories/resourcelistening/ResourceListeningLibraryModule.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests.factories.resourcelistening;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/labeling/CustomLibraryFeatureCaptionProvider.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/labeling/CustomLibraryFeatureCaptionProvider.java
index 7ea1776..283e80c 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/labeling/CustomLibraryFeatureCaptionProvider.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/labeling/CustomLibraryFeatureCaptionProvider.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.labeling;
 
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/labeling/CustomLibraryFormFeatureCaptionProvider.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/labeling/CustomLibraryFormFeatureCaptionProvider.java
index 1cf18d6..4bafac1 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/labeling/CustomLibraryFormFeatureCaptionProvider.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/labeling/CustomLibraryFormFeatureCaptionProvider.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.labeling;
 
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/labeling/CustomLibraryLabelProvider.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/labeling/CustomLibraryLabelProvider.java
index c569aa9..1bca976 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/labeling/CustomLibraryLabelProvider.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/labeling/CustomLibraryLabelProvider.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.labeling;
 
 import org.eclipse.emf.edit.ui.provider.AdapterFactoryLabelProvider;
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/labeling/CustomLibraryTableColumnLabelProvider.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/labeling/CustomLibraryTableColumnLabelProvider.java
index e99235d..069d93d 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/labeling/CustomLibraryTableColumnLabelProvider.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/labeling/CustomLibraryTableColumnLabelProvider.java
@@ -4,6 +4,9 @@
  * 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:
+ * Francesco Guidieri - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests.labeling;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/CustomElementsLibraryViewerContentProvider.xtend b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/CustomElementsLibraryViewerContentProvider.xtend
index 0326886..4d82479 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/CustomElementsLibraryViewerContentProvider.xtend
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/CustomElementsLibraryViewerContentProvider.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.providers
 
 import com.google.inject.Inject
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/CustomLibraryViewerContentProvider.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/CustomLibraryViewerContentProvider.java
index f503345..d49bf70 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/CustomLibraryViewerContentProvider.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/CustomLibraryViewerContentProvider.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.providers;
 
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/LibraryEStructuralFeaturesAsStringsProvider.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/LibraryEStructuralFeaturesAsStringsProvider.java
index 4db8cfe..1868eda 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/LibraryEStructuralFeaturesAsStringsProvider.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/LibraryEStructuralFeaturesAsStringsProvider.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.providers;
 
 import static org.eclipse.emf.parsley.examples.library.EXTLibraryPackage.Literals.*;
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/LibraryEStructuralFeaturesProvider.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/LibraryEStructuralFeaturesProvider.java
index 1a235eb..ada76f4 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/LibraryEStructuralFeaturesProvider.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/LibraryEStructuralFeaturesProvider.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.providers;
 
 import static org.eclipse.emf.parsley.examples.library.EXTLibraryPackage.Literals.*;
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/OrderedEStructuralFeaturesProvider.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/OrderedEStructuralFeaturesProvider.java
index cceaf23..e95228a 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/OrderedEStructuralFeaturesProvider.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/OrderedEStructuralFeaturesProvider.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.providers;
 
 import java.util.Collections;
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/TestFeaturesColumnProvider.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/TestFeaturesColumnProvider.java
index c531e4f..3bd701c 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/TestFeaturesColumnProvider.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/TestFeaturesColumnProvider.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.providers;
 
 import static org.eclipse.emf.parsley.examples.library.EXTLibraryPackage.Literals.AUDIO_VISUAL_ITEM;
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/TestFeaturesProvider.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/TestFeaturesProvider.java
index 3ca72d3..f2a6c0d 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/TestFeaturesProvider.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/providers/TestFeaturesProvider.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.providers;
 
 import static org.eclipse.emf.parsley.examples.library.EXTLibraryPackage.Literals.LENDABLE;
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/resource/TestEmptyLibraryResourceInitializer.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/resource/TestEmptyLibraryResourceInitializer.java
index 8960c10..e035c06 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/resource/TestEmptyLibraryResourceInitializer.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/resource/TestEmptyLibraryResourceInitializer.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.resource;
 
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/tables/LibraryTestTableView.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/tables/LibraryTestTableView.java
index 2392276..2d8cca8 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/tables/LibraryTestTableView.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/tables/LibraryTestTableView.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.tables;
 
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/utils/EmfParsleyTestsUtils.xtend b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/utils/EmfParsleyTestsUtils.xtend
index 975345a..719a63e 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/utils/EmfParsleyTestsUtils.xtend
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/utils/EmfParsleyTestsUtils.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.utils
 
 import org.eclipse.emf.ecore.EStructuralFeature
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/utils/WaitForBuildCondition.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/utils/WaitForBuildCondition.java
index 4f15ed4..e2bc3f5 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/utils/WaitForBuildCondition.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/utils/WaitForBuildCondition.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests.utils;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/LibraryEmfView.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/LibraryEmfView.java
index 479a612..e5c2aa3 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/LibraryEmfView.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/LibraryEmfView.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.views;
 
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestOnSelectionLibraryBooksTableView.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestOnSelectionLibraryBooksTableView.java
index 39ad23c..a045758 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestOnSelectionLibraryBooksTableView.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestOnSelectionLibraryBooksTableView.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.views;
 
 import org.eclipse.emf.ecore.EStructuralFeature;
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableResourceTableFormView.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableResourceTableFormView.java
index 3d1ff02..f91db20 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableResourceTableFormView.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableResourceTableFormView.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests.views;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableResourceTableView.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableResourceTableView.java
index 1dc711b..3576927 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableResourceTableView.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableResourceTableView.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests.views;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableResourceTreeFormView.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableResourceTreeFormView.java
index eea3f06..f9aac1d 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableResourceTreeFormView.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableResourceTreeFormView.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests.views;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableTreeView.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableTreeView.java
index 6d134b9..4ae82f3 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableTreeView.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableTreeView.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests.views;
 
diff --git a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableTreeView2.java b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableTreeView2.java
index 5a53416..6afd874 100644
--- a/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableTreeView2.java
+++ b/tests/org.eclipse.emf.parsley.tests.swtbot/src/org/eclipse/emf/parsley/tests/views/TestSaveableTreeView2.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests.views;
 
diff --git a/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/Activator.java b/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/Activator.java
index 824d031..21bdaa5 100644
--- a/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/Activator.java
+++ b/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/Activator.java
@@ -4,6 +4,9 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
  *******************************************************************************/
 package org.eclipse.emf.parsley.tests;
 
diff --git a/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/EmfAbstractTest.xtend b/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/EmfAbstractTest.xtend
index 919276a..4836e74 100644
--- a/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/EmfAbstractTest.xtend
+++ b/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/EmfAbstractTest.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests
 
 import java.util.List
diff --git a/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/EmfCopyTest.xtend b/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/EmfCopyTest.xtend
index 82951a9..683c4f8 100644
--- a/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/EmfCopyTest.xtend
+++ b/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/EmfCopyTest.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests
 
 import org.eclipse.emf.parsley.examples.library.EXTLibraryPackage
diff --git a/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/EmfParsleyAllTests.java b/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/EmfParsleyAllTests.java
index 2e94f3b..029a625 100644
--- a/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/EmfParsleyAllTests.java
+++ b/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/EmfParsleyAllTests.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests;
 
 import org.eclipse.emf.parsley.tests.FeatureResolverTest;
diff --git a/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/FeatureNamePathTest.java b/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/FeatureNamePathTest.java
index d54a3c2..5a3525a 100644
--- a/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/FeatureNamePathTest.java
+++ b/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/FeatureNamePathTest.java
@@ -4,10 +4,10 @@
  * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests;
 
 import org.junit.Test;
diff --git a/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/FeatureResolverTest.xtend b/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/FeatureResolverTest.xtend
index 7f75b16..1fdaf2e 100644
--- a/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/FeatureResolverTest.xtend
+++ b/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/FeatureResolverTest.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests
 
 import org.junit.Test
diff --git a/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/FeaturesProviderTest.xtend b/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/FeaturesProviderTest.xtend
index b2615e4..47ce506 100644
--- a/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/FeaturesProviderTest.xtend
+++ b/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/FeaturesProviderTest.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests
 
 import java.util.List
diff --git a/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/NotificationBufferTest.xtend b/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/NotificationBufferTest.xtend
index 692fc8f..f01aead 100644
--- a/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/NotificationBufferTest.xtend
+++ b/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/NotificationBufferTest.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests
 
 import org.eclipse.emf.parsley.edit.NotificationBuffer
diff --git a/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/util/TestAdapter.xtend b/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/util/TestAdapter.xtend
index fe37695..9a36278 100644
--- a/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/util/TestAdapter.xtend
+++ b/tests/org.eclipse.emf.parsley.tests/src/org/eclipse/emf/parsley/tests/util/TestAdapter.xtend
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2013 RCP Vision (http://www.rcp-vision.com) and others.
+ * 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:
+ * Lorenzo Bettini - Initial contribution and API
+ *******************************************************************************/
 package org.eclipse.emf.parsley.tests.util
 
 import java.util.ArrayList