Bug 574138: Update license headers to EPL 2.0, add SPDX qualifier
Change-Id: Idd266d7eaf96d6109db143d734a3e4d88201ec42
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/AbstractModuleDoclet.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/AbstractModuleDoclet.java
index 5a97b58..c16a5ab 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/AbstractModuleDoclet.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/AbstractModuleDoclet.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/IMemento.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/IMemento.java
index 0056d56..6a80b39 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/IMemento.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/IMemento.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/IReporter.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/IReporter.java
index 2faa5ee..f94f220 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/IReporter.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/IReporter.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/V8ModuleDoclet.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/V8ModuleDoclet.java
index 886a6f3..1305a51 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/V8ModuleDoclet.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/V8ModuleDoclet.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/V9ModuleDoclet.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/V9ModuleDoclet.java
index 1baeb6c..57916cb 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/V9ModuleDoclet.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/V9ModuleDoclet.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/XMLMemento.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/XMLMemento.java
index 2da1f19..2d8d752 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/XMLMemento.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/XMLMemento.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/docletapi/Jep221ClassModel.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/docletapi/Jep221ClassModel.java
index 8c226aa..45b6141 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/docletapi/Jep221ClassModel.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/docletapi/Jep221ClassModel.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/docletapi/Jep221ModuleDoclet.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/docletapi/Jep221ModuleDoclet.java
index 71064bc..83f667d 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/docletapi/Jep221ModuleDoclet.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/docletapi/Jep221ModuleDoclet.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/ClassNameResolver.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/ClassNameResolver.java
index 4e85f10..d54c131 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/ClassNameResolver.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/ClassNameResolver.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/IClassNameResolver.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/IClassNameResolver.java
index 146b33c..c424d01 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/IClassNameResolver.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/IClassNameResolver.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/ReferenceReplacer.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/ReferenceReplacer.java
index 423e3d3..9566e4d 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/ReferenceReplacer.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/ReferenceReplacer.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/ReferenceTokenizer.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/ReferenceTokenizer.java
index 686385f..aade847 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/ReferenceTokenizer.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/ReferenceTokenizer.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/linkcreators/ContainmentLinkCreator.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/linkcreators/ContainmentLinkCreator.java
index 005709e..b5bcea3 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/linkcreators/ContainmentLinkCreator.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/linkcreators/ContainmentLinkCreator.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/linkcreators/ILinkCreator.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/linkcreators/ILinkCreator.java
index 64d0caf..cb2797d 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/linkcreators/ILinkCreator.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/linkcreators/ILinkCreator.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/linkcreators/JavaDoc11LinkCreator.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/linkcreators/JavaDoc11LinkCreator.java
index 90f1e0a..681ea4b 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/linkcreators/JavaDoc11LinkCreator.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/linkcreators/JavaDoc11LinkCreator.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/linkcreators/JavaDoc8LinkCreator.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/linkcreators/JavaDoc8LinkCreator.java
index 59a197e..49e47eb 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/linkcreators/JavaDoc8LinkCreator.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/linkcreators/JavaDoc8LinkCreator.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/linkcreators/ModuleLinkCreator.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/linkcreators/ModuleLinkCreator.java
index ce6781a..064dc64 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/linkcreators/ModuleLinkCreator.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/linkcreators/ModuleLinkCreator.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/linkcreators/StaticTextLinkCreator.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/linkcreators/StaticTextLinkCreator.java
index 75e47bb..91ae361 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/linkcreators/StaticTextLinkCreator.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/documentation/linkcreators/StaticTextLinkCreator.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/htmlwriter/HtmlWriter.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/htmlwriter/HtmlWriter.java
index d68c636..ad252fd 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/htmlwriter/HtmlWriter.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/htmlwriter/HtmlWriter.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/htmlwriter/SynopsisBuilder.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/htmlwriter/SynopsisBuilder.java
index 1011e8e..2749288 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/htmlwriter/SynopsisBuilder.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/htmlwriter/SynopsisBuilder.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/AbstractClassModel.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/AbstractClassModel.java
index 9606d88..f741f58 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/AbstractClassModel.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/AbstractClassModel.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/Category.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/Category.java
index e584ead..ef5287c 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/Category.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/Category.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/Description.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/Description.java
index 78d8993..9a7b165 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/Description.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/Description.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/ExceptionValue.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/ExceptionValue.java
index 8aea7fc..8a2eff9 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/ExceptionValue.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/ExceptionValue.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/Field.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/Field.java
index 83a41a9..f96d313 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/Field.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/Field.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/Method.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/Method.java
index bc59828..5aa9de4 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/Method.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/Method.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/ModuleDefinition.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/ModuleDefinition.java
index fb3c1e0..d137c7f 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/ModuleDefinition.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/ModuleDefinition.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/Parameter.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/Parameter.java
index bae7fc2..3074142 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/Parameter.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/Parameter.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/ReturnValue.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/ReturnValue.java
index 951a8a6..8d6ac52 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/ReturnValue.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/ReturnValue.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/ScriptExample.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/ScriptExample.java
index bc66d02..82c97b2 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/ScriptExample.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/model/ScriptExample.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/sunapi/Java5ClassModel.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/sunapi/Java5ClassModel.java
index 800d454..167ed57 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/sunapi/Java5ClassModel.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/sunapi/Java5ClassModel.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/sunapi/Java5ModuleDoclet.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/sunapi/Java5ModuleDoclet.java
index 4706074..d7ce767 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/sunapi/Java5ModuleDoclet.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/helpgenerator/sunapi/Java5ModuleDoclet.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/modules/ScriptParameter.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/modules/ScriptParameter.java
index 70691b0..fc5a004 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/modules/ScriptParameter.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/modules/ScriptParameter.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/modules/WrapToScript.java b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/modules/WrapToScript.java
index a2ec039..7c470fb 100644
--- a/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/modules/WrapToScript.java
+++ b/developers/org.eclipse.ease.helpgenerator/src/org/eclipse/ease/modules/WrapToScript.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/AbstractIntegrationTest.java b/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/AbstractIntegrationTest.java
index f146154..afc8deb 100644
--- a/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/AbstractIntegrationTest.java
+++ b/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/AbstractIntegrationTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/IntegrationTestJava11API.java b/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/IntegrationTestJava11API.java
index ad52c21..2837b81 100644
--- a/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/IntegrationTestJava11API.java
+++ b/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/IntegrationTestJava11API.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/IntegrationTestJava5API.java b/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/IntegrationTestJava5API.java
index cebba78..bd92c2e 100644
--- a/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/IntegrationTestJava5API.java
+++ b/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/IntegrationTestJava5API.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/ClassNameResolverTest.java b/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/ClassNameResolverTest.java
index cc7b218..72e555f 100644
--- a/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/ClassNameResolverTest.java
+++ b/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/ClassNameResolverTest.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/ReferenceReplacerTest.java b/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/ReferenceReplacerTest.java
index e3f08a4..13e30fb 100644
--- a/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/ReferenceReplacerTest.java
+++ b/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/ReferenceReplacerTest.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/ReferenceTokenizerTest.java b/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/ReferenceTokenizerTest.java
index 7769f4e..0e1a8e1 100644
--- a/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/ReferenceTokenizerTest.java
+++ b/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/ReferenceTokenizerTest.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/linkcreators/ContainmentLinkCreatorTest.java b/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/linkcreators/ContainmentLinkCreatorTest.java
index 8d98d8e..8101532 100644
--- a/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/linkcreators/ContainmentLinkCreatorTest.java
+++ b/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/linkcreators/ContainmentLinkCreatorTest.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/linkcreators/JavaDoc11LinkCreatorTest.java b/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/linkcreators/JavaDoc11LinkCreatorTest.java
index d0e69af..c120304 100644
--- a/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/linkcreators/JavaDoc11LinkCreatorTest.java
+++ b/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/linkcreators/JavaDoc11LinkCreatorTest.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/linkcreators/JavaDoc8LinkCreatorTest.java b/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/linkcreators/JavaDoc8LinkCreatorTest.java
index 20d6211..c7b8bf9 100644
--- a/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/linkcreators/JavaDoc8LinkCreatorTest.java
+++ b/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/linkcreators/JavaDoc8LinkCreatorTest.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/linkcreators/ModuleLinkCreatorTest.java b/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/linkcreators/ModuleLinkCreatorTest.java
index 7089f4a..b716ed7 100644
--- a/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/linkcreators/ModuleLinkCreatorTest.java
+++ b/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/linkcreators/ModuleLinkCreatorTest.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/linkcreators/StaticTextLinkCreatorTest.java b/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/linkcreators/StaticTextLinkCreatorTest.java
index 5c18335..ddfa4ef 100644
--- a/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/linkcreators/StaticTextLinkCreatorTest.java
+++ b/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/documentation/linkcreators/StaticTextLinkCreatorTest.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/htmlwriter/SynopsisBuilderTest.java b/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/htmlwriter/SynopsisBuilderTest.java
index 6b4cba5..dafba45 100644
--- a/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/htmlwriter/SynopsisBuilderTest.java
+++ b/developers/org.eclipse.ease.helpgenerator/test/org/eclipse/ease/helpgenerator/htmlwriter/SynopsisBuilderTest.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/plugins/org.eclipse.ease.classloader/src/org/eclipse/ease/classloader/EaseClassLoader.java b/plugins/org.eclipse.ease.classloader/src/org/eclipse/ease/classloader/EaseClassLoader.java
index f96d6bb..906ed62 100644
--- a/plugins/org.eclipse.ease.classloader/src/org/eclipse/ease/classloader/EaseClassLoader.java
+++ b/plugins/org.eclipse.ease.classloader/src/org/eclipse/ease/classloader/EaseClassLoader.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.groovy.interpreter/src/org/eclipse/ease/lang/groovy/interpreter/GroovyEnvironementBootStrapper.java b/plugins/org.eclipse.ease.lang.groovy.interpreter/src/org/eclipse/ease/lang/groovy/interpreter/GroovyEnvironementBootStrapper.java
index fae656c..db1fbbf 100644
--- a/plugins/org.eclipse.ease.lang.groovy.interpreter/src/org/eclipse/ease/lang/groovy/interpreter/GroovyEnvironementBootStrapper.java
+++ b/plugins/org.eclipse.ease.lang.groovy.interpreter/src/org/eclipse/ease/lang/groovy/interpreter/GroovyEnvironementBootStrapper.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.groovy.interpreter/src/org/eclipse/ease/lang/groovy/interpreter/MultiClassLoader.java b/plugins/org.eclipse.ease.lang.groovy.interpreter/src/org/eclipse/ease/lang/groovy/interpreter/MultiClassLoader.java
index edde2be..85e4224 100644
--- a/plugins/org.eclipse.ease.lang.groovy.interpreter/src/org/eclipse/ease/lang/groovy/interpreter/MultiClassLoader.java
+++ b/plugins/org.eclipse.ease.lang.groovy.interpreter/src/org/eclipse/ease/lang/groovy/interpreter/MultiClassLoader.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* christian - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.groovy/src/org/eclipse/ease/lang/groovy/GroovyCodeFactory.java b/plugins/org.eclipse.ease.lang.groovy/src/org/eclipse/ease/lang/groovy/GroovyCodeFactory.java
index b4652d6..9cd9bc4 100644
--- a/plugins/org.eclipse.ease.lang.groovy/src/org/eclipse/ease/lang/groovy/GroovyCodeFactory.java
+++ b/plugins/org.eclipse.ease.lang.groovy/src/org/eclipse/ease/lang/groovy/GroovyCodeFactory.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.groovy/src/org/eclipse/ease/lang/groovy/GroovyCodeParser.java b/plugins/org.eclipse.ease.lang.groovy/src/org/eclipse/ease/lang/groovy/GroovyCodeParser.java
index cec520e..e52947d 100644
--- a/plugins/org.eclipse.ease.lang.groovy/src/org/eclipse/ease/lang/groovy/GroovyCodeParser.java
+++ b/plugins/org.eclipse.ease.lang.groovy/src/org/eclipse/ease/lang/groovy/GroovyCodeParser.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.groovy/src/org/eclipse/ease/lang/groovy/GroovyHelper.java b/plugins/org.eclipse.ease.lang.groovy/src/org/eclipse/ease/lang/groovy/GroovyHelper.java
index 56345b8..6ef1024 100644
--- a/plugins/org.eclipse.ease.lang.groovy/src/org/eclipse/ease/lang/groovy/GroovyHelper.java
+++ b/plugins/org.eclipse.ease.lang.groovy/src/org/eclipse/ease/lang/groovy/GroovyHelper.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.groovy/src/org/eclipse/ease/lang/groovy/PluginConstants.java b/plugins/org.eclipse.ease.lang.groovy/src/org/eclipse/ease/lang/groovy/PluginConstants.java
index afbec5b..cc2d290 100644
--- a/plugins/org.eclipse.ease.lang.groovy/src/org/eclipse/ease/lang/groovy/PluginConstants.java
+++ b/plugins/org.eclipse.ease.lang.groovy/src/org/eclipse/ease/lang/groovy/PluginConstants.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.javascript.nashorn/src/org/eclipse/ease/lang/javascript/nashorn/NashornBootstrapper.java b/plugins/org.eclipse.ease.lang.javascript.nashorn/src/org/eclipse/ease/lang/javascript/nashorn/NashornBootstrapper.java
index b3c6ec0..b199259 100644
--- a/plugins/org.eclipse.ease.lang.javascript.nashorn/src/org/eclipse/ease/lang/javascript/nashorn/NashornBootstrapper.java
+++ b/plugins/org.eclipse.ease.lang.javascript.nashorn/src/org/eclipse/ease/lang/javascript/nashorn/NashornBootstrapper.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/Activator.java b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/Activator.java
index e3fa523..c1dbbd0 100644
--- a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/Activator.java
+++ b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/Activator.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/ObservingContextFactory.java b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/ObservingContextFactory.java
index f3d57b7..1270b6e 100644
--- a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/ObservingContextFactory.java
+++ b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/ObservingContextFactory.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/RhinoScriptEngine.java b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/RhinoScriptEngine.java
index 473a761..5b56acb 100644
--- a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/RhinoScriptEngine.java
+++ b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/RhinoScriptEngine.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
* Mathieu Velten - Bug correction
diff --git a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/LineNumberDebugger.java b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/LineNumberDebugger.java
index 9ecdb7a..5dc0c5b 100644
--- a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/LineNumberDebugger.java
+++ b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/LineNumberDebugger.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/RhinoDebugger.java b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/RhinoDebugger.java
index cae7ce5..954b969 100644
--- a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/RhinoDebugger.java
+++ b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/RhinoDebugger.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
* Bernhard Wedl - added Nativ
diff --git a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/RhinoDebuggerEngine.java b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/RhinoDebuggerEngine.java
index 3ebd88e..f1f2cb8 100644
--- a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/RhinoDebuggerEngine.java
+++ b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/RhinoDebuggerEngine.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
* Mathieu Velten - Bug correction
diff --git a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/actions/FunctionFilterAction.java b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/actions/FunctionFilterAction.java
index 1b4ae86..442b0d7 100644
--- a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/actions/FunctionFilterAction.java
+++ b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/actions/FunctionFilterAction.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/actions/ModuleFilterAction.java b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/actions/ModuleFilterAction.java
index a90ec01..9ffe6db 100644
--- a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/actions/ModuleFilterAction.java
+++ b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/actions/ModuleFilterAction.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/actions/ViewFilterAction.java b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/actions/ViewFilterAction.java
index d2c2e38..6683493 100644
--- a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/actions/ViewFilterAction.java
+++ b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/actions/ViewFilterAction.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/editor/JavaScriptWordFinder.java b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/editor/JavaScriptWordFinder.java
index d0ed8f4..a803e05 100644
--- a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/editor/JavaScriptWordFinder.java
+++ b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/editor/JavaScriptWordFinder.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/editor/VariablesTextHover.java b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/editor/VariablesTextHover.java
index 65078f2..bedea8c 100644
--- a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/editor/VariablesTextHover.java
+++ b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/editor/VariablesTextHover.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/model/RhinoDebugModelPresentation.java b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/model/RhinoDebugModelPresentation.java
index e8e8aac..938f50b 100644
--- a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/model/RhinoDebugModelPresentation.java
+++ b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/model/RhinoDebugModelPresentation.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/model/RhinoDebugTarget.java b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/model/RhinoDebugTarget.java
index a69be27..ddbe971 100644
--- a/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/model/RhinoDebugTarget.java
+++ b/plugins/org.eclipse.ease.lang.javascript.rhino/src/org/eclipse/ease/lang/javascript/rhino/debugger/model/RhinoDebugTarget.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.javascript.ui/src/org/eclipse/ease/lang/javascript/ui/PluginConstants.java b/plugins/org.eclipse.ease.lang.javascript.ui/src/org/eclipse/ease/lang/javascript/ui/PluginConstants.java
index 2eb1559..33492a0 100644
--- a/plugins/org.eclipse.ease.lang.javascript.ui/src/org/eclipse/ease/lang/javascript/ui/PluginConstants.java
+++ b/plugins/org.eclipse.ease.lang.javascript.ui/src/org/eclipse/ease/lang/javascript/ui/PluginConstants.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.javascript.ui/src/org/eclipse/ease/lang/javascript/ui/ResourceHyperlink.java b/plugins/org.eclipse.ease.lang.javascript.ui/src/org/eclipse/ease/lang/javascript/ui/ResourceHyperlink.java
index 5acdc17..8d2c146 100644
--- a/plugins/org.eclipse.ease.lang.javascript.ui/src/org/eclipse/ease/lang/javascript/ui/ResourceHyperlink.java
+++ b/plugins/org.eclipse.ease.lang.javascript.ui/src/org/eclipse/ease/lang/javascript/ui/ResourceHyperlink.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.javascript.ui/src/org/eclipse/ease/lang/javascript/ui/ResourceHyperlinkDetector.java b/plugins/org.eclipse.ease.lang.javascript.ui/src/org/eclipse/ease/lang/javascript/ui/ResourceHyperlinkDetector.java
index f53af15..64474d2 100644
--- a/plugins/org.eclipse.ease.lang.javascript.ui/src/org/eclipse/ease/lang/javascript/ui/ResourceHyperlinkDetector.java
+++ b/plugins/org.eclipse.ease.lang.javascript.ui/src/org/eclipse/ease/lang/javascript/ui/ResourceHyperlinkDetector.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.javascript.ui/src/org/eclipse/ease/lang/javascript/ui/completion/JavaScriptEditorCompletionComputer.java b/plugins/org.eclipse.ease.lang.javascript.ui/src/org/eclipse/ease/lang/javascript/ui/completion/JavaScriptEditorCompletionComputer.java
index 98e7365..196c12b 100644
--- a/plugins/org.eclipse.ease.lang.javascript.ui/src/org/eclipse/ease/lang/javascript/ui/completion/JavaScriptEditorCompletionComputer.java
+++ b/plugins/org.eclipse.ease.lang.javascript.ui/src/org/eclipse/ease/lang/javascript/ui/completion/JavaScriptEditorCompletionComputer.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Martin Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.javascript.ui/src/org/eclipse/ease/lang/javascript/ui/completion/JavaScriptProposalSorter.java b/plugins/org.eclipse.ease.lang.javascript.ui/src/org/eclipse/ease/lang/javascript/ui/completion/JavaScriptProposalSorter.java
index 680802e..3434d27 100644
--- a/plugins/org.eclipse.ease.lang.javascript.ui/src/org/eclipse/ease/lang/javascript/ui/completion/JavaScriptProposalSorter.java
+++ b/plugins/org.eclipse.ease.lang.javascript.ui/src/org/eclipse/ease/lang/javascript/ui/completion/JavaScriptProposalSorter.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.javascript/src/org/eclipse/ease/lang/javascript/JavaScriptCodeFactory.java b/plugins/org.eclipse.ease.lang.javascript/src/org/eclipse/ease/lang/javascript/JavaScriptCodeFactory.java
index e54a0b6..5b0f0c5 100644
--- a/plugins/org.eclipse.ease.lang.javascript/src/org/eclipse/ease/lang/javascript/JavaScriptCodeFactory.java
+++ b/plugins/org.eclipse.ease.lang.javascript/src/org/eclipse/ease/lang/javascript/JavaScriptCodeFactory.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
* Arthur Daussy - Allow optional parameter
diff --git a/plugins/org.eclipse.ease.lang.javascript/src/org/eclipse/ease/lang/javascript/JavaScriptCodeParser.java b/plugins/org.eclipse.ease.lang.javascript/src/org/eclipse/ease/lang/javascript/JavaScriptCodeParser.java
index c1c5a39..eb2ba8d 100644
--- a/plugins/org.eclipse.ease.lang.javascript/src/org/eclipse/ease/lang/javascript/JavaScriptCodeParser.java
+++ b/plugins/org.eclipse.ease.lang.javascript/src/org/eclipse/ease/lang/javascript/JavaScriptCodeParser.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.javascript/src/org/eclipse/ease/lang/javascript/JavaScriptCompletionContext.java b/plugins/org.eclipse.ease.lang.javascript/src/org/eclipse/ease/lang/javascript/JavaScriptCompletionContext.java
index 829dd46..a0c8070 100644
--- a/plugins/org.eclipse.ease.lang.javascript/src/org/eclipse/ease/lang/javascript/JavaScriptCompletionContext.java
+++ b/plugins/org.eclipse.ease.lang.javascript/src/org/eclipse/ease/lang/javascript/JavaScriptCompletionContext.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.javascript/src/org/eclipse/ease/lang/javascript/PluginConstants.java b/plugins/org.eclipse.ease.lang.javascript/src/org/eclipse/ease/lang/javascript/PluginConstants.java
index e32bf85..6a2597b 100644
--- a/plugins/org.eclipse.ease.lang.javascript/src/org/eclipse/ease/lang/javascript/PluginConstants.java
+++ b/plugins/org.eclipse.ease.lang.javascript/src/org/eclipse/ease/lang/javascript/PluginConstants.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.jvm.compiled/src/org/eclipse/ease/lang/jvm/compiled/JVMCompiledHeaderParser.java b/plugins/org.eclipse.ease.lang.jvm.compiled/src/org/eclipse/ease/lang/jvm/compiled/JVMCompiledHeaderParser.java
index 8b465df..0812a6f 100644
--- a/plugins/org.eclipse.ease.lang.jvm.compiled/src/org/eclipse/ease/lang/jvm/compiled/JVMCompiledHeaderParser.java
+++ b/plugins/org.eclipse.ease.lang.jvm.compiled/src/org/eclipse/ease/lang/jvm/compiled/JVMCompiledHeaderParser.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Nicolas Rouquette, JPL, Caltech - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.jvm.compiled/src/org/eclipse/ease/lang/jvm/compiled/JVMCompiledScriptEngine.java b/plugins/org.eclipse.ease.lang.jvm.compiled/src/org/eclipse/ease/lang/jvm/compiled/JVMCompiledScriptEngine.java
index e192d66..2524824 100644
--- a/plugins/org.eclipse.ease.lang.jvm.compiled/src/org/eclipse/ease/lang/jvm/compiled/JVMCompiledScriptEngine.java
+++ b/plugins/org.eclipse.ease.lang.jvm.compiled/src/org/eclipse/ease/lang/jvm/compiled/JVMCompiledScriptEngine.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Nicolas Rouquette, JPL, Caltech - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/Activator.java b/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/Activator.java
index 20a90e9..bb5f716 100644
--- a/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/Activator.java
+++ b/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/Activator.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * https://www.eclipse.org/legal/epl-2.0/
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Arthur Daussy - initial implementation
diff --git a/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/JythonPackageManager.java b/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/JythonPackageManager.java
index 25c715f..04c7c71 100644
--- a/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/JythonPackageManager.java
+++ b/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/JythonPackageManager.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
* Arthur Daussy - initial API and implementation
diff --git a/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/JythonScriptEngine.java b/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/JythonScriptEngine.java
index 83f52fc..0c1b59b 100644
--- a/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/JythonScriptEngine.java
+++ b/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/JythonScriptEngine.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
* Arthur Daussy - initial API and implementation
diff --git a/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/JythonTracer.java b/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/JythonTracer.java
index 8191438..ed7cfe2 100644
--- a/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/JythonTracer.java
+++ b/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/JythonTracer.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * https://www.eclipse.org/legal/epl-2.0/
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/PythonEnvironementBootStrapper.java b/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/PythonEnvironementBootStrapper.java
index 8f5928e..3a35487 100644
--- a/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/PythonEnvironementBootStrapper.java
+++ b/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/PythonEnvironementBootStrapper.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/debugger/JythonCodeTracer.java b/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/debugger/JythonCodeTracer.java
index fd30664..41857c0 100644
--- a/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/debugger/JythonCodeTracer.java
+++ b/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/debugger/JythonCodeTracer.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Martin Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/debugger/JythonDebugger.java b/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/debugger/JythonDebugger.java
index abf0b34..206c144 100644
--- a/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/debugger/JythonDebugger.java
+++ b/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/debugger/JythonDebugger.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Martin Kloesch - implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/debugger/JythonDebuggerEngine.java b/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/debugger/JythonDebuggerEngine.java
index 30d9701..1758fe9 100644
--- a/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/debugger/JythonDebuggerEngine.java
+++ b/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/debugger/JythonDebuggerEngine.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Martin Kloesch - initial implementation of Debugger extensions
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/debugger/JythonFrame.java b/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/debugger/JythonFrame.java
index ad9b014..6b77ce3 100644
--- a/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/debugger/JythonFrame.java
+++ b/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/debugger/JythonFrame.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/preferences/PythonLibraryPreferencePage.java b/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/preferences/PythonLibraryPreferencePage.java
index 8b34102..342a2da 100644
--- a/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/preferences/PythonLibraryPreferencePage.java
+++ b/plugins/org.eclipse.ease.lang.python.jython/src/org/eclipse/ease/lang/python/jython/preferences/PythonLibraryPreferencePage.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * https://www.eclipse.org/legal/epl-2.0/
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Arthur Daussy - initial implementation
diff --git a/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Activator.java b/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Activator.java
index 77c4a19..980ff85 100644
--- a/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Activator.java
+++ b/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Activator.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Jonah Graham (Kichwa Coders) - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/ICodeTraceFilter.java b/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/ICodeTraceFilter.java
index 015256a..cef8ea8 100644
--- a/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/ICodeTraceFilter.java
+++ b/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/ICodeTraceFilter.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Martin Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/IInteractiveReturn.java b/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/IInteractiveReturn.java
index eb241f6..0ad7c20 100644
--- a/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/IInteractiveReturn.java
+++ b/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/IInteractiveReturn.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Jonah Graham (Kichwa Coders) - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/IPythonSideEngine.java b/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/IPythonSideEngine.java
index ea40ab6..a143581 100644
--- a/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/IPythonSideEngine.java
+++ b/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/IPythonSideEngine.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Jonah Graham (Kichwa Coders) - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Py4JBootstrap.java b/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Py4JBootstrap.java
index d8d39c3..ba5050d 100644
--- a/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Py4JBootstrap.java
+++ b/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Py4JBootstrap.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Jonah Graham (Kichwa Coders) - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Py4JScriptEnginePrefConstants.java b/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Py4JScriptEnginePrefConstants.java
index 6b4e2ec..048a553 100644
--- a/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Py4JScriptEnginePrefConstants.java
+++ b/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Py4JScriptEnginePrefConstants.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Jonah Graham (Kichwa Coders) - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Py4jDebugger.java b/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Py4jDebugger.java
index e86ec7c..2b8bf6e 100644
--- a/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Py4jDebugger.java
+++ b/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Py4jDebugger.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Martin Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Py4jDebuggerEngine.java b/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Py4jDebuggerEngine.java
index c741338..a82c470 100644
--- a/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Py4jDebuggerEngine.java
+++ b/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Py4jDebuggerEngine.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Martin Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Py4jScriptEngine.java b/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Py4jScriptEngine.java
index 10fe4bf..5cfd5c1 100644
--- a/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Py4jScriptEngine.java
+++ b/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/Py4jScriptEngine.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Jonah Graham (Kichwa Coders) - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/ui/PreferenceInitializer.java b/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/ui/PreferenceInitializer.java
index d470dba..bece87e 100644
--- a/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/ui/PreferenceInitializer.java
+++ b/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/ui/PreferenceInitializer.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Jonah Graham (Kichwa Coders) - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/ui/Py4JPreferencePage.java b/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/ui/Py4JPreferencePage.java
index 419b518..67330c4 100644
--- a/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/ui/Py4JPreferencePage.java
+++ b/plugins/org.eclipse.ease.lang.python.py4j/src/org/eclipse/ease/lang/python/py4j/internal/ui/Py4JPreferencePage.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Jonah Graham (Kichwa Coders) - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/Activator.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/Activator.java
index fde31a1..1698c0d 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/Activator.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/Activator.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Arthur Daussy - initial implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/Pep302ModuleImporter.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/Pep302ModuleImporter.java
index 954005d..d900bb0 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/Pep302ModuleImporter.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/Pep302ModuleImporter.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/PythonCodeFactory.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/PythonCodeFactory.java
index 8b3fc7e..aca5fb4 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/PythonCodeFactory.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/PythonCodeFactory.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Arthur Daussy - initial implementation
* Christian Pontesegger - simplified to use base class
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/PythonCodeParser.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/PythonCodeParser.java
index 0ef1085..d735696 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/PythonCodeParser.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/PythonCodeParser.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/PythonCompletionContext.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/PythonCompletionContext.java
index 4e9ec83..0a7c399 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/PythonCompletionContext.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/PythonCompletionContext.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Jonah Graham (Kichwa Coders) - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/PythonHelper.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/PythonHelper.java
index b522dd0..6b2dc0a 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/PythonHelper.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/PythonHelper.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debug/ITracingConstant.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debug/ITracingConstant.java
index d7dee7c..e5b910e 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debug/ITracingConstant.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debug/ITracingConstant.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Arthur Daussy - initial implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/ICodeTracer.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/ICodeTracer.java
index d87bb12..425fb4c 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/ICodeTracer.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/ICodeTracer.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/IPyFrame.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/IPyFrame.java
index 1c15519..f2cea92 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/IPyFrame.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/IPyFrame.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/IPythonDebugEngine.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/IPythonDebugEngine.java
index 04b8890..a8053bd 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/IPythonDebugEngine.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/IPythonDebugEngine.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/IPythonScriptRegistry.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/IPythonScriptRegistry.java
index b831439..082bc6d 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/IPythonScriptRegistry.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/IPythonScriptRegistry.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Martin Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/PythonBreakpoint.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/PythonBreakpoint.java
index 5e6e7d1..831361f 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/PythonBreakpoint.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/PythonBreakpoint.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Martin Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/PythonDebugger.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/PythonDebugger.java
index 437579f..6af4766 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/PythonDebugger.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/PythonDebugger.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/PythonEventDispatchJob.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/PythonEventDispatchJob.java
index 73c935b..e974600 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/PythonEventDispatchJob.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/PythonEventDispatchJob.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Martin Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/PythonScriptRegistry.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/PythonScriptRegistry.java
index 0add752..6e16655 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/PythonScriptRegistry.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/PythonScriptRegistry.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Martin Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/ResourceHelper.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/ResourceHelper.java
index 6cf0755..c482857 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/ResourceHelper.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/ResourceHelper.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/actions/FrameworkFilterAction.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/actions/FrameworkFilterAction.java
index 08539d0..0b52e38 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/actions/FrameworkFilterAction.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/actions/FrameworkFilterAction.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Martin Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/actions/MagicFilterAction.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/actions/MagicFilterAction.java
index b585797..d2e68e6 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/actions/MagicFilterAction.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/actions/MagicFilterAction.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Martin Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/actions/ViewFilterAction.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/actions/ViewFilterAction.java
index 3bc058a..69ed3da 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/actions/ViewFilterAction.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/actions/ViewFilterAction.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/model/PythonDebugModelPresentation.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/model/PythonDebugModelPresentation.java
index 9015822..0cc5021 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/model/PythonDebugModelPresentation.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/model/PythonDebugModelPresentation.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/model/PythonDebugTarget.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/model/PythonDebugTarget.java
index 38f1138..cd343e0 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/model/PythonDebugTarget.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/debugger/model/PythonDebugTarget.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API
* Martin Kloesch - implementation
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/preferences/IPreferenceConstants.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/preferences/IPreferenceConstants.java
index 959d9c4..6194cb5 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/preferences/IPreferenceConstants.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/preferences/IPreferenceConstants.java
@@ -4,7 +4,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * https://www.eclipse.org/legal/epl-2.0/. If redistributing this code,
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0. If redistributing this code,
* this entire header must remain intact.
*
* Contributors:
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/ui/completion/PythonCompletionProviderWrapper.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/ui/completion/PythonCompletionProviderWrapper.java
index 7f479a4..2ed64ca 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/ui/completion/PythonCompletionProviderWrapper.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/ui/completion/PythonCompletionProviderWrapper.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Martin Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/ui/completion/PythonHelpResolver.java b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/ui/completion/PythonHelpResolver.java
index 5c1afdd..9e2a38a 100644
--- a/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/ui/completion/PythonHelpResolver.java
+++ b/plugins/org.eclipse.ease.lang.python/src/org/eclipse/ease/lang/python/ui/completion/PythonHelpResolver.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Martin Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.ruby.jruby/src/org/eclipse/ease/lang/ruby/jruby/JRubyEnvironementBootStrapper.java b/plugins/org.eclipse.ease.lang.ruby.jruby/src/org/eclipse/ease/lang/ruby/jruby/JRubyEnvironementBootStrapper.java
index bb7eec5..5a9a5ea 100644
--- a/plugins/org.eclipse.ease.lang.ruby.jruby/src/org/eclipse/ease/lang/ruby/jruby/JRubyEnvironementBootStrapper.java
+++ b/plugins/org.eclipse.ease.lang.ruby.jruby/src/org/eclipse/ease/lang/ruby/jruby/JRubyEnvironementBootStrapper.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.ruby.jruby/src/org/eclipse/ease/lang/ruby/jruby/JRubyScriptEngine.java b/plugins/org.eclipse.ease.lang.ruby.jruby/src/org/eclipse/ease/lang/ruby/jruby/JRubyScriptEngine.java
index 7de9dbc..aad017a 100644
--- a/plugins/org.eclipse.ease.lang.ruby.jruby/src/org/eclipse/ease/lang/ruby/jruby/JRubyScriptEngine.java
+++ b/plugins/org.eclipse.ease.lang.ruby.jruby/src/org/eclipse/ease/lang/ruby/jruby/JRubyScriptEngine.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.ruby/src/org/eclipse/ease/lang/ruby/PluginConstants.java b/plugins/org.eclipse.ease.lang.ruby/src/org/eclipse/ease/lang/ruby/PluginConstants.java
index dad8d70..cd975b5 100644
--- a/plugins/org.eclipse.ease.lang.ruby/src/org/eclipse/ease/lang/ruby/PluginConstants.java
+++ b/plugins/org.eclipse.ease.lang.ruby/src/org/eclipse/ease/lang/ruby/PluginConstants.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.ruby/src/org/eclipse/ease/lang/ruby/RubyCodeFactory.java b/plugins/org.eclipse.ease.lang.ruby/src/org/eclipse/ease/lang/ruby/RubyCodeFactory.java
index 3d5fb79..e11f3ea 100644
--- a/plugins/org.eclipse.ease.lang.ruby/src/org/eclipse/ease/lang/ruby/RubyCodeFactory.java
+++ b/plugins/org.eclipse.ease.lang.ruby/src/org/eclipse/ease/lang/ruby/RubyCodeFactory.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.ruby/src/org/eclipse/ease/lang/ruby/RubyCodeParser.java b/plugins/org.eclipse.ease.lang.ruby/src/org/eclipse/ease/lang/ruby/RubyCodeParser.java
index 25cde95..5a17c51 100644
--- a/plugins/org.eclipse.ease.lang.ruby/src/org/eclipse/ease/lang/ruby/RubyCodeParser.java
+++ b/plugins/org.eclipse.ease.lang.ruby/src/org/eclipse/ease/lang/ruby/RubyCodeParser.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.ruby/src/org/eclipse/ease/lang/ruby/RubyHelper.java b/plugins/org.eclipse.ease.lang.ruby/src/org/eclipse/ease/lang/ruby/RubyHelper.java
index d6f313c..b6a86f6 100644
--- a/plugins/org.eclipse.ease.lang.ruby/src/org/eclipse/ease/lang/ruby/RubyHelper.java
+++ b/plugins/org.eclipse.ease.lang.ruby/src/org/eclipse/ease/lang/ruby/RubyHelper.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/org/eclipse/ease/lang/scriptarchive/ui/PluginConstants.java b/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/org/eclipse/ease/lang/scriptarchive/ui/PluginConstants.java
index 7a8eaa8..79f13dc 100644
--- a/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/org/eclipse/ease/lang/scriptarchive/ui/PluginConstants.java
+++ b/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/org/eclipse/ease/lang/scriptarchive/ui/PluginConstants.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/org/eclipse/ease/lang/scriptarchive/ui/export/ArchiveFileExportOperation.java b/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/org/eclipse/ease/lang/scriptarchive/ui/export/ArchiveFileExportOperation.java
index ed3a514..cfeac81 100644
--- a/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/org/eclipse/ease/lang/scriptarchive/ui/export/ArchiveFileExportOperation.java
+++ b/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/org/eclipse/ease/lang/scriptarchive/ui/export/ArchiveFileExportOperation.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/org/eclipse/ease/lang/scriptarchive/ui/export/MainPage.java b/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/org/eclipse/ease/lang/scriptarchive/ui/export/MainPage.java
index 388312a..6b6a5d4 100644
--- a/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/org/eclipse/ease/lang/scriptarchive/ui/export/MainPage.java
+++ b/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/org/eclipse/ease/lang/scriptarchive/ui/export/MainPage.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/org/eclipse/ease/lang/scriptarchive/ui/export/ManifestOutputStream.java b/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/org/eclipse/ease/lang/scriptarchive/ui/export/ManifestOutputStream.java
index 2a429ad..476675e 100644
--- a/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/org/eclipse/ease/lang/scriptarchive/ui/export/ManifestOutputStream.java
+++ b/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/org/eclipse/ease/lang/scriptarchive/ui/export/ManifestOutputStream.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
* IBM Corporation - some methods of this class were taken from org.eclipse.pde.internal.core.util.ManifestUtils
diff --git a/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/org/eclipse/ease/lang/scriptarchive/ui/export/ScriptArchiveExportWizard.java b/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/org/eclipse/ease/lang/scriptarchive/ui/export/ScriptArchiveExportWizard.java
index f607dc5..41f8fcd 100644
--- a/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/org/eclipse/ease/lang/scriptarchive/ui/export/ScriptArchiveExportWizard.java
+++ b/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/org/eclipse/ease/lang/scriptarchive/ui/export/ScriptArchiveExportWizard.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/org/eclipse/ease/lang/scriptarchive/ui/export/ZipFileExporter.java b/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/org/eclipse/ease/lang/scriptarchive/ui/export/ZipFileExporter.java
index 1f42521..bbbd6c8 100644
--- a/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/org/eclipse/ease/lang/scriptarchive/ui/export/ZipFileExporter.java
+++ b/plugins/org.eclipse.ease.lang.scriptarchive.ui/src/org/eclipse/ease/lang/scriptarchive/ui/export/ZipFileExporter.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.scriptarchive/src/org/eclipse/ease/lang/scriptarchive/NonClosingInputStream.java b/plugins/org.eclipse.ease.lang.scriptarchive/src/org/eclipse/ease/lang/scriptarchive/NonClosingInputStream.java
index 5248cf7..eac37eb 100644
--- a/plugins/org.eclipse.ease.lang.scriptarchive/src/org/eclipse/ease/lang/scriptarchive/NonClosingInputStream.java
+++ b/plugins/org.eclipse.ease.lang.scriptarchive/src/org/eclipse/ease/lang/scriptarchive/NonClosingInputStream.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.scriptarchive/src/org/eclipse/ease/lang/scriptarchive/PluginConstants.java b/plugins/org.eclipse.ease.lang.scriptarchive/src/org/eclipse/ease/lang/scriptarchive/PluginConstants.java
index d34bc3d..a85946f 100644
--- a/plugins/org.eclipse.ease.lang.scriptarchive/src/org/eclipse/ease/lang/scriptarchive/PluginConstants.java
+++ b/plugins/org.eclipse.ease.lang.scriptarchive/src/org/eclipse/ease/lang/scriptarchive/PluginConstants.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/Activator.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/Activator.java
index ba5c1ba..b079da5 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/Activator.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/Activator.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/decorators/TestStatusDecorator.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/decorators/TestStatusDecorator.java
index a7be448..dc99195 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/decorators/TestStatusDecorator.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/decorators/TestStatusDecorator.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/dialogs/CreateReportDialog.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/dialogs/CreateReportDialog.java
index 6d404d9..ed1ae70 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/dialogs/CreateReportDialog.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/dialogs/CreateReportDialog.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/dialogs/HTMLContentDialog.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/dialogs/HTMLContentDialog.java
index 70b95c9..40afc85 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/dialogs/HTMLContentDialog.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/dialogs/HTMLContentDialog.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/AbstractEditorPage.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/AbstractEditorPage.java
index c3f6939..7b7184e 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/AbstractEditorPage.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/AbstractEditorPage.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/CustomCodePage.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/CustomCodePage.java
index e566418..9b0a129 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/CustomCodePage.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/CustomCodePage.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/FileSelectionPage.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/FileSelectionPage.java
index 5eff4e9..541b658 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/FileSelectionPage.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/FileSelectionPage.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/IVariablesProvider.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/IVariablesProvider.java
index b35a564..53d4ad1 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/IVariablesProvider.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/IVariablesProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/OverviewPage.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/OverviewPage.java
index 7f5fdf6..85d8c64 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/OverviewPage.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/OverviewPage.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/TestSuiteEditor.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/TestSuiteEditor.java
index 5a69e05..4454a24 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/TestSuiteEditor.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/TestSuiteEditor.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/TestSuiteEditorActionBarContributor.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/TestSuiteEditorActionBarContributor.java
index 1f8a66d..2419e47 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/TestSuiteEditorActionBarContributor.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/TestSuiteEditorActionBarContributor.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/VariablesPage.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/VariablesPage.java
index 2040ca7..af7f223 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/VariablesPage.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/editor/VariablesPage.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/AbstractViewToolbarHandler.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/AbstractViewToolbarHandler.java
index f9ce1c5..bd00465 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/AbstractViewToolbarHandler.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/AbstractViewToolbarHandler.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/AddFolderForVariablesHandler.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/AddFolderForVariablesHandler.java
index c500376..6d72c66 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/AddFolderForVariablesHandler.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/AddFolderForVariablesHandler.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Madalina Hodorog - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/AddVariableHandler.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/AddVariableHandler.java
index 04228f0..ea72275 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/AddVariableHandler.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/AddVariableHandler.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Madalina Hodorog - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/CreateReport.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/CreateReport.java
index 09d195c..c98bd91 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/CreateReport.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/CreateReport.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/DebugTestSuiteFromEditor.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/DebugTestSuiteFromEditor.java
index 58343f9..5e0216d 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/DebugTestSuiteFromEditor.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/DebugTestSuiteFromEditor.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/RemoveVariableOrFolderHandler.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/RemoveVariableOrFolderHandler.java
index f32fb44..17651a7 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/RemoveVariableOrFolderHandler.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/RemoveVariableOrFolderHandler.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Madalina Hodorog - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/RunAllTests.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/RunAllTests.java
index fda3d60..54bcf56 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/RunAllTests.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/RunAllTests.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/RunFailedTests.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/RunFailedTests.java
index eaf45e9..920ed7f 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/RunFailedTests.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/RunFailedTests.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/RunSelectedTests.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/RunSelectedTests.java
index 8336ea2..e9a1306 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/RunSelectedTests.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/RunSelectedTests.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/RunTestSuiteFromEditor.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/RunTestSuiteFromEditor.java
index 8c7e0f0..1f5a200 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/RunTestSuiteFromEditor.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/RunTestSuiteFromEditor.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/TerminateTestSuite.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/TerminateTestSuite.java
index 5d7933d..7729f0f 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/TerminateTestSuite.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/TerminateTestSuite.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/ToggleTestFilter.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/ToggleTestFilter.java
index d758d1c..0378990 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/ToggleTestFilter.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/handlers/ToggleTestFilter.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/sourceprovider/TestSuiteSource.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/sourceprovider/TestSuiteSource.java
index ea84102..be390dd 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/sourceprovider/TestSuiteSource.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/sourceprovider/TestSuiteSource.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/sourceprovider/TestSuiteStatus.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/sourceprovider/TestSuiteStatus.java
index 797e5e5..3cc18f4 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/sourceprovider/TestSuiteStatus.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/sourceprovider/TestSuiteStatus.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/MultiSelectionProvider.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/MultiSelectionProvider.java
index a2adbb0..e3ad1a1 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/MultiSelectionProvider.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/MultiSelectionProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/SuiteRuntimeInformation.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/SuiteRuntimeInformation.java
index c92c18a..dad4e15 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/SuiteRuntimeInformation.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/SuiteRuntimeInformation.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/TestSuiteContentProvider.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/TestSuiteContentProvider.java
index e4469ec..b15d96a 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/TestSuiteContentProvider.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/TestSuiteContentProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/TestSuiteLabelProvider.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/TestSuiteLabelProvider.java
index 9397038..e661b58 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/TestSuiteLabelProvider.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/TestSuiteLabelProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/UIAttachment.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/UIAttachment.java
index 1dd2fbb..adacc46 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/UIAttachment.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/UIAttachment.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/UnitTestView.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/UnitTestView.java
index 4270ce8..5470657 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/UnitTestView.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/views/UnitTestView.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/wizards/TestSuiteCreationPage.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/wizards/TestSuiteCreationPage.java
index 4c9c6b7..5ff3c4a 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/wizards/TestSuiteCreationPage.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/wizards/TestSuiteCreationPage.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/wizards/TestSuiteWizard.java b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/wizards/TestSuiteWizard.java
index 3d47d3e..eb01917 100644
--- a/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/wizards/TestSuiteWizard.java
+++ b/plugins/org.eclipse.ease.lang.unittest.ui/src/org/eclipse/ease/lang/unittest/ui/wizards/TestSuiteWizard.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Remy Chi Jian Suen <remy.suen@gmail.com>
diff --git a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/AssertionException.java b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/AssertionException.java
index e0ddedf..97a4545 100644
--- a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/AssertionException.java
+++ b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/AssertionException.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/DefaultAssertion.java b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/DefaultAssertion.java
index a640408..4028e32 100644
--- a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/DefaultAssertion.java
+++ b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/DefaultAssertion.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/FilteredTestCommand.java b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/FilteredTestCommand.java
index 1f1ee70..9049961 100644
--- a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/FilteredTestCommand.java
+++ b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/FilteredTestCommand.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/IAssertion.java b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/IAssertion.java
index 554ec4e..d24a4a4 100644
--- a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/IAssertion.java
+++ b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/IAssertion.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/PluginConstants.java b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/PluginConstants.java
index 0be3dc7..75ab876 100644
--- a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/PluginConstants.java
+++ b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/PluginConstants.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/TestSuiteScriptEngine.java b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/TestSuiteScriptEngine.java
index ee5fb5c..7e1e021 100644
--- a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/TestSuiteScriptEngine.java
+++ b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/TestSuiteScriptEngine.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/UnitTestHelper.java b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/UnitTestHelper.java
index d9cb59b..4ca6309 100644
--- a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/UnitTestHelper.java
+++ b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/UnitTestHelper.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/UnitTestModule.java b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/UnitTestModule.java
index 59b336c..0973bb6 100644
--- a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/UnitTestModule.java
+++ b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/UnitTestModule.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/execution/DefaultTestExecutionStrategy.java b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/execution/DefaultTestExecutionStrategy.java
index 8cc0118..c3d1b5f 100644
--- a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/execution/DefaultTestExecutionStrategy.java
+++ b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/execution/DefaultTestExecutionStrategy.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/execution/ITestExecutionStrategy.java b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/execution/ITestExecutionStrategy.java
index faddf0e..5cf08e9 100644
--- a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/execution/ITestExecutionStrategy.java
+++ b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/execution/ITestExecutionStrategy.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/reporters/IReportGenerator.java b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/reporters/IReportGenerator.java
index 8588ebc..5ab980e 100644
--- a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/reporters/IReportGenerator.java
+++ b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/reporters/IReportGenerator.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/reporters/JUnitReportGenerator.java b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/reporters/JUnitReportGenerator.java
index 4afb0c7..a1f8bd5 100644
--- a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/reporters/JUnitReportGenerator.java
+++ b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/reporters/JUnitReportGenerator.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/reporters/ReportTools.java b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/reporters/ReportTools.java
index b25423f..34c6e59 100644
--- a/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/reporters/ReportTools.java
+++ b/plugins/org.eclipse.ease.lang.unittest/src/org/eclipse/ease/lang/unittest/reporters/ReportTools.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/EaseUICompletionsJavaFragment.java b/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/EaseUICompletionsJavaFragment.java
index f1a0c99..67443ef 100644
--- a/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/EaseUICompletionsJavaFragment.java
+++ b/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/EaseUICompletionsJavaFragment.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Jonah Graham (Kichwa Coders) - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/handlers/JavaClassHelpResolver.java b/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/handlers/JavaClassHelpResolver.java
index df9b6c2..bcdd384 100644
--- a/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/handlers/JavaClassHelpResolver.java
+++ b/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/handlers/JavaClassHelpResolver.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/handlers/JavaFieldHelpResolver.java b/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/handlers/JavaFieldHelpResolver.java
index a09f9cb..80bdb48 100644
--- a/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/handlers/JavaFieldHelpResolver.java
+++ b/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/handlers/JavaFieldHelpResolver.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/handlers/JavaMethodHelpResolver.java b/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/handlers/JavaMethodHelpResolver.java
index c73d3eb..1abf6ad 100644
--- a/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/handlers/JavaMethodHelpResolver.java
+++ b/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/handlers/JavaMethodHelpResolver.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/handlers/JavaPackageHelpResolver.java b/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/handlers/JavaPackageHelpResolver.java
index ca34513..cbc027a 100644
--- a/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/handlers/JavaPackageHelpResolver.java
+++ b/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/handlers/JavaPackageHelpResolver.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/hovers/internal/VirtualClasspathFile.java b/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/hovers/internal/VirtualClasspathFile.java
index b514d61..eff71b8 100644
--- a/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/hovers/internal/VirtualClasspathFile.java
+++ b/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/hovers/internal/VirtualClasspathFile.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/hovers/internal/VirtualProject.java b/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/hovers/internal/VirtualProject.java
index 3f8e4f4..68c0de2 100644
--- a/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/hovers/internal/VirtualProject.java
+++ b/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/hovers/internal/VirtualProject.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/hovers/internal/VirtualProjectDescription.java b/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/hovers/internal/VirtualProjectDescription.java
index b0c60f7..25fee91 100644
--- a/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/hovers/internal/VirtualProjectDescription.java
+++ b/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/help/hovers/internal/VirtualProjectDescription.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/provider/JavaClassCompletionProvider.java b/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/provider/JavaClassCompletionProvider.java
index 010a397..e7b2632 100644
--- a/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/provider/JavaClassCompletionProvider.java
+++ b/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/provider/JavaClassCompletionProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/provider/JavaMethodCompletionProvider.java b/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/provider/JavaMethodCompletionProvider.java
index b0e62da..06c4542 100644
--- a/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/provider/JavaMethodCompletionProvider.java
+++ b/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/provider/JavaMethodCompletionProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/provider/JavaPackagesCompletionProvider.java b/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/provider/JavaPackagesCompletionProvider.java
index 6d6f796..a65cef2 100644
--- a/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/provider/JavaPackagesCompletionProvider.java
+++ b/plugins/org.eclipse.ease.ui.completions.java/src/org/eclipse/ease/ui/completions/java/provider/JavaPackagesCompletionProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/Activator.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/Activator.java
index f2a3fd0..3fff901 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/Activator.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/Activator.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/FileScriptStorage.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/FileScriptStorage.java
index 82254e9..6c5ac13 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/FileScriptStorage.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/FileScriptStorage.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/Messages.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/Messages.java
index 5f1abed..d2b847d 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/Messages.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/Messages.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Bachmann electronic GmbH - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ScriptContributionFactory.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ScriptContributionFactory.java
index 677583c..8376053 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ScriptContributionFactory.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ScriptContributionFactory.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ScriptEditorInput.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ScriptEditorInput.java
index be19663..62f03f7 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ScriptEditorInput.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ScriptEditorInput.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ScriptStorage.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ScriptStorage.java
index 97d3a24..69016a7 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ScriptStorage.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ScriptStorage.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ScriptURLConnection.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ScriptURLConnection.java
index fd36b27..3fb0683 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ScriptURLConnection.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ScriptURLConnection.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ScriptURLStreamHandler.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ScriptURLStreamHandler.java
index df844b4..3c6587b 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ScriptURLStreamHandler.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ScriptURLStreamHandler.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/WorkspaceScriptStorage.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/WorkspaceScriptStorage.java
index 48b5e7d..a0c4edd 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/WorkspaceScriptStorage.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/WorkspaceScriptStorage.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/dialogs/AddKeywordDialog.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/dialogs/AddKeywordDialog.java
index 0594d4d..0403a5e 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/dialogs/AddKeywordDialog.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/dialogs/AddKeywordDialog.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/dialogs/SelectScriptStorageDialog.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/dialogs/SelectScriptStorageDialog.java
index 5cbc340..e43eaa0 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/dialogs/SelectScriptStorageDialog.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/dialogs/SelectScriptStorageDialog.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ExpressionTools.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ExpressionTools.java
index a7cba8c..25ff48c 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ExpressionTools.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ExpressionTools.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ICompositeExpressionDefinition.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ICompositeExpressionDefinition.java
index b887f31..3d914de 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ICompositeExpressionDefinition.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ICompositeExpressionDefinition.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/IExpressionDefinition.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/IExpressionDefinition.java
index 927fb9b..71bab8d 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/IExpressionDefinition.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/IExpressionDefinition.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/AbstractCompositeExpressionDefinition.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/AbstractCompositeExpressionDefinition.java
index 5e9ac29..af06461 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/AbstractCompositeExpressionDefinition.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/AbstractCompositeExpressionDefinition.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/AbstractExpressionDefinition.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/AbstractExpressionDefinition.java
index c530b99..7c1c07f 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/AbstractExpressionDefinition.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/AbstractExpressionDefinition.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/AdaptExpressionDefinition.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/AdaptExpressionDefinition.java
index 0c90f00..fa619db 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/AdaptExpressionDefinition.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/AdaptExpressionDefinition.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/AndExpressionDefinition.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/AndExpressionDefinition.java
index 183ffd0..1143806 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/AndExpressionDefinition.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/AndExpressionDefinition.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/CountExpressionDefinition.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/CountExpressionDefinition.java
index a7fc6d8..8b56de0 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/CountExpressionDefinition.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/CountExpressionDefinition.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/EqualsExpressionDefinition.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/EqualsExpressionDefinition.java
index 13fb472..1a0ab93 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/EqualsExpressionDefinition.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/EqualsExpressionDefinition.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/ExpressionFactory.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/ExpressionFactory.java
index a003365..13fa58f 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/ExpressionFactory.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/ExpressionFactory.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/InstanceOfExpressionDefinition.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/InstanceOfExpressionDefinition.java
index 6428cef..8bf417f 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/InstanceOfExpressionDefinition.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/InstanceOfExpressionDefinition.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/IterateExpressionDefinition.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/IterateExpressionDefinition.java
index 3486f71..d5611d5 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/IterateExpressionDefinition.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/IterateExpressionDefinition.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/NotExpressionDefinition.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/NotExpressionDefinition.java
index 445cb9a..8669fc3 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/NotExpressionDefinition.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/NotExpressionDefinition.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/OrExpressionDefinition.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/OrExpressionDefinition.java
index 6bdcace..ecd868a 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/OrExpressionDefinition.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/OrExpressionDefinition.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/ReferenceExpressionDefinition.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/ReferenceExpressionDefinition.java
index 85aef92..6e366d2 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/ReferenceExpressionDefinition.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/ReferenceExpressionDefinition.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/ResolveExpressionDefinition.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/ResolveExpressionDefinition.java
index fdeaeaf..dd2f9cb 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/ResolveExpressionDefinition.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/ResolveExpressionDefinition.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/RootExpressionDefinition.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/RootExpressionDefinition.java
index 4ca7d6e..d68d938 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/RootExpressionDefinition.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/RootExpressionDefinition.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/SystemTestExpressionDefinition.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/SystemTestExpressionDefinition.java
index fad757a..711941c 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/SystemTestExpressionDefinition.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/SystemTestExpressionDefinition.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/TestExpressionDefinition.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/TestExpressionDefinition.java
index 6090d74..df01bfc 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/TestExpressionDefinition.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/TestExpressionDefinition.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/WithExpressionDefinition.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/WithExpressionDefinition.java
index 2574569..4fa8cf1 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/WithExpressionDefinition.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/definitions/WithExpressionDefinition.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/handler/CreateExpressionHandler.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/handler/CreateExpressionHandler.java
index 10f0113..b435e83 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/handler/CreateExpressionHandler.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/handler/CreateExpressionHandler.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/handler/DeleteExpressionHandler.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/handler/DeleteExpressionHandler.java
index af34bfa..b7c5e17 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/handler/DeleteExpressionHandler.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/handler/DeleteExpressionHandler.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ui/ExpressionComposite.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ui/ExpressionComposite.java
index 9e2c2cb..16a1d31 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ui/ExpressionComposite.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ui/ExpressionComposite.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ui/ExpressionContentProvider.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ui/ExpressionContentProvider.java
index 136465a..2f87867 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ui/ExpressionContentProvider.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ui/ExpressionContentProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ui/ExpressionDialog.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ui/ExpressionDialog.java
index a29e103..3e2315d 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ui/ExpressionDialog.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/expressions/ui/ExpressionDialog.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/handler/CreateUserKeyword.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/handler/CreateUserKeyword.java
index 5bcdf3d..ac361a3 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/handler/CreateUserKeyword.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/handler/CreateUserKeyword.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/handler/EditScript.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/handler/EditScript.java
index 032063f..b612a72 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/handler/EditScript.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/handler/EditScript.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/handler/RefreshRepository.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/handler/RefreshRepository.java
index b662aac..64de6d2 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/handler/RefreshRepository.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/handler/RefreshRepository.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/handler/RunScript.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/handler/RunScript.java
index a9a168e..d7172d1 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/handler/RunScript.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/handler/RunScript.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/handler/ToggleScriptRecording.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/handler/ToggleScriptRecording.java
index 2cf7a5a..259d2e9 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/handler/ToggleScriptRecording.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/handler/ToggleScriptRecording.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/CommandContributionItem.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/CommandContributionItem.java
index 291904e..9329b00 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/CommandContributionItem.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/CommandContributionItem.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Christian Pontesegger - changed visibility of some methods to allow changes during runtime
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/CronHandler.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/CronHandler.java
index dee554b..9b6942e 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/CronHandler.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/CronHandler.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/CronScheduler.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/CronScheduler.java
index 9cb274b..a857302 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/CronScheduler.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/CronScheduler.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/MenuHandler.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/MenuHandler.java
index 063acdc..16d8749 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/MenuHandler.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/MenuHandler.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/PopupHandler.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/PopupHandler.java
index 2ff13ca..a677bd7 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/PopupHandler.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/PopupHandler.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ResourceChangeHandler.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ResourceChangeHandler.java
index 3b52673..0272da8 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ResourceChangeHandler.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ResourceChangeHandler.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/SaveEditorHandler.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/SaveEditorHandler.java
index d4a8336..72fbe77 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/SaveEditorHandler.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/SaveEditorHandler.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ScriptContributionFactory.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ScriptContributionFactory.java
index 8f95946..5341ccc 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ScriptContributionFactory.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ScriptContributionFactory.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ScriptContributionItem.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ScriptContributionItem.java
index 65c3a6b..16a1f7f 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ScriptContributionItem.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ScriptContributionItem.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ShutdownHandler.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ShutdownHandler.java
index 77f79a1..bbc9e19 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ShutdownHandler.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ShutdownHandler.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/StartupHandler.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/StartupHandler.java
index c3631cf..04334c6 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/StartupHandler.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/StartupHandler.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ToolbarHandler.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ToolbarHandler.java
index 8a9bf76..567b311 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ToolbarHandler.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/keywordhandler/ToolbarHandler.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/IPreferenceConstants.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/IPreferenceConstants.java
index afdb427..9f6b5a2 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/IPreferenceConstants.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/IPreferenceConstants.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/LocationsPage.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/LocationsPage.java
index bb0d0e0..4bc3325 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/LocationsPage.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/LocationsPage.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/PreferenceInitializer.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/PreferenceInitializer.java
index 022d523..5b008f5 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/PreferenceInitializer.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/PreferenceInitializer.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/PreferencesHelper.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/PreferencesHelper.java
index 8103b46..7f2d019 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/PreferencesHelper.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/PreferencesHelper.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/SignaturePreferencePage.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/SignaturePreferencePage.java
index 653008d..17682ab 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/SignaturePreferencePage.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/SignaturePreferencePage.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Varun Raval - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/URIValidator.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/URIValidator.java
index f750894..4a2f52a 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/URIValidator.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/preferences/URIValidator.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/properties/AllKeywordsSection.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/properties/AllKeywordsSection.java
index 08bd4c3..5004b3d 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/properties/AllKeywordsSection.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/properties/AllKeywordsSection.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/properties/ScriptUIIntegrationSection.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/properties/ScriptUIIntegrationSection.java
index 45448aa..b3d72c3 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/properties/ScriptUIIntegrationSection.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/properties/ScriptUIIntegrationSection.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/IRepositoryService.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/IRepositoryService.java
index 4e2ba25..5ae4e20 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/IRepositoryService.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/IRepositoryService.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/FileSystemParser.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/FileSystemParser.java
index 46f1bee..43c5838 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/FileSystemParser.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/FileSystemParser.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/GithubParser.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/GithubParser.java
index f608ab0..622c5d5 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/GithubParser.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/GithubParser.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Utsav Oza - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/HttpParser.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/HttpParser.java
index a5bfb4f..8f4336a 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/HttpParser.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/HttpParser.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/InputStreamParser.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/InputStreamParser.java
index b880127..8dd44de 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/InputStreamParser.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/InputStreamParser.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/PluginParser.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/PluginParser.java
index 7564069..cdaab32 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/PluginParser.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/PluginParser.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/RepositoryService.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/RepositoryService.java
index eab40d7..797016a 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/RepositoryService.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/RepositoryService.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/RepositoryServiceFactory.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/RepositoryServiceFactory.java
index e11ebaa..bd65329 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/RepositoryServiceFactory.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/RepositoryServiceFactory.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/Startup.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/Startup.java
index 9271e32..7a1d63e 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/Startup.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/Startup.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/UpdateRepositoryJob.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/UpdateRepositoryJob.java
index ce31c31..2d976d2 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/UpdateRepositoryJob.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/UpdateRepositoryJob.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/WorkspaceParser.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/WorkspaceParser.java
index 1648510..2b59b89 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/WorkspaceParser.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/repository/impl/WorkspaceParser.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/touchpoints/AddScriptLocationTouchpoint.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/touchpoints/AddScriptLocationTouchpoint.java
index 9cef1e0..2d15faf 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/touchpoints/AddScriptLocationTouchpoint.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/touchpoints/AddScriptLocationTouchpoint.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/Decorator.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/Decorator.java
index 4eb48db..785743d 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/Decorator.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/Decorator.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Varun Raval - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptComposite.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptComposite.java
index 22f61ea..35fd6bb 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptComposite.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptComposite.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptContentProvider.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptContentProvider.java
index 44efc4b..be06318 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptContentProvider.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptContentProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptContextMenuEntries.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptContextMenuEntries.java
index 4209c26..cc04b49 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptContextMenuEntries.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptContextMenuEntries.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptDragSource.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptDragSource.java
index eb7f1a4..1611425 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptDragSource.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptDragSource.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptDropHandler.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptDropHandler.java
index 0f563e6..211bfd8 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptDropHandler.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptDropHandler.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptEngineFilter.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptEngineFilter.java
index c7dc819..0c17112 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptEngineFilter.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptEngineFilter.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptPopup.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptPopup.java
index 4f7fd8e..89666f1 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptPopup.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptPopup.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptPopupMenu.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptPopupMenu.java
index 8d450ee..7eedb58 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptPopupMenu.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptPopupMenu.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptSelectionDialog.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptSelectionDialog.java
index 2567cc8..5883116 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptSelectionDialog.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/ui/ScriptSelectionDialog.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/view/ScriptDropin.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/view/ScriptDropin.java
index 5cb9d79..c526edd 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/view/ScriptDropin.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/view/ScriptDropin.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/view/ScriptExplorerView.java b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/view/ScriptExplorerView.java
index 01f11c0..3fb672f 100644
--- a/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/view/ScriptExplorerView.java
+++ b/plugins/org.eclipse.ease.ui.scripts/src/org/eclipse/ease/ui/scripts/view/ScriptExplorerView.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/Activator.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/Activator.java
index 117b0f6..467f21d 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/Activator.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/Activator.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/Messages.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/Messages.java
index 4c9b1f0..320fd78 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/Messages.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/Messages.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Bachmann electronic GmbH - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/AbstractCompletionParser.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/AbstractCompletionParser.java
index 2cecd5a..29cd109 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/AbstractCompletionParser.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/AbstractCompletionParser.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/AbstractCompletionProvider.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/AbstractCompletionProvider.java
index a01f4c7..b06ca41 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/AbstractCompletionProvider.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/AbstractCompletionProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/CodeCompletionAggregator.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/CodeCompletionAggregator.java
index fd688a9..ce40ac4 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/CodeCompletionAggregator.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/CodeCompletionAggregator.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Martin Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/CompletionContext.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/CompletionContext.java
index 95d0b68..d56ecbc 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/CompletionContext.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/CompletionContext.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Martin Kloesch - initial API and implementation
* Christian Pontesegger - rewrite of implementation
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/CompletionLabelProvider.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/CompletionLabelProvider.java
index 8dc7c8d..87b317e 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/CompletionLabelProvider.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/CompletionLabelProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/ICompletionProvider.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/ICompletionProvider.java
index b4c90a0..addcb75 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/ICompletionProvider.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/ICompletionProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Martin Kloesch - initial API and implementation
* Christian Pontesegger - rewrite of this interface
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/IHelpResolver.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/IHelpResolver.java
index 30af74a..ab2d228 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/IHelpResolver.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/IHelpResolver.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/IImageResolver.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/IImageResolver.java
index ab6cd16..472d010 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/IImageResolver.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/IImageResolver.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/ScriptCompletionProposal.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/ScriptCompletionProposal.java
index 5f2e081..0bb22d4 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/ScriptCompletionProposal.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/ScriptCompletionProposal.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/provider/AbstractFileLocationCompletionProvider.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/provider/AbstractFileLocationCompletionProvider.java
index e074303..920a6a2 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/provider/AbstractFileLocationCompletionProvider.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/provider/AbstractFileLocationCompletionProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/provider/EnvironmentLocationCompletionProvider.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/provider/EnvironmentLocationCompletionProvider.java
index 185fba8..0b888ad 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/provider/EnvironmentLocationCompletionProvider.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/provider/EnvironmentLocationCompletionProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/provider/LoadModuleCompletionProvider.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/provider/LoadModuleCompletionProvider.java
index 771c3b0..caf8e34 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/provider/LoadModuleCompletionProvider.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/provider/LoadModuleCompletionProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/provider/LoadedModuleCompletionProvider.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/provider/LoadedModuleCompletionProvider.java
index dc66cc9..8ea1d6c 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/provider/LoadedModuleCompletionProvider.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/provider/LoadedModuleCompletionProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/provider/LocationResolver.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/provider/LocationResolver.java
index a5db448..1150ebc 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/provider/LocationResolver.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/provider/LocationResolver.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/provider/VariablesCompletionProvider.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/provider/VariablesCompletionProvider.java
index d1afb3d..82dbf30 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/provider/VariablesCompletionProvider.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/completion/provider/VariablesCompletionProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/ScriptConsole.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/ScriptConsole.java
index 0171aa2..3435889 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/ScriptConsole.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/ScriptConsole.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/ScriptConsolePageParticipant.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/ScriptConsolePageParticipant.java
index c177619..337fde9 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/ScriptConsolePageParticipant.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/ScriptConsolePageParticipant.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/ConsoleMessages.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/ConsoleMessages.java
index 563cb3b..bc86226 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/ConsoleMessages.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/ConsoleMessages.java
@@ -4,6 +4,8 @@
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* IBM - Initial API and implementation
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/RemoveAllTerminatedConsolesAction.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/RemoveAllTerminatedConsolesAction.java
index 9b4593e..d4e7c23 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/RemoveAllTerminatedConsolesAction.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/RemoveAllTerminatedConsolesAction.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Christian Pontesegger - adaption to EScript project
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/RemoveCurrentConsoleAction.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/RemoveCurrentConsoleAction.java
index ca59f64..43a9aff 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/RemoveCurrentConsoleAction.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/RemoveCurrentConsoleAction.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Christian Pontesegger - adaption to EScript project
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/ShowStandardErrorAction.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/ShowStandardErrorAction.java
index 52373d1..0bdbc9e 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/ShowStandardErrorAction.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/ShowStandardErrorAction.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Christian Pontesegger - adaption to EScript project
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/ShowStandardOutAction.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/ShowStandardOutAction.java
index c452f0a..827f65c 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/ShowStandardOutAction.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/ShowStandardOutAction.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Christian Pontesegger - adaption to EScript project
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/ShowWhenContentChangesAction.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/ShowWhenContentChangesAction.java
index b1710ad..cd46dec 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/ShowWhenContentChangesAction.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/ShowWhenContentChangesAction.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Christian Pontesegger - adaption to EScript project
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/TerminateConsoleAction.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/TerminateConsoleAction.java
index e19cbfc..a158d88 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/TerminateConsoleAction.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/console/actions/TerminateConsoleAction.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/debugging/model/AbstractEaseDebugModelPresentation.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/debugging/model/AbstractEaseDebugModelPresentation.java
index d395f29..f2731c4 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/debugging/model/AbstractEaseDebugModelPresentation.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/debugging/model/AbstractEaseDebugModelPresentation.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dialogs/ParametersDialog.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dialogs/ParametersDialog.java
index 9c87c1e..bb1f317 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dialogs/ParametersDialog.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dialogs/ParametersDialog.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/AbstractFileDropHandler.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/AbstractFileDropHandler.java
index 02c89df..beb930d 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/AbstractFileDropHandler.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/AbstractFileDropHandler.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/AbstractModuleDropHandler.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/AbstractModuleDropHandler.java
index 17ecdb4..35aac6a 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/AbstractModuleDropHandler.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/AbstractModuleDropHandler.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/IShellDropHandler.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/IShellDropHandler.java
index 3fcf864..2acb821 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/IShellDropHandler.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/IShellDropHandler.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/JarDropHandler.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/JarDropHandler.java
index 295e124..16cb862 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/JarDropHandler.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/JarDropHandler.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/ModulesDropHandler.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/ModulesDropHandler.java
index c243a8f..1f332a3 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/ModulesDropHandler.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/ModulesDropHandler.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/ResourceDropHandler.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/ResourceDropHandler.java
index 2a08c95..3729974 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/ResourceDropHandler.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/ResourceDropHandler.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/ShellDropTarget.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/ShellDropTarget.java
index 136705e..35be516 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/ShellDropTarget.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/dnd/ShellDropTarget.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/ClearDisplay.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/ClearDisplay.java
index fe1d85a..8a06b8d 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/ClearDisplay.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/ClearDisplay.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/LoadModule.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/LoadModule.java
index e4deffc..751a377 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/LoadModule.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/LoadModule.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/OpenHelp.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/OpenHelp.java
index c840e95..89202d3 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/OpenHelp.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/OpenHelp.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Bernhard Wedl - initial API and implementation
* Christian Pontesegger - fixed help lookup
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/OpenModulesPreferences.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/OpenModulesPreferences.java
index f6b4175..d5bd116 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/OpenModulesPreferences.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/OpenModulesPreferences.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/OpenScriptHelp.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/OpenScriptHelp.java
index 026fcb8..b1d79b9 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/OpenScriptHelp.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/OpenScriptHelp.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Vidura Mudalige - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/PasteTextToScriptShell.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/PasteTextToScriptShell.java
index 194ac08..d4a84f6 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/PasteTextToScriptShell.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/PasteTextToScriptShell.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/PerformSignature.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/PerformSignature.java
index dc0cb5e..50e3d01 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/PerformSignature.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/PerformSignature.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Varun Raval - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/Reset.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/Reset.java
index 4b58cc2..71b997c 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/Reset.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/Reset.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/SpawnShell.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/SpawnShell.java
index 744418b..eb66e82 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/SpawnShell.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/SpawnShell.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/StopScriptExecution.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/StopScriptExecution.java
index c65078d..feda7f8 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/StopScriptExecution.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/StopScriptExecution.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/SwitchEngine.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/SwitchEngine.java
index b0a12c3..5b716a8 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/SwitchEngine.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/handler/SwitchEngine.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/ConstantHelp.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/ConstantHelp.java
index e64a0bd..69883ba 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/ConstantHelp.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/ConstantHelp.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/ContentProposalModifier.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/ContentProposalModifier.java
index 89975c3..229470a 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/ContentProposalModifier.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/ContentProposalModifier.java
@@ -7,6 +7,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* IBM Corporation - initial API and implementation
* Hannes Erven <hannes@erven.at> - Bug 293841 - [FieldAssist] NumLock keyDown event should not close the proposal popup [with patch]
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/EditorToolTipDecorator.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/EditorToolTipDecorator.java
index f1fec88..b3d6fd0 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/EditorToolTipDecorator.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/EditorToolTipDecorator.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Vidura Mudalige - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/EditorToolTipGenerator.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/EditorToolTipGenerator.java
index 11bb1ea..6d4da66 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/EditorToolTipGenerator.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/EditorToolTipGenerator.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Vidura Mudalige - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/HelpHoverImageProvider.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/HelpHoverImageProvider.java
index 48e3ee4..f761ed6 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/HelpHoverImageProvider.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/HelpHoverImageProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/HoverManager.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/HoverManager.java
index c549adc..ae1cf74 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/HoverManager.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/HoverManager.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * https://www.eclipse.org/legal/epl-2.0/
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/IHoverContentProvider.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/IHoverContentProvider.java
index f6993d9..ded5305 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/IHoverContentProvider.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/IHoverContentProvider.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * https://www.eclipse.org/legal/epl-2.0/
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/IHoverHelp.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/IHoverHelp.java
index d027048..2ac3bca 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/IHoverHelp.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/IHoverHelp.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/MethodHelp.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/MethodHelp.java
index f765180..374aeb3 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/MethodHelp.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/MethodHelp.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/ModuleHelp.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/ModuleHelp.java
index cc5845c..7cbdf03 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/ModuleHelp.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/ModuleHelp.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/AbstractHoverInformationControlManager.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/AbstractHoverInformationControlManager.java
index 8a55640..6be11de 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/AbstractHoverInformationControlManager.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/AbstractHoverInformationControlManager.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* This class is taken from org.eclipse.jface.text.AbstractHoverInformationControlManager
*
* Contributors:
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/AbstractInformationControlManager.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/AbstractInformationControlManager.java
index 9a8cd81..9b5ca88 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/AbstractInformationControlManager.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/AbstractInformationControlManager.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* This class is taken from org.eclipse.jface.text.AbstractInformationControlManager
*
* Contributors:
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/ControlHoverManager.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/ControlHoverManager.java
index 19bb55d..3d681ec 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/ControlHoverManager.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/ControlHoverManager.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* This class is taken from org.eclipse.jface.text.TextViewerHoverManager
*
* Contributors:
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/DelayedInputChangeListener.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/DelayedInputChangeListener.java
index 2f07dc9..8697886 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/DelayedInputChangeListener.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/DelayedInputChangeListener.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* This class is taken from org.eclipse.jface.internal.text.DelayedInputChangeListener
*
* Contributors:
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/InformationControlReplacer.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/InformationControlReplacer.java
index 0ed6b63..82d3d49 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/InformationControlReplacer.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/InformationControlReplacer.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* This class is taken from org.eclipse.jface.internal.text.InformationControlReplacer
*
* Contributors:
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/InternalAccessor.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/InternalAccessor.java
index f77b19f..81a354f 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/InternalAccessor.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/InternalAccessor.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* This class is taken from org.eclipse.jface.internal.text.InternalAccessor
*
* Contributors:
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/JavaDocLikeHover.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/JavaDocLikeHover.java
index 04faf99..61599ed 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/JavaDocLikeHover.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/JavaDocLikeHover.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * https://www.eclipse.org/legal/epl-2.0/
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* This class is taken from org.eclipse.jdt.internal.ui.text.java.hover.JavadocHover
*
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/StaticHoverContentProvider.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/StaticHoverContentProvider.java
index e9f6b09..9c02f7c 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/StaticHoverContentProvider.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/StaticHoverContentProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/StickyHoverManager.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/StickyHoverManager.java
index 2d743cd..32cfbd8 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/StickyHoverManager.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/StickyHoverManager.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * https://www.eclipse.org/legal/epl-2.0/
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* This class is taken from org.eclipse.jface.internal.text.StickyHoverManager
*
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/TableViewerHoverManager.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/TableViewerHoverManager.java
index 73a5ec5..7ec4d66 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/TableViewerHoverManager.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/TableViewerHoverManager.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/TreeViewerHoverManager.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/TreeViewerHoverManager.java
index dc54628..bbc5edc 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/TreeViewerHoverManager.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/help/hovers/internal/TreeViewerHoverManager.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/EaseLaunchDelegate.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/EaseLaunchDelegate.java
index b55a7ea..baeccb5 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/EaseLaunchDelegate.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/EaseLaunchDelegate.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/FileExtensionFilter.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/FileExtensionFilter.java
index af2165c..0658361 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/FileExtensionFilter.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/FileExtensionFilter.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * https://www.eclipse.org/legal/epl-2.0/
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/LaunchConfigurationTabGroup.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/LaunchConfigurationTabGroup.java
index 3d3bcf9..f326b8f 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/LaunchConfigurationTabGroup.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/LaunchConfigurationTabGroup.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * https://www.eclipse.org/legal/epl-2.0/
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/LaunchConstants.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/LaunchConstants.java
index 9f092d8..64f88d9 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/LaunchConstants.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/LaunchConstants.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/LibrariesTab.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/LibrariesTab.java
index 78686d9..5273238 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/LibrariesTab.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/LibrariesTab.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/MainTab.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/MainTab.java
index 43f02be..1235bad 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/MainTab.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/launching/MainTab.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModuleContributionFactory.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModuleContributionFactory.java
index e05600a..ff2bf36 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModuleContributionFactory.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModuleContributionFactory.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulePopupItem.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulePopupItem.java
index b234f5f..3753883 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulePopupItem.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulePopupItem.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulePopupMenu.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulePopupMenu.java
index 0a6ae53..856d26b 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulePopupMenu.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulePopupMenu.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulesComposite.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulesComposite.java
index 97fd031..21ea421 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulesComposite.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulesComposite.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Bernhard Wedl - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulesContentProvider.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulesContentProvider.java
index 876163b..f38b234 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulesContentProvider.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulesContentProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Bernhard Wedl - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulesDragListener.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulesDragListener.java
index 408ba33..c8ad301 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulesDragListener.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulesDragListener.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Bernhard Wedl - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulesFilter.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulesFilter.java
index ff8f7fe..b190b25 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulesFilter.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulesFilter.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Bernhard Wedl - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulesLabelProvider.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulesLabelProvider.java
index 7e04340..29baeb1 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulesLabelProvider.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulesLabelProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* code taken from
* shttp://git.eclipse.org/c/platform/eclipse.platform.ui.git/tree/examples/org.eclipse.jface.snippets/Eclipse%20JFace%20Snippets/org/eclipse/jface/snippets/viewers/Snippet015CustomTooltipsForTree.java
*
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulesTools.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulesTools.java
index 526c9a0..a23a4d8 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulesTools.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/modules/ui/ModulesTools.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Bernhard Wedl - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/perspectives/ScriptingPerspective.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/perspectives/ScriptingPerspective.java
index a2c80c5..482bdd2 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/perspectives/ScriptingPerspective.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/perspectives/ScriptingPerspective.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/preferences/IPreferenceConstants.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/preferences/IPreferenceConstants.java
index 31f23ab..bb78e7b 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/preferences/IPreferenceConstants.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/preferences/IPreferenceConstants.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/preferences/ModulesContentProvider.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/preferences/ModulesContentProvider.java
index bb07641..b5b55ea 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/preferences/ModulesContentProvider.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/preferences/ModulesContentProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/preferences/ModulesPage.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/preferences/ModulesPage.java
index 54c41d6..c66b0c8 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/preferences/ModulesPage.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/preferences/ModulesPage.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/preferences/PreferenceInitializer.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/preferences/PreferenceInitializer.java
index 92b1ce5..b59211c 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/preferences/PreferenceInitializer.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/preferences/PreferenceInitializer.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/preferences/ScriptingPage.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/preferences/ScriptingPage.java
index 797bc5b..7298779 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/preferences/ScriptingPage.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/preferences/ScriptingPage.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/preferences/ShellPreferencePage.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/preferences/ShellPreferencePage.java
index e9df608..d29de7f 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/preferences/ShellPreferencePage.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/preferences/ShellPreferencePage.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/propertytester/EngineTester.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/propertytester/EngineTester.java
index fb0e693..a75b9cc 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/propertytester/EngineTester.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/propertytester/EngineTester.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/propertytester/ScriptEnginePropertyTester.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/propertytester/ScriptEnginePropertyTester.java
index 1b840fc..bd29025 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/propertytester/ScriptEnginePropertyTester.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/propertytester/ScriptEnginePropertyTester.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/sign/GetInfo.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/sign/GetInfo.java
index c603f0e..0d24a83 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/sign/GetInfo.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/sign/GetInfo.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Varun Raval - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/sign/ISignatureHelperConstants.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/sign/ISignatureHelperConstants.java
index 79fac31..d6ce953 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/sign/ISignatureHelperConstants.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/sign/ISignatureHelperConstants.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Varun Raval - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/sign/PasswordDialog.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/sign/PasswordDialog.java
index cbe4e39..196e8ab 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/sign/PasswordDialog.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/sign/PasswordDialog.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Varun Raval - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/sign/PerformAdvancedSignPage.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/sign/PerformAdvancedSignPage.java
index e27b60a..3ff623d 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/sign/PerformAdvancedSignPage.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/sign/PerformAdvancedSignPage.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Varun Raval - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/sign/PerformBasicSignPage.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/sign/PerformBasicSignPage.java
index de2356f..4a47b8b 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/sign/PerformBasicSignPage.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/sign/PerformBasicSignPage.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Varun Raval - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/sign/PerformSignWizard.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/sign/PerformSignWizard.java
index a15ba05..2efac17 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/sign/PerformSignWizard.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/sign/PerformSignWizard.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Varun Raval - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/AbstractLaunchDelegate.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/AbstractLaunchDelegate.java
index afb69ea..4bf935b 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/AbstractLaunchDelegate.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/AbstractLaunchDelegate.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/AbstractPopupItem.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/AbstractPopupItem.java
index 149d930..22567fd 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/AbstractPopupItem.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/AbstractPopupItem.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/AbstractPopupMenu.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/AbstractPopupMenu.java
index df9be2b..b0bbe88 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/AbstractPopupMenu.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/AbstractPopupMenu.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/AbstractVirtualTreeProvider.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/AbstractVirtualTreeProvider.java
index 6c03559..a0fad86 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/AbstractVirtualTreeProvider.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/AbstractVirtualTreeProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/AbstractWorkbenchRunnable.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/AbstractWorkbenchRunnable.java
index 0b781d6..0b0820c 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/AbstractWorkbenchRunnable.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/AbstractWorkbenchRunnable.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/DecoratedLabelProvider.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/DecoratedLabelProvider.java
index bf0ad24..07db8f4 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/DecoratedLabelProvider.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/DecoratedLabelProvider.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * https://www.eclipse.org/legal/epl-2.0/
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Code copied from org.eclipse.ui.internal.navigator.NavigatorDecoratingLabelProvider
*
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/LocationImageDescriptor.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/LocationImageDescriptor.java
index 83b6dfa..8d5cf5d 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/LocationImageDescriptor.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/LocationImageDescriptor.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/TextWithImage.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/TextWithImage.java
index fa5d5bb..e203619 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/TextWithImage.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/TextWithImage.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/Timer.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/Timer.java
index 6d59738..09d7e3b 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/Timer.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/Timer.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/ToggleHandler.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/ToggleHandler.java
index 0d53417..605c460 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/ToggleHandler.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/tools/ToggleHandler.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Ralf Ebert - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/view/EngineContributionFactory.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/view/EngineContributionFactory.java
index 8f57608..17ec767 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/view/EngineContributionFactory.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/view/EngineContributionFactory.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/view/ModuleExplorerView.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/view/ModuleExplorerView.java
index 2f56644..154be4a 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/view/ModuleExplorerView.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/view/ModuleExplorerView.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Bernhard Wedl - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/view/ScriptHistoryText.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/view/ScriptHistoryText.java
index 712b641..12e4e50 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/view/ScriptHistoryText.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/view/ScriptHistoryText.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/view/TextSelectionProvider.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/view/TextSelectionProvider.java
index 57393d6..c22bcd3 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/view/TextSelectionProvider.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/view/TextSelectionProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/views/shell/dropins/IShellDropin.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/views/shell/dropins/IShellDropin.java
index 066af79..ccc25dd 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/views/shell/dropins/IShellDropin.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/views/shell/dropins/IShellDropin.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/views/shell/dropins/variables/HiddenVariablesFilter.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/views/shell/dropins/variables/HiddenVariablesFilter.java
index 5e726a9..b21b1f6 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/views/shell/dropins/variables/HiddenVariablesFilter.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/views/shell/dropins/variables/HiddenVariablesFilter.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/views/shell/dropins/variables/VariablesComparator.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/views/shell/dropins/variables/VariablesComparator.java
index 110a836f..5d79423 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/views/shell/dropins/variables/VariablesComparator.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/views/shell/dropins/variables/VariablesComparator.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/views/shell/dropins/variables/VariablesContentProvider.java b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/views/shell/dropins/variables/VariablesContentProvider.java
index a94bdd1..225bf5d 100644
--- a/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/views/shell/dropins/variables/VariablesContentProvider.java
+++ b/plugins/org.eclipse.ease.ui/src/org/eclipse/ease/ui/views/shell/dropins/variables/VariablesContentProvider.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/AbstractCodeFactory.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/AbstractCodeFactory.java
index f78e8ed..727238a 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/AbstractCodeFactory.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/AbstractCodeFactory.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Arthur Daussy - initial implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/AbstractCodeParser.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/AbstractCodeParser.java
index 627d80c..6a65852 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/AbstractCodeParser.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/AbstractCodeParser.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
@@ -16,16 +18,6 @@
import java.io.InputStreamReader;
import java.util.HashMap;
import java.util.Map;
-/*******************************************************************************
- * Copyright (c) 2016 Christian Pontesegger and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v2.0
- * which accompanies this distribution, and is available at
- * https://www.eclipse.org/legal/epl-2.0/
- *
- * Contributors:
- * Christian Pontesegger - initial API and implementation
- *******************************************************************************/
import java.util.regex.Matcher;
import java.util.regex.Pattern;
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/AbstractReplScriptEngine.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/AbstractReplScriptEngine.java
index c05f6fb..9d0a847 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/AbstractReplScriptEngine.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/AbstractReplScriptEngine.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/AbstractScriptEngine.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/AbstractScriptEngine.java
index 854b9a2..24ac687 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/AbstractScriptEngine.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/AbstractScriptEngine.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/Activator.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/Activator.java
index 06c7c58..2e3b753 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/Activator.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/Activator.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Arthur Daussy - initial implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/BreakException.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/BreakException.java
index 6cb93db..9248b25 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/BreakException.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/BreakException.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/DelegatingJarClassLoader.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/DelegatingJarClassLoader.java
index e39d1b6..ea5da74 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/DelegatingJarClassLoader.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/DelegatingJarClassLoader.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/ExitException.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/ExitException.java
index 6359a29..c948d0e 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/ExitException.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/ExitException.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/ICodeFactory.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/ICodeFactory.java
index 1aa1c12..e50f313 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/ICodeFactory.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/ICodeFactory.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/ICodeParser.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/ICodeParser.java
index 18ae250..6eb681a 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/ICodeParser.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/ICodeParser.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/ICompletionContext.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/ICompletionContext.java
index 3ed582f..3e12710 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/ICompletionContext.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/ICompletionContext.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Martin Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/IDebugEngine.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/IDebugEngine.java
index 7fc1110..a90c4a8 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/IDebugEngine.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/IDebugEngine.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/IExecutionListener.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/IExecutionListener.java
index 6cced9a..3cdabd1 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/IExecutionListener.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/IExecutionListener.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/IReplEngine.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/IReplEngine.java
index 58fe13f..98e4ed8 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/IReplEngine.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/IReplEngine.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/IScriptEngine.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/IScriptEngine.java
index 6437178..45a2fce 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/IScriptEngine.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/IScriptEngine.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/IScriptEngineLaunchExtension.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/IScriptEngineLaunchExtension.java
index 748909c..29d12f0 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/IScriptEngineLaunchExtension.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/IScriptEngineLaunchExtension.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/IScriptEngineProvider.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/IScriptEngineProvider.java
index 48c6dec..137d6ff 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/IScriptEngineProvider.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/IScriptEngineProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/IScriptable.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/IScriptable.java
index 4269515..e1d9d8f 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/IScriptable.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/IScriptable.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/ISecurityCheck.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/ISecurityCheck.java
index 40b0cf7..97de981 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/ISecurityCheck.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/ISecurityCheck.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/Logger.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/Logger.java
index 3a549fd..4f88815 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/Logger.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/Logger.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Arthur Daussy - initial implementation
* Christian Pontesegger - refactoring, added tracing
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/Script.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/Script.java
index da61f4a..50c112a 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/Script.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/Script.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptEngineCancellationException.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptEngineCancellationException.java
index 53dc882..610f043 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptEngineCancellationException.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptEngineCancellationException.java
@@ -3,7 +3,7 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptEngineException.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptEngineException.java
index d49a463..ef27fc2 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptEngineException.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptEngineException.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Jonah Graham (Kichwa Coders) - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptEngineInterruptedException.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptEngineInterruptedException.java
index 3926814..42aba64 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptEngineInterruptedException.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptEngineInterruptedException.java
@@ -3,7 +3,7 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptExecutionException.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptExecutionException.java
index 96f3267..6247cb2 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptExecutionException.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptExecutionException.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Andreas Wallner - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptObjectType.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptObjectType.java
index b753950..440e687 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptObjectType.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptObjectType.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptResult.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptResult.java
index a7558b8..8d05f32 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptResult.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/ScriptResult.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License-Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/adapters/ScriptableAdapter.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/adapters/ScriptableAdapter.java
index 7b4a89c..21a3771 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/adapters/ScriptableAdapter.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/adapters/ScriptableAdapter.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/applications/ListEngines.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/applications/ListEngines.java
index 52185f6..8fa174d 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/applications/ListEngines.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/applications/ListEngines.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/AbstractEaseDebugger.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/AbstractEaseDebugger.java
index 37a6705..335f8e7 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/AbstractEaseDebugger.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/AbstractEaseDebugger.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/DebugTracer.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/DebugTracer.java
index 53829ed..61b7f9a 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/DebugTracer.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/DebugTracer.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/DynamicContentEditorInput.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/DynamicContentEditorInput.java
index 29f6bf0..61695d6 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/DynamicContentEditorInput.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/DynamicContentEditorInput.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/EaseDebugFrame.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/EaseDebugFrame.java
index d0ff151..b973966 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/EaseDebugFrame.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/EaseDebugFrame.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/IScriptDebugFrame.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/IScriptDebugFrame.java
index c5bf93f..ee50128 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/IScriptDebugFrame.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/IScriptDebugFrame.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/IScriptRegistry.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/IScriptRegistry.java
index 35024a0..55ece82 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/IScriptRegistry.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/IScriptRegistry.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Martin Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/ScriptRegistry.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/ScriptRegistry.java
index fa2f76b..3ac8d86 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/ScriptRegistry.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/ScriptRegistry.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Martin Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/ScriptSourceLocator.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/ScriptSourceLocator.java
index fa41c80..b8477b7 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/ScriptSourceLocator.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/ScriptSourceLocator.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/ScriptStackTrace.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/ScriptStackTrace.java
index 4bb124b..70c3cca 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/ScriptStackTrace.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/ScriptStackTrace.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/dispatcher/EventDispatchJob.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/dispatcher/EventDispatchJob.java
index e08ecd6..091f363 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/dispatcher/EventDispatchJob.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/dispatcher/EventDispatchJob.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/dispatcher/IEventProcessor.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/dispatcher/IEventProcessor.java
index 96ff2b6..82ed43d 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/dispatcher/IEventProcessor.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/dispatcher/IEventProcessor.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/IDebugEvent.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/IDebugEvent.java
index f8a3f6e..ab14ff7 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/IDebugEvent.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/IDebugEvent.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/EngineStartedEvent.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/EngineStartedEvent.java
index f56ce9f..d9757bf 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/EngineStartedEvent.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/EngineStartedEvent.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/EngineTerminatedEvent.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/EngineTerminatedEvent.java
index e33f9bd..bb1955f 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/EngineTerminatedEvent.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/EngineTerminatedEvent.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/EvaluateExpressionEvent.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/EvaluateExpressionEvent.java
index d779877..90ebeae 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/EvaluateExpressionEvent.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/EvaluateExpressionEvent.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/IDebuggerEvent.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/IDebuggerEvent.java
index bc06a14..5954872 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/IDebuggerEvent.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/IDebuggerEvent.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/ResumedEvent.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/ResumedEvent.java
index 17a1eda..3472155 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/ResumedEvent.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/ResumedEvent.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/ScriptReadyEvent.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/ScriptReadyEvent.java
index 3344c11..6678a69 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/ScriptReadyEvent.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/ScriptReadyEvent.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/ScriptTerminatedEvent.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/ScriptTerminatedEvent.java
index cd6e9bd..bcdfd79 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/ScriptTerminatedEvent.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/ScriptTerminatedEvent.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/StackFramesEvent.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/StackFramesEvent.java
index 00d759c..671d8c8 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/StackFramesEvent.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/StackFramesEvent.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/SuspendedEvent.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/SuspendedEvent.java
index a309712..46a33f1 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/SuspendedEvent.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/SuspendedEvent.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/ThreadCreatedEvent.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/ThreadCreatedEvent.java
index d14b8c4..196f7d9 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/ThreadCreatedEvent.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/ThreadCreatedEvent.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/ThreadTerminatedEvent.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/ThreadTerminatedEvent.java
index 063b8af..2f9a985 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/ThreadTerminatedEvent.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/ThreadTerminatedEvent.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/VariablesEvent.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/VariablesEvent.java
index 796d3ce..6fe4627 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/VariablesEvent.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/debugger/VariablesEvent.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/BreakpointRequest.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/BreakpointRequest.java
index 0e72964..a9bf15e 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/BreakpointRequest.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/BreakpointRequest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/DisconnectRequest.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/DisconnectRequest.java
index 0cb8258..78e63cb 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/DisconnectRequest.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/DisconnectRequest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/EvaluateExpressionRequest.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/EvaluateExpressionRequest.java
index 2b78bd3..852e627 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/EvaluateExpressionRequest.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/EvaluateExpressionRequest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/GetStackFramesRequest.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/GetStackFramesRequest.java
index 71ff754..c123208 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/GetStackFramesRequest.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/GetStackFramesRequest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/GetVariablesRequest.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/GetVariablesRequest.java
index 19698f9..92edc39 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/GetVariablesRequest.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/GetVariablesRequest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/IModelRequest.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/IModelRequest.java
index 56f6e36..ce35c68 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/IModelRequest.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/IModelRequest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/ResumeRequest.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/ResumeRequest.java
index 9e882ee..fb1f254 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/ResumeRequest.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/ResumeRequest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/SetVariablesRequest.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/SetVariablesRequest.java
index 82ee717..97c84fc 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/SetVariablesRequest.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/SetVariablesRequest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/SuspendRequest.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/SuspendRequest.java
index fff89ca..c414581 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/SuspendRequest.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/SuspendRequest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/TerminateRequest.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/TerminateRequest.java
index c6075a5..aefce1b 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/TerminateRequest.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/events/model/TerminateRequest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugElement.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugElement.java
index abfac3c..c89f0de 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugElement.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugElement.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugLastExecutionResult.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugLastExecutionResult.java
index 8b0b728..24493e5 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugLastExecutionResult.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugLastExecutionResult.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugProcess.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugProcess.java
index 60754d0..2d77f1a 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugProcess.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugProcess.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugStackFrame.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugStackFrame.java
index c644006..9bf9291 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugStackFrame.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugStackFrame.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugTarget.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugTarget.java
index 3d1d5bd..d565e85 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugTarget.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugTarget.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugThread.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugThread.java
index 566986b..d7c3c8a 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugThread.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugThread.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugValue.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugValue.java
index 8b9eb41..3276f14 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugValue.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugValue.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugVariable.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugVariable.java
index 39da6a9..ec41062 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugVariable.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseDebugVariable.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseJavaArrayElementVariable.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseJavaArrayElementVariable.java
index 2c6e85a..be4dee5 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseJavaArrayElementVariable.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseJavaArrayElementVariable.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseJavaFieldVariable.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseJavaFieldVariable.java
index 78382a0..f638ae0 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseJavaFieldVariable.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseJavaFieldVariable.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseWatchExpressionDelegate.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseWatchExpressionDelegate.java
index 8bdfa7d..7576515 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseWatchExpressionDelegate.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseWatchExpressionDelegate.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseWatchExpressionResult.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseWatchExpressionResult.java
index 2b513a3..0093f49 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseWatchExpressionResult.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/debugging/model/EaseWatchExpressionResult.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/AbstractScriptModule.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/AbstractScriptModule.java
index 6964595..bb79065 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/AbstractScriptModule.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/AbstractScriptModule.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/BootStrapper.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/BootStrapper.java
index 97027c6..f2e2aec 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/BootStrapper.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/BootStrapper.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/EnvironmentModule.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/EnvironmentModule.java
index 670487c..2ae5a33 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/EnvironmentModule.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/EnvironmentModule.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/IEnvironment.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/IEnvironment.java
index feda15f..d56d8dc 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/IEnvironment.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/IEnvironment.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/IModuleCallbackProvider.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/IModuleCallbackProvider.java
index bcb25b7..9ee947f 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/IModuleCallbackProvider.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/IModuleCallbackProvider.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/IModuleListener.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/IModuleListener.java
index e24638b..ca0f030 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/IModuleListener.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/IModuleListener.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/IScriptModule.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/IScriptModule.java
index 65e34b7..7ff25dc 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/IScriptModule.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/IScriptModule.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/ModuleCategoryDefinition.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/ModuleCategoryDefinition.java
index f2209be..42267a5 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/ModuleCategoryDefinition.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/ModuleCategoryDefinition.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/ModuleHelper.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/ModuleHelper.java
index 3ffb1e6..70332b1 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/ModuleHelper.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/ModuleHelper.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Bernhard Wedl - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/ModuleTracker.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/ModuleTracker.java
index ce52792..040366a 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/ModuleTracker.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/ModuleTracker.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/ScriptParameter.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/ScriptParameter.java
index 892884c..978b8cf 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/ScriptParameter.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/ScriptParameter.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/WrapToScript.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/WrapToScript.java
index 962a5ef..ee99875 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/WrapToScript.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/modules/WrapToScript.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/security/ScriptUIAccess.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/security/ScriptUIAccess.java
index b7481f2..5b6ff89 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/security/ScriptUIAccess.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/security/ScriptUIAccess.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/service/EngineDescription.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/service/EngineDescription.java
index 3e06d71..ca283b3 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/service/EngineDescription.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/service/EngineDescription.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/service/IScriptService.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/service/IScriptService.java
index a9415fe..6f8dbf5 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/service/IScriptService.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/service/IScriptService.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/service/ScriptService.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/service/ScriptService.java
index c8d6735..29301ee 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/service/ScriptService.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/service/ScriptService.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/service/ScriptServiceFactory.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/service/ScriptServiceFactory.java
index cc44e8b..cef6334 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/service/ScriptServiceFactory.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/service/ScriptServiceFactory.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/service/ScriptType.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/service/ScriptType.java
index ddfa0db..2e1cda0 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/service/ScriptType.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/service/ScriptType.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/IPreferenceConstants.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/IPreferenceConstants.java
index 0732d6e..d43c963 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/IPreferenceConstants.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/IPreferenceConstants.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Varun Raval - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/ISignatureConstants.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/ISignatureConstants.java
index 9aff1de..f79445a 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/ISignatureConstants.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/ISignatureConstants.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Varun Raval - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/PerformSignature.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/PerformSignature.java
index ef8a385..f68ff3a 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/PerformSignature.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/PerformSignature.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Varun Raval - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/ScriptSignatureException.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/ScriptSignatureException.java
index b8d5dd2..447254e 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/ScriptSignatureException.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/ScriptSignatureException.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Varun Raval - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/SignatureCheck.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/SignatureCheck.java
index 007ffc8..39e90a0 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/SignatureCheck.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/SignatureCheck.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Varun Raval - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/SignatureHelper.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/SignatureHelper.java
index 029cf90..4771e4a 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/SignatureHelper.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/SignatureHelper.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Varun Raval - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/SignatureInfo.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/SignatureInfo.java
index 749298c..21afec7 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/SignatureInfo.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/SignatureInfo.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Varun Raval - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/VerifySignature.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/VerifySignature.java
index 1f11724..e9d0d40 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/VerifySignature.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/sign/VerifySignature.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Varun Raval - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/tools/ContributionTools.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/tools/ContributionTools.java
index 1f1b49b..9537c1b 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/tools/ContributionTools.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/tools/ContributionTools.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* original code template from org.eclipse.ui.internal.menus.MemuHelper
* Christian Pontesegger - adaptions to get ImageDescriptors and to remove some complexity
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/tools/ListenerList.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/tools/ListenerList.java
index 7c04cf3..519fb18 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/tools/ListenerList.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/tools/ListenerList.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/tools/NullOutputStream.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/tools/NullOutputStream.java
index 99769e9..5245d97 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/tools/NullOutputStream.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/tools/NullOutputStream.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/tools/ResourceTools.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/tools/ResourceTools.java
index bef7b7c..4865b2f 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/tools/ResourceTools.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/tools/ResourceTools.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/tools/RunnableWithResult.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/tools/RunnableWithResult.java
index 14cf10b..a8ab848 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/tools/RunnableWithResult.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/tools/RunnableWithResult.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Arthur Daussy - initial implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/tools/StringTools.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/tools/StringTools.java
index 229262b..95d240f 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/tools/StringTools.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/tools/StringTools.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/urlhandler/WorkspaceURLConnection.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/urlhandler/WorkspaceURLConnection.java
index 5bebfc8..32e5c9e 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/urlhandler/WorkspaceURLConnection.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/urlhandler/WorkspaceURLConnection.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/plugins/org.eclipse.ease/src/org/eclipse/ease/urlhandler/WorkspaceURLStreamHandlerService.java b/plugins/org.eclipse.ease/src/org/eclipse/ease/urlhandler/WorkspaceURLStreamHandlerService.java
index d672999..5afb245 100644
--- a/plugins/org.eclipse.ease/src/org/eclipse/ease/urlhandler/WorkspaceURLStreamHandlerService.java
+++ b/plugins/org.eclipse.ease/src/org/eclipse/ease/urlhandler/WorkspaceURLStreamHandlerService.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.javascript.nashorn.test/src/org/eclipse/ease/lang/javascript/nashorn/NashornEnvironmentTest.java b/tests/org.eclipse.ease.lang.javascript.nashorn.test/src/org/eclipse/ease/lang/javascript/nashorn/NashornEnvironmentTest.java
index 07a8a47..e3cbfb3 100644
--- a/tests/org.eclipse.ease.lang.javascript.nashorn.test/src/org/eclipse/ease/lang/javascript/nashorn/NashornEnvironmentTest.java
+++ b/tests/org.eclipse.ease.lang.javascript.nashorn.test/src/org/eclipse/ease/lang/javascript/nashorn/NashornEnvironmentTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.javascript.rhino.test/src/org/eclipse/ease/lang/javascript/rhino/AbstractRhinoScriptEngineTest.java b/tests/org.eclipse.ease.lang.javascript.rhino.test/src/org/eclipse/ease/lang/javascript/rhino/AbstractRhinoScriptEngineTest.java
index f515ad4..3a37797 100644
--- a/tests/org.eclipse.ease.lang.javascript.rhino.test/src/org/eclipse/ease/lang/javascript/rhino/AbstractRhinoScriptEngineTest.java
+++ b/tests/org.eclipse.ease.lang.javascript.rhino.test/src/org/eclipse/ease/lang/javascript/rhino/AbstractRhinoScriptEngineTest.java
@@ -3,7 +3,7 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
diff --git a/tests/org.eclipse.ease.lang.javascript.rhino.test/src/org/eclipse/ease/lang/javascript/rhino/RhinoDebugTest.java b/tests/org.eclipse.ease.lang.javascript.rhino.test/src/org/eclipse/ease/lang/javascript/rhino/RhinoDebugTest.java
index 1c28e0c..55f055a 100644
--- a/tests/org.eclipse.ease.lang.javascript.rhino.test/src/org/eclipse/ease/lang/javascript/rhino/RhinoDebugTest.java
+++ b/tests/org.eclipse.ease.lang.javascript.rhino.test/src/org/eclipse/ease/lang/javascript/rhino/RhinoDebugTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.javascript.rhino.test/src/org/eclipse/ease/lang/javascript/rhino/RhinoDebuggerEngineTest.java b/tests/org.eclipse.ease.lang.javascript.rhino.test/src/org/eclipse/ease/lang/javascript/rhino/RhinoDebuggerEngineTest.java
index 1535dc0..bca891a 100644
--- a/tests/org.eclipse.ease.lang.javascript.rhino.test/src/org/eclipse/ease/lang/javascript/rhino/RhinoDebuggerEngineTest.java
+++ b/tests/org.eclipse.ease.lang.javascript.rhino.test/src/org/eclipse/ease/lang/javascript/rhino/RhinoDebuggerEngineTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.javascript.rhino.test/src/org/eclipse/ease/lang/javascript/rhino/RhinoEnvironmentTest.java b/tests/org.eclipse.ease.lang.javascript.rhino.test/src/org/eclipse/ease/lang/javascript/rhino/RhinoEnvironmentTest.java
index f2e8c96..5471af7 100644
--- a/tests/org.eclipse.ease.lang.javascript.rhino.test/src/org/eclipse/ease/lang/javascript/rhino/RhinoEnvironmentTest.java
+++ b/tests/org.eclipse.ease.lang.javascript.rhino.test/src/org/eclipse/ease/lang/javascript/rhino/RhinoEnvironmentTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.javascript.rhino.test/src/org/eclipse/ease/lang/javascript/rhino/RhinoScriptEngineTest.java b/tests/org.eclipse.ease.lang.javascript.rhino.test/src/org/eclipse/ease/lang/javascript/rhino/RhinoScriptEngineTest.java
index daf9eac..953959e 100644
--- a/tests/org.eclipse.ease.lang.javascript.rhino.test/src/org/eclipse/ease/lang/javascript/rhino/RhinoScriptEngineTest.java
+++ b/tests/org.eclipse.ease.lang.javascript.rhino.test/src/org/eclipse/ease/lang/javascript/rhino/RhinoScriptEngineTest.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * https://www.eclipse.org/legal/epl-2.0/
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/tests/org.eclipse.ease.lang.javascript.test/src/org/eclipse/ease/lang/javascript/JavaScriptCodeFactoryTest.java b/tests/org.eclipse.ease.lang.javascript.test/src/org/eclipse/ease/lang/javascript/JavaScriptCodeFactoryTest.java
index 797ed83..af678b6 100644
--- a/tests/org.eclipse.ease.lang.javascript.test/src/org/eclipse/ease/lang/javascript/JavaScriptCodeFactoryTest.java
+++ b/tests/org.eclipse.ease.lang.javascript.test/src/org/eclipse/ease/lang/javascript/JavaScriptCodeFactoryTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Kichwa Coders - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.python.jython.test/src/org/eclipse/ease/lang/python/jython/debugger/JythonDebugTest.java b/tests/org.eclipse.ease.lang.python.jython.test/src/org/eclipse/ease/lang/python/jython/debugger/JythonDebugTest.java
index 2e2fe85..3fb5a0f 100644
--- a/tests/org.eclipse.ease.lang.python.jython.test/src/org/eclipse/ease/lang/python/jython/debugger/JythonDebugTest.java
+++ b/tests/org.eclipse.ease.lang.python.jython.test/src/org/eclipse/ease/lang/python/jython/debugger/JythonDebugTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/EaseTestBase.java b/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/EaseTestBase.java
index d7882ca..3832e9f 100644
--- a/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/EaseTestBase.java
+++ b/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/EaseTestBase.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Jonah Graham (Kichwa Coders) - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/ModeTestBase.java b/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/ModeTestBase.java
index 6663c76..4428d7e 100644
--- a/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/ModeTestBase.java
+++ b/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/ModeTestBase.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/Py4JEngineTest.java b/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/Py4JEngineTest.java
index 7684de1..afc10d7 100644
--- a/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/Py4JEngineTest.java
+++ b/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/Py4JEngineTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Jonah Graham (Kichwa Coders) - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/Py4JEngineTestBase.java b/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/Py4JEngineTestBase.java
index 0b11e87..a7fe21d 100644
--- a/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/Py4JEngineTestBase.java
+++ b/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/Py4JEngineTestBase.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Jonah Graham (Kichwa Coders) - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/Py4JPep302ModuleLoadingTest.java b/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/Py4JPep302ModuleLoadingTest.java
index 923d425..c16afe0 100644
--- a/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/Py4JPep302ModuleLoadingTest.java
+++ b/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/Py4JPep302ModuleLoadingTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/Py4jDebugTest.java b/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/Py4jDebugTest.java
index 813d732..6f93cd9 100644
--- a/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/Py4jDebugTest.java
+++ b/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/Py4jDebugTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Martin Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/ScriptModeEngineTest.java b/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/ScriptModeEngineTest.java
index 94509c0..3a6b6e4 100644
--- a/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/ScriptModeEngineTest.java
+++ b/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/ScriptModeEngineTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Jonah Graham (Kichwa Coders) - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/ShellModeEngineTest.java b/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/ShellModeEngineTest.java
index 8ae111a..6fa7bcf 100644
--- a/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/ShellModeEngineTest.java
+++ b/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/ShellModeEngineTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Jonah Graham (Kichwa Coders) - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/StartStopTest.java b/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/StartStopTest.java
index 1e8abca..cf81398 100644
--- a/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/StartStopTest.java
+++ b/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/StartStopTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Jonah Graham (Kichwa Coders) - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/modules/TestModule.java b/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/modules/TestModule.java
index f484225..5b56751 100644
--- a/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/modules/TestModule.java
+++ b/tests/org.eclipse.ease.lang.python.py4j.test/src/org/eclipse/ease/lang/python/py4j/modules/TestModule.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Martin Kloesch - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.python.test/src/org/eclipse/ease/lang/python/PythonCodeFactoryTest.java b/tests/org.eclipse.ease.lang.python.test/src/org/eclipse/ease/lang/python/PythonCodeFactoryTest.java
index 43f72cb..ee15f92 100644
--- a/tests/org.eclipse.ease.lang.python.test/src/org/eclipse/ease/lang/python/PythonCodeFactoryTest.java
+++ b/tests/org.eclipse.ease.lang.python.test/src/org/eclipse/ease/lang/python/PythonCodeFactoryTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Kichwa Coders - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.unittest.test/resources/UnitTest/tests/JavaScript/Modern/Error.js b/tests/org.eclipse.ease.lang.unittest.test/resources/UnitTest/tests/JavaScript/Modern/Error.js
index 188ae64..4f7f409 100644
--- a/tests/org.eclipse.ease.lang.unittest.test/resources/UnitTest/tests/JavaScript/Modern/Error.js
+++ b/tests/org.eclipse.ease.lang.unittest.test/resources/UnitTest/tests/JavaScript/Modern/Error.js
@@ -1,8 +1,8 @@
/*******************************************************************************
* Copyright (c) 2019 Christian Pontesegger 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
+ * terms of the Eclipse Public License v2.0 which accompanies this distribution,
+ * and is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors: Christian Pontesegger - initial API and implementation
******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.unittest.test/resources/UnitTest/tests/JavaScript/Modern/Failure.js b/tests/org.eclipse.ease.lang.unittest.test/resources/UnitTest/tests/JavaScript/Modern/Failure.js
index 7356f9c..d88505d 100644
--- a/tests/org.eclipse.ease.lang.unittest.test/resources/UnitTest/tests/JavaScript/Modern/Failure.js
+++ b/tests/org.eclipse.ease.lang.unittest.test/resources/UnitTest/tests/JavaScript/Modern/Failure.js
@@ -1,8 +1,8 @@
/*******************************************************************************
* Copyright (c) 2019 Christian Pontesegger 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
+ * terms of the Eclipse Public License v2.0 which accompanies this distribution,
+ * and is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors: Christian Pontesegger - initial API and implementation
******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.unittest.test/resources/UnitTest/tests/JavaScript/Modern/Ignore Class.js b/tests/org.eclipse.ease.lang.unittest.test/resources/UnitTest/tests/JavaScript/Modern/Ignore Class.js
index 64e1f24..16780ea 100644
--- a/tests/org.eclipse.ease.lang.unittest.test/resources/UnitTest/tests/JavaScript/Modern/Ignore Class.js
+++ b/tests/org.eclipse.ease.lang.unittest.test/resources/UnitTest/tests/JavaScript/Modern/Ignore Class.js
@@ -1,8 +1,8 @@
/*******************************************************************************
* Copyright (c) 2019 Christian Pontesegger 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
+ * terms of the Eclipse Public License v2.0 which accompanies this distribution,
+ * and is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors: Christian Pontesegger - initial API and implementation
******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.unittest.test/resources/UnitTest/tests/JavaScript/Modern/Ignore Test.js b/tests/org.eclipse.ease.lang.unittest.test/resources/UnitTest/tests/JavaScript/Modern/Ignore Test.js
index d79b7b3..7fb00a4 100644
--- a/tests/org.eclipse.ease.lang.unittest.test/resources/UnitTest/tests/JavaScript/Modern/Ignore Test.js
+++ b/tests/org.eclipse.ease.lang.unittest.test/resources/UnitTest/tests/JavaScript/Modern/Ignore Test.js
@@ -1,8 +1,8 @@
/*******************************************************************************
* Copyright (c) 2019 Christian Pontesegger 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
+ * terms of the Eclipse Public License v2.0 which accompanies this distribution,
+ * and is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors: Christian Pontesegger - initial API and implementation
******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.unittest.test/resources/UnitTest/tests/JavaScript/Modern/Pass.js b/tests/org.eclipse.ease.lang.unittest.test/resources/UnitTest/tests/JavaScript/Modern/Pass.js
index de4516a..7e6907a 100644
--- a/tests/org.eclipse.ease.lang.unittest.test/resources/UnitTest/tests/JavaScript/Modern/Pass.js
+++ b/tests/org.eclipse.ease.lang.unittest.test/resources/UnitTest/tests/JavaScript/Modern/Pass.js
@@ -1,8 +1,8 @@
/*******************************************************************************
* Copyright (c) 2019 Christian Pontesegger 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
+ * terms of the Eclipse Public License v2.0 which accompanies this distribution,
+ * and is available at https://www.eclipse.org/legal/epl-2.0/
*
* Contributors: Christian Pontesegger - initial API and implementation
******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.unittest.test/src/org/eclipse/ease/lang/unittest/ClassicJavaScriptTest.java b/tests/org.eclipse.ease.lang.unittest.test/src/org/eclipse/ease/lang/unittest/ClassicJavaScriptTest.java
index e574f32..9897736 100644
--- a/tests/org.eclipse.ease.lang.unittest.test/src/org/eclipse/ease/lang/unittest/ClassicJavaScriptTest.java
+++ b/tests/org.eclipse.ease.lang.unittest.test/src/org/eclipse/ease/lang/unittest/ClassicJavaScriptTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.unittest.test/src/org/eclipse/ease/lang/unittest/ModernJavaScriptTest.java b/tests/org.eclipse.ease.lang.unittest.test/src/org/eclipse/ease/lang/unittest/ModernJavaScriptTest.java
index 5436d15..0f7d257 100644
--- a/tests/org.eclipse.ease.lang.unittest.test/src/org/eclipse/ease/lang/unittest/ModernJavaScriptTest.java
+++ b/tests/org.eclipse.ease.lang.unittest.test/src/org/eclipse/ease/lang/unittest/ModernJavaScriptTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.lang.unittest.test/src/org/eclipse/ease/lang/unittest/TestBase.java b/tests/org.eclipse.ease.lang.unittest.test/src/org/eclipse/ease/lang/unittest/TestBase.java
index 7e21882..f27e3e8 100644
--- a/tests/org.eclipse.ease.lang.unittest.test/src/org/eclipse/ease/lang/unittest/TestBase.java
+++ b/tests/org.eclipse.ease.lang.unittest.test/src/org/eclipse/ease/lang/unittest/TestBase.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.test/src/org/eclipse/ease/AbstractCodeFactoryTest.java b/tests/org.eclipse.ease.test/src/org/eclipse/ease/AbstractCodeFactoryTest.java
index ee9bad4..9dcc9c9 100644
--- a/tests/org.eclipse.ease.test/src/org/eclipse/ease/AbstractCodeFactoryTest.java
+++ b/tests/org.eclipse.ease.test/src/org/eclipse/ease/AbstractCodeFactoryTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Kichwa Coders - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.test/src/org/eclipse/ease/AbstractCodeParserTest.java b/tests/org.eclipse.ease.test/src/org/eclipse/ease/AbstractCodeParserTest.java
index 7780ef6..b29636b 100644
--- a/tests/org.eclipse.ease.test/src/org/eclipse/ease/AbstractCodeParserTest.java
+++ b/tests/org.eclipse.ease.test/src/org/eclipse/ease/AbstractCodeParserTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.test/src/org/eclipse/ease/applications/RunHeadlessScriptTest.java b/tests/org.eclipse.ease.test/src/org/eclipse/ease/applications/RunHeadlessScriptTest.java
index 590f497..f33e232 100644
--- a/tests/org.eclipse.ease.test/src/org/eclipse/ease/applications/RunHeadlessScriptTest.java
+++ b/tests/org.eclipse.ease.test/src/org/eclipse/ease/applications/RunHeadlessScriptTest.java
@@ -3,7 +3,7 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
diff --git a/tests/org.eclipse.ease.test/src/org/eclipse/ease/modules/EnvironmentModuleTest.java b/tests/org.eclipse.ease.test/src/org/eclipse/ease/modules/EnvironmentModuleTest.java
index ecbdba8..9d38f79 100644
--- a/tests/org.eclipse.ease.test/src/org/eclipse/ease/modules/EnvironmentModuleTest.java
+++ b/tests/org.eclipse.ease.test/src/org/eclipse/ease/modules/EnvironmentModuleTest.java
@@ -3,7 +3,7 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
diff --git a/tests/org.eclipse.ease.test/src/org/eclipse/ease/modules/ScriptParameterTest.java b/tests/org.eclipse.ease.test/src/org/eclipse/ease/modules/ScriptParameterTest.java
index ea7b700..3ea1fc8 100644
--- a/tests/org.eclipse.ease.test/src/org/eclipse/ease/modules/ScriptParameterTest.java
+++ b/tests/org.eclipse.ease.test/src/org/eclipse/ease/modules/ScriptParameterTest.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/tests/org.eclipse.ease.test/src/org/eclipse/ease/sign/SignatureHelperTest.java b/tests/org.eclipse.ease.test/src/org/eclipse/ease/sign/SignatureHelperTest.java
index 2f75099..03d85b2 100644
--- a/tests/org.eclipse.ease.test/src/org/eclipse/ease/sign/SignatureHelperTest.java
+++ b/tests/org.eclipse.ease.test/src/org/eclipse/ease/sign/SignatureHelperTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Varun Raval - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.test/src/org/eclipse/ease/sign/VerifySignatureTest.java b/tests/org.eclipse.ease.test/src/org/eclipse/ease/sign/VerifySignatureTest.java
index 8b16b2a..2472d08 100644
--- a/tests/org.eclipse.ease.test/src/org/eclipse/ease/sign/VerifySignatureTest.java
+++ b/tests/org.eclipse.ease.test/src/org/eclipse/ease/sign/VerifySignatureTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Bachmann electronic GmbH - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.test/src/org/eclipse/ease/tools/StringToolsTest.java b/tests/org.eclipse.ease.test/src/org/eclipse/ease/tools/StringToolsTest.java
index 64af983..93ef96d 100644
--- a/tests/org.eclipse.ease.test/src/org/eclipse/ease/tools/StringToolsTest.java
+++ b/tests/org.eclipse.ease.test/src/org/eclipse/ease/tools/StringToolsTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Syamkumar - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/AbstractDebugTest.java b/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/AbstractDebugTest.java
index 6804340..e9a0ae3 100644
--- a/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/AbstractDebugTest.java
+++ b/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/AbstractDebugTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/AbstractEnvironmentTest.java b/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/AbstractEnvironmentTest.java
index b05746f..1f4f4c3 100644
--- a/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/AbstractEnvironmentTest.java
+++ b/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/AbstractEnvironmentTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* christian - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/AdvancedModule.java b/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/AdvancedModule.java
index 3233542..4c108df 100644
--- a/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/AdvancedModule.java
+++ b/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/AdvancedModule.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/BasicModule.java b/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/BasicModule.java
index a408bb1..6412929 100644
--- a/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/BasicModule.java
+++ b/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/BasicModule.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/WorkspaceTestHelper.java b/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/WorkspaceTestHelper.java
index 5740a42..5ec7deb 100644
--- a/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/WorkspaceTestHelper.java
+++ b/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/WorkspaceTestHelper.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/python/AbstractPep302ModuleLoadingTest.java b/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/python/AbstractPep302ModuleLoadingTest.java
index 0b94869..726811b 100644
--- a/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/python/AbstractPep302ModuleLoadingTest.java
+++ b/tests/org.eclipse.ease.testhelper/src/org/eclipse/ease/testhelper/python/AbstractPep302ModuleLoadingTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/completion/CompletionContextTest.java b/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/completion/CompletionContextTest.java
index b30c605..d4fa0b7 100644
--- a/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/completion/CompletionContextTest.java
+++ b/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/completion/CompletionContextTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/completion/provider/AbstractFileLocationCompletionProviderTest.java b/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/completion/provider/AbstractFileLocationCompletionProviderTest.java
index f99427b..1a197c5 100644
--- a/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/completion/provider/AbstractFileLocationCompletionProviderTest.java
+++ b/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/completion/provider/AbstractFileLocationCompletionProviderTest.java
@@ -5,6 +5,8 @@
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
+ * SPDX-License_Identifier: EPL-2.0
+ *
* Contributors:
* Christian Pontesegger - initial API and implementation
*******************************************************************************/
diff --git a/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/dnd/ModulesDropHandlerTest.java b/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/dnd/ModulesDropHandlerTest.java
index 32aa145..21bc011 100644
--- a/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/dnd/ModulesDropHandlerTest.java
+++ b/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/dnd/ModulesDropHandlerTest.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/help/hovers/ModuleHelpTest.java b/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/help/hovers/ModuleHelpTest.java
index 75be1d8..6a7dd05 100755
--- a/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/help/hovers/ModuleHelpTest.java
+++ b/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/help/hovers/ModuleHelpTest.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * https://www.eclipse.org/legal/epl-2.0/
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Vidura Mudalige - initial API and implementation
diff --git a/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/help/hovers/SampleModule.java b/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/help/hovers/SampleModule.java
index 9ff3c08..27a5ab1 100755
--- a/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/help/hovers/SampleModule.java
+++ b/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/help/hovers/SampleModule.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * https://www.eclipse.org/legal/epl-2.0/
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Vidura Mudalige - initial API and implementation
diff --git a/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/modules/ModulesToolsTest.java b/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/modules/ModulesToolsTest.java
index e09153e..d20563c 100644
--- a/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/modules/ModulesToolsTest.java
+++ b/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/modules/ModulesToolsTest.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/views/shell/dropins/variables/HiddenVariablesFilterTest.java b/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/views/shell/dropins/variables/HiddenVariablesFilterTest.java
index c9083a3..e03f380 100644
--- a/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/views/shell/dropins/variables/HiddenVariablesFilterTest.java
+++ b/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/views/shell/dropins/variables/HiddenVariablesFilterTest.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation
diff --git a/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/views/shell/dropins/variables/VariablesComparatorTest.java b/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/views/shell/dropins/variables/VariablesComparatorTest.java
index d7337a1..bbc4127 100644
--- a/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/views/shell/dropins/variables/VariablesComparatorTest.java
+++ b/tests/org.eclipse.ease.ui.test/src/org/eclipse/ease/ui/views/shell/dropins/variables/VariablesComparatorTest.java
@@ -3,7 +3,9 @@
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License_Identifier: EPL-2.0
*
* Contributors:
* Christian Pontesegger - initial API and implementation