Add missing copyright headers

Change-Id: I67b5b42a216622f7f62da9a8f8163bbb078d414f
Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
diff --git a/bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/dom/IHeaderCustomizationElement.java b/bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/dom/IHeaderCustomizationElement.java
index e7001db..9d46dbe 100644
--- a/bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/dom/IHeaderCustomizationElement.java
+++ b/bundles/org.eclipse.e4.ui.css.swt/src/org/eclipse/e4/ui/css/swt/dom/IHeaderCustomizationElement.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2017 Fabian Pfaff and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Fabian Pfaff - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.e4.ui.css.swt.dom;
 
 import org.eclipse.swt.graphics.Color;
diff --git a/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/AbstractCompositeFactory.java b/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/AbstractCompositeFactory.java
index adae326..9ebd59d 100644
--- a/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/AbstractCompositeFactory.java
+++ b/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/AbstractCompositeFactory.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2019 Marcus Hoepfner and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Marcus Hoepfner - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.jface.widgets;
 
 import org.eclipse.swt.widgets.Composite;
diff --git a/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/CompositeFactory.java b/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/CompositeFactory.java
index 5328f88..44c0668 100644
--- a/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/CompositeFactory.java
+++ b/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/CompositeFactory.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2019 Marcus Hoepfner and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Marcus Hoepfner - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.jface.widgets;
 
 import org.eclipse.swt.widgets.Composite;
diff --git a/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/SpinnerFactory.java b/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/SpinnerFactory.java
index 6d6719b..ccd82c2 100644
--- a/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/SpinnerFactory.java
+++ b/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/SpinnerFactory.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2019 Marcus Hoepfner and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Marcus Hoepfner - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.jface.widgets;
 
 import java.util.function.Consumer;
diff --git a/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/TreeFactory.java b/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/TreeFactory.java
index fbaac9a..826ffaf 100644
--- a/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/TreeFactory.java
+++ b/bundles/org.eclipse.jface/src/org/eclipse/jface/widgets/TreeFactory.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2019 Marcus Hoepfner and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Marcus Hoepfner - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.jface.widgets;
 
 import java.util.function.Consumer;
diff --git a/bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/FileLocationDetails.java b/bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/FileLocationDetails.java
index cf1cd73..82f1766 100644
--- a/bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/FileLocationDetails.java
+++ b/bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application/FileLocationDetails.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2016 Brian de Alwis and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Brian de Alwis - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.ui.internal.ide.application;
 
 import java.util.regex.Matcher;
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/preferences/PreferencesSettingsTransfer.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/preferences/PreferencesSettingsTransfer.java
index 5bb9f26..c3ac044 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/preferences/PreferencesSettingsTransfer.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/preferences/PreferencesSettingsTransfer.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2017, 2018 David Weiser and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     David Weiser - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.ui.internal.preferences;
 
 import java.io.File;
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/RGBInfoColorFactory.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/RGBInfoColorFactory.java
index 9935491..acb4acc 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/RGBInfoColorFactory.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/themes/RGBInfoColorFactory.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2016, 2017 Leo Ufimtsev and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Leo Ufimtsev - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.ui.internal.themes;
 
 import java.util.Hashtable;
diff --git a/examples/org.eclipse.e4.ui.examples.job/src/org/eclipse/e4/ui/examples/jobs/TestJobRule.java b/examples/org.eclipse.e4.ui.examples.job/src/org/eclipse/e4/ui/examples/jobs/TestJobRule.java
index 303226d..dabc70b 100644
--- a/examples/org.eclipse.e4.ui.examples.job/src/org/eclipse/e4/ui/examples/jobs/TestJobRule.java
+++ b/examples/org.eclipse.e4.ui.examples.job/src/org/eclipse/e4/ui/examples/jobs/TestJobRule.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2014, 2018 Wojciech Sudol and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Wojciech Sudol - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.e4.ui.examples.jobs;
 
 import org.eclipse.core.resources.IResource;
diff --git a/examples/org.eclipse.e4.ui.examples.job/src/org/eclipse/e4/ui/examples/jobs/views/JobsView.java b/examples/org.eclipse.e4.ui.examples.job/src/org/eclipse/e4/ui/examples/jobs/views/JobsView.java
index bc9c2de..f4101a7 100644
--- a/examples/org.eclipse.e4.ui.examples.job/src/org/eclipse/e4/ui/examples/jobs/views/JobsView.java
+++ b/examples/org.eclipse.e4.ui.examples.job/src/org/eclipse/e4/ui/examples/jobs/views/JobsView.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2014, 2017 Wojciech Sudol and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Wojciech Sudol - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.e4.ui.examples.jobs.views;
 
 import java.lang.reflect.InvocationTargetException;
diff --git a/examples/org.eclipse.ui.examples.adapterservice/src/org/eclipse/ui/examples/adapterservice/snippets/adapter/Greeter.java b/examples/org.eclipse.ui.examples.adapterservice/src/org/eclipse/ui/examples/adapterservice/snippets/adapter/Greeter.java
index 2cea60d..e8fcd7d 100644
--- a/examples/org.eclipse.ui.examples.adapterservice/src/org/eclipse/ui/examples/adapterservice/snippets/adapter/Greeter.java
+++ b/examples/org.eclipse.ui.examples.adapterservice/src/org/eclipse/ui/examples/adapterservice/snippets/adapter/Greeter.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Lars Vogel and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Lars Vogel - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.ui.examples.adapterservice.snippets.adapter;
 
 public interface Greeter {
diff --git a/examples/org.eclipse.ui.examples.adapterservice/src/org/eclipse/ui/examples/adapterservice/snippets/adapter/IDAssigner.java b/examples/org.eclipse.ui.examples.adapterservice/src/org/eclipse/ui/examples/adapterservice/snippets/adapter/IDAssigner.java
index 9ac9638..db9f137 100644
--- a/examples/org.eclipse.ui.examples.adapterservice/src/org/eclipse/ui/examples/adapterservice/snippets/adapter/IDAssigner.java
+++ b/examples/org.eclipse.ui.examples.adapterservice/src/org/eclipse/ui/examples/adapterservice/snippets/adapter/IDAssigner.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Lars Vogel and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Lars Vogel - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.ui.examples.adapterservice.snippets.adapter;
 
 import java.util.HashMap;
diff --git a/examples/org.eclipse.ui.examples.adapterservice/src/org/eclipse/ui/examples/adapterservice/snippets/adapter/MultiFacetedObject.java b/examples/org.eclipse.ui.examples.adapterservice/src/org/eclipse/ui/examples/adapterservice/snippets/adapter/MultiFacetedObject.java
index 855af9d..5241f87 100644
--- a/examples/org.eclipse.ui.examples.adapterservice/src/org/eclipse/ui/examples/adapterservice/snippets/adapter/MultiFacetedObject.java
+++ b/examples/org.eclipse.ui.examples.adapterservice/src/org/eclipse/ui/examples/adapterservice/snippets/adapter/MultiFacetedObject.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Lars Vogel and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Lars Vogel - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.ui.examples.adapterservice.snippets.adapter;
 
 import org.eclipse.core.runtime.IAdaptable;
diff --git a/examples/org.eclipse.ui.examples.adapterservice/src/org/eclipse/ui/examples/adapterservice/snippets/adapter/ThingWithId.java b/examples/org.eclipse.ui.examples.adapterservice/src/org/eclipse/ui/examples/adapterservice/snippets/adapter/ThingWithId.java
index 052dd2e..239cdd1 100644
--- a/examples/org.eclipse.ui.examples.adapterservice/src/org/eclipse/ui/examples/adapterservice/snippets/adapter/ThingWithId.java
+++ b/examples/org.eclipse.ui.examples.adapterservice/src/org/eclipse/ui/examples/adapterservice/snippets/adapter/ThingWithId.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2014 Lars Vogel and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Lars Vogel - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.ui.examples.adapterservice.snippets.adapter;
 
 public interface ThingWithId {
diff --git a/tests/org.eclipse.e4.ui.bindings.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.e4.ui.bindings.tests/META-INF/MANIFEST.MF
index d693dd9..ed07e45 100644
--- a/tests/org.eclipse.e4.ui.bindings.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.e4.ui.bindings.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: UI Bindings Tests
 Bundle-SymbolicName: org.eclipse.e4.ui.bindings.tests
-Bundle-Version: 0.12.400.qualifier
+Bundle-Version: 0.12.500.qualifier
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
 Import-Package: javax.inject;version="1.0.0",
  org.eclipse.e4.core.commands,
diff --git a/tests/org.eclipse.e4.ui.bindings.tests/pom.xml b/tests/org.eclipse.e4.ui.bindings.tests/pom.xml
index 8b4b9b2..19083d2 100644
--- a/tests/org.eclipse.e4.ui.bindings.tests/pom.xml
+++ b/tests/org.eclipse.e4.ui.bindings.tests/pom.xml
@@ -19,7 +19,7 @@
   </parent>
   <groupId>org.eclipse.e4</groupId>
   <artifactId>org.eclipse.e4.ui.bindings.tests</artifactId>
-  <version>0.12.400-SNAPSHOT</version>
+  <version>0.12.500-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
 
 </project>
diff --git a/tests/org.eclipse.e4.ui.bindings.tests/src/org/eclipse/e4/ui/bindings/tests/TestUtil.java b/tests/org.eclipse.e4.ui.bindings.tests/src/org/eclipse/e4/ui/bindings/tests/TestUtil.java
index a25c6d0..2701bb5 100644
--- a/tests/org.eclipse.e4.ui.bindings.tests/src/org/eclipse/e4/ui/bindings/tests/TestUtil.java
+++ b/tests/org.eclipse.e4.ui.bindings.tests/src/org/eclipse/e4/ui/bindings/tests/TestUtil.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2018 Lars Vogel and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Lars Vogel - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.e4.ui.bindings.tests;
 
 import org.eclipse.e4.core.contexts.EclipseContextFactory;
diff --git a/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/beans/BeanPropertiesTest.java b/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/beans/BeanPropertiesTest.java
index e2ece43..9f46122 100644
--- a/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/beans/BeanPropertiesTest.java
+++ b/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/beans/BeanPropertiesTest.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2010, 2016 Matthew Hall and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Matthew Hall - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.core.tests.databinding.beans;
 
 import static org.junit.Assert.assertTrue;
diff --git a/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/beans/PojoPropertiesTest.java b/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/beans/PojoPropertiesTest.java
index 30011fb..26ce599 100644
--- a/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/beans/PojoPropertiesTest.java
+++ b/tests/org.eclipse.jface.tests.databinding/src/org/eclipse/core/tests/databinding/beans/PojoPropertiesTest.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2010, 2016 Matthew Hall and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Matthew Hall - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.core.tests.databinding.beans;
 
 import static org.junit.Assert.assertTrue;
diff --git a/tests/org.eclipse.jface.tests/src/org/eclipse/jface/widgets/TestUnitCompositeFactory.java b/tests/org.eclipse.jface.tests/src/org/eclipse/jface/widgets/TestUnitCompositeFactory.java
index 232c2da..240abf3 100644
--- a/tests/org.eclipse.jface.tests/src/org/eclipse/jface/widgets/TestUnitCompositeFactory.java
+++ b/tests/org.eclipse.jface.tests/src/org/eclipse/jface/widgets/TestUnitCompositeFactory.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2019 Marcus Hoepfner and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Marcus Hoepfner - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.jface.widgets;
 
 import static org.junit.Assert.assertEquals;
diff --git a/tests/org.eclipse.jface.tests/src/org/eclipse/jface/widgets/TestUnitSpinnerFactory.java b/tests/org.eclipse.jface.tests/src/org/eclipse/jface/widgets/TestUnitSpinnerFactory.java
index 0aa18ca..5792c0c 100644
--- a/tests/org.eclipse.jface.tests/src/org/eclipse/jface/widgets/TestUnitSpinnerFactory.java
+++ b/tests/org.eclipse.jface.tests/src/org/eclipse/jface/widgets/TestUnitSpinnerFactory.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2019 Marcus Hoepfner and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Marcus Hoepfner - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.jface.widgets;
 
 import static org.junit.Assert.assertEquals;
diff --git a/tests/org.eclipse.jface.tests/src/org/eclipse/jface/widgets/TestUnitTreeFactory.java b/tests/org.eclipse.jface.tests/src/org/eclipse/jface/widgets/TestUnitTreeFactory.java
index 0bb0af1..4c0df84 100644
--- a/tests/org.eclipse.jface.tests/src/org/eclipse/jface/widgets/TestUnitTreeFactory.java
+++ b/tests/org.eclipse.jface.tests/src/org/eclipse/jface/widgets/TestUnitTreeFactory.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2019 Marcus Hoepfner and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Marcus Hoepfner - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.jface.widgets;
 
 import static org.junit.Assert.assertEquals;
diff --git a/tests/org.eclipse.ui.tests.forms/META-INF/MANIFEST.MF b/tests/org.eclipse.ui.tests.forms/META-INF/MANIFEST.MF
index 10ae1b7..e41e58f 100755
--- a/tests/org.eclipse.ui.tests.forms/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.ui.tests.forms/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Forms Test
 Bundle-SymbolicName: org.eclipse.ui.tests.forms;singleton:=true
-Bundle-Version: 3.7.300.qualifier
+Bundle-Version: 3.7.400.qualifier
 Require-Bundle: org.eclipse.ui,
  org.eclipse.core.runtime,
  org.eclipse.test.performance,
diff --git a/tests/org.eclipse.ui.tests.forms/forms/org/eclipse/ui/tests/forms/layout/ControlFactory.java b/tests/org.eclipse.ui.tests.forms/forms/org/eclipse/ui/tests/forms/layout/ControlFactory.java
index b3e87e7..8cf896f 100644
--- a/tests/org.eclipse.ui.tests.forms/forms/org/eclipse/ui/tests/forms/layout/ControlFactory.java
+++ b/tests/org.eclipse.ui.tests.forms/forms/org/eclipse/ui/tests/forms/layout/ControlFactory.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2016, 2017 Stefan Xenos and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Stefan Xenos - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.ui.tests.forms.layout;
 
 import org.eclipse.swt.SWT;
diff --git a/tests/org.eclipse.ui.tests.forms/pom.xml b/tests/org.eclipse.ui.tests.forms/pom.xml
index c8697fa..0854abb 100644
--- a/tests/org.eclipse.ui.tests.forms/pom.xml
+++ b/tests/org.eclipse.ui.tests.forms/pom.xml
@@ -20,6 +20,6 @@
   </parent>
   <groupId>org.eclipse.ui</groupId>
   <artifactId>org.eclipse.ui.tests.forms</artifactId>
-  <version>3.7.300-SNAPSHOT</version>
+  <version>3.7.400-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
 </project>
diff --git a/tests/org.eclipse.ui.tests.performance/META-INF/MANIFEST.MF b/tests/org.eclipse.ui.tests.performance/META-INF/MANIFEST.MF
index a647cfd..858b163 100644
--- a/tests/org.eclipse.ui.tests.performance/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.ui.tests.performance/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
 Bundle-ManifestVersion: 2
 Bundle-Name: Performance Plug-in
 Bundle-SymbolicName: org.eclipse.ui.tests.performance;singleton:=true
-Bundle-Version: 1.3.400.qualifier
+Bundle-Version: 1.3.500.qualifier
 Bundle-Activator: org.eclipse.ui.tests.performance.UIPerformancePlugin
 Bundle-Localization: plugin
 Require-Bundle: org.eclipse.ui,
diff --git a/tests/org.eclipse.ui.tests.performance/pom.xml b/tests/org.eclipse.ui.tests.performance/pom.xml
index 1b34896..b8d3b4d 100644
--- a/tests/org.eclipse.ui.tests.performance/pom.xml
+++ b/tests/org.eclipse.ui.tests.performance/pom.xml
@@ -19,7 +19,7 @@
   </parent>
   <groupId>org.eclipse.ui</groupId>
   <artifactId>org.eclipse.ui.tests.performance</artifactId>
-  <version>1.3.400-SNAPSHOT</version>
+  <version>1.3.500-SNAPSHOT</version>
   <packaging>eclipse-test-plugin</packaging>
 
   <properties>
diff --git a/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/ProgressReportingTest.java b/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/ProgressReportingTest.java
index 7269b85..1f46565 100644
--- a/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/ProgressReportingTest.java
+++ b/tests/org.eclipse.ui.tests.performance/src/org/eclipse/ui/tests/performance/ProgressReportingTest.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2016 Stefan Xenos and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Stefan Xenos - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.ui.tests.performance;
 
 import java.lang.reflect.InvocationTargetException;
diff --git a/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/internal/ide/DirectoryProposalContentAssistTest.java b/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/internal/ide/DirectoryProposalContentAssistTest.java
index ad29fed..4d04742 100644
--- a/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/internal/ide/DirectoryProposalContentAssistTest.java
+++ b/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/internal/ide/DirectoryProposalContentAssistTest.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2018 Fabian Pfaff and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Fabian Pfaff - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.ui.internal.ide;
 
 import java.io.File;
diff --git a/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/internal/ide/DirectoryProposalContentAssistTestCase.java b/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/internal/ide/DirectoryProposalContentAssistTestCase.java
index a8bc2f6..f79918e 100644
--- a/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/internal/ide/DirectoryProposalContentAssistTestCase.java
+++ b/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/internal/ide/DirectoryProposalContentAssistTestCase.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2018 Fabian Pfaff and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Fabian Pfaff - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.ui.internal.ide;
 
 import static org.junit.Assert.assertTrue;
diff --git a/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/internal/ide/DirectoryProposalContentAssistTestSuite.java b/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/internal/ide/DirectoryProposalContentAssistTestSuite.java
index 0bebc52..3448805 100644
--- a/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/internal/ide/DirectoryProposalContentAssistTestSuite.java
+++ b/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/internal/ide/DirectoryProposalContentAssistTestSuite.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2018 Fabian Pfaff and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Fabian Pfaff - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.ui.internal.ide;
 
 import org.junit.runner.RunWith;
diff --git a/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/internal/ide/DirectoryProposalContentAssistWindow.java b/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/internal/ide/DirectoryProposalContentAssistWindow.java
index f030435..71bdcf2 100644
--- a/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/internal/ide/DirectoryProposalContentAssistWindow.java
+++ b/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/internal/ide/DirectoryProposalContentAssistWindow.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2018 Fabian Pfaff and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Fabian Pfaff - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.ui.internal.ide;
 
 import java.util.concurrent.ExecutionException;
diff --git a/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/MultipleWindowsTest.java b/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/MultipleWindowsTest.java
index 0f78d85..309ad7a 100644
--- a/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/MultipleWindowsTest.java
+++ b/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/MultipleWindowsTest.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2016 Brian de Alwis and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Brian de Alwis - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.ui.tests.api;
 
 import static org.junit.Assert.assertNotSame;
diff --git a/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/releng/PluginActivationTests.java b/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/releng/PluginActivationTests.java
index 5b22787..58a39e8 100644
--- a/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/releng/PluginActivationTests.java
+++ b/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/releng/PluginActivationTests.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2017 Lars Vogel and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Lars Vogel - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.ui.tests.releng;
 
 import static org.junit.Assert.assertTrue;
diff --git a/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/themes/StylingPreferencesHandlerTest.java b/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/themes/StylingPreferencesHandlerTest.java
index a6790ca..99654e3 100644
--- a/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/themes/StylingPreferencesHandlerTest.java
+++ b/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/themes/StylingPreferencesHandlerTest.java
@@ -1,3 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2014, 2018 Daniel Rolka and others.
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
+ * which accompanies this distribution, and is available at
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
+ *
+ * Contributors:
+ *     Daniel Rolka - initial API and implementation
+ *******************************************************************************/
 package org.eclipse.ui.tests.themes;
 
 import static org.mockito.ArgumentMatchers.anyBoolean;