Bug 574138: Update license headers to EPL 2.0, add SPDX Change-Id: If84b5bb175aa665267769177d86e1c5257e52753
diff --git a/plugins/org.eclipse.ease.modules.charting/src/org/eclipse/ease/modules/charting/ChartingModule.java b/plugins/org.eclipse.ease.modules.charting/src/org/eclipse/ease/modules/charting/ChartingModule.java index f782509..58ef51d 100644 --- a/plugins/org.eclipse.ease.modules.charting/src/org/eclipse/ease/modules/charting/ChartingModule.java +++ b/plugins/org.eclipse.ease.modules.charting/src/org/eclipse/ease/modules/charting/ChartingModule.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Domjan Sansovic - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.charting/src/org/eclipse/ease/modules/charting/PluginConstants.java b/plugins/org.eclipse.ease.modules.charting/src/org/eclipse/ease/modules/charting/PluginConstants.java index fe337ec..a8e067e 100644 --- a/plugins/org.eclipse.ease.modules.charting/src/org/eclipse/ease/modules/charting/PluginConstants.java +++ b/plugins/org.eclipse.ease.modules.charting/src/org/eclipse/ease/modules/charting/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.modules.charting/src/org/eclipse/ease/modules/charting/commands/ExportGraph.java b/plugins/org.eclipse.ease.modules.charting/src/org/eclipse/ease/modules/charting/commands/ExportGraph.java index ec0132d..7a17fd1 100644 --- a/plugins/org.eclipse.ease.modules.charting/src/org/eclipse/ease/modules/charting/commands/ExportGraph.java +++ b/plugins/org.eclipse.ease.modules.charting/src/org/eclipse/ease/modules/charting/commands/ExportGraph.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: * Domjan Sansovic - initial API and implementation
diff --git a/plugins/org.eclipse.ease.modules.charting/src/org/eclipse/ease/modules/charting/views/Chart.java b/plugins/org.eclipse.ease.modules.charting/src/org/eclipse/ease/modules/charting/views/Chart.java index ad3ce37..3151927 100644 --- a/plugins/org.eclipse.ease.modules.charting/src/org/eclipse/ease/modules/charting/views/Chart.java +++ b/plugins/org.eclipse.ease.modules.charting/src/org/eclipse/ease/modules/charting/views/Chart.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Domjan Sansovic - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.charting/src/org/eclipse/ease/modules/charting/views/ChartView.java b/plugins/org.eclipse.ease.modules.charting/src/org/eclipse/ease/modules/charting/views/ChartView.java index 1fc7dd1..52fca1e 100644 --- a/plugins/org.eclipse.ease.modules.charting/src/org/eclipse/ease/modules/charting/views/ChartView.java +++ b/plugins/org.eclipse.ease.modules.charting/src/org/eclipse/ease/modules/charting/views/ChartView.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: * Domjan Sansovic - initial API and implementation
diff --git a/plugins/org.eclipse.ease.modules.jvm/src/org/eclipse/ease/modules/java/JVMModule.java b/plugins/org.eclipse.ease.modules.jvm/src/org/eclipse/ease/modules/java/JVMModule.java index 182c9bb..6fb868c 100644 --- a/plugins/org.eclipse.ease.modules.jvm/src/org/eclipse/ease/modules/java/JVMModule.java +++ b/plugins/org.eclipse.ease.modules.jvm/src/org/eclipse/ease/modules/java/JVMModule.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/Activator.java b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/Activator.java index 49d5183..caabf4b 100644 --- a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/Activator.java +++ b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/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: * JF Rolland (Atos) - initial API and implementation
diff --git a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/MatcherRegistry.java b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/MatcherRegistry.java index 26ca221..c544ae6 100644 --- a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/MatcherRegistry.java +++ b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/MatcherRegistry.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: * JF Rolland (Atos) - initial API and implementation
diff --git a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/Messages.java b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/Messages.java index 3bcdcd3..f3c82af 100644 --- a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/Messages.java +++ b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/Messages.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: * JF Rolland (Atos) - initial API and implementation
diff --git a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/ScriptJob.java b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/ScriptJob.java index 655df94..f0e34a6 100644 --- a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/ScriptJob.java +++ b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/ScriptJob.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: * JF Rolland (Atos) - initial API and implementation
diff --git a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/exceptions/MatcherException.java b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/exceptions/MatcherException.java index 851dc47..00497b0 100644 --- a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/exceptions/MatcherException.java +++ b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/exceptions/MatcherException.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: * JF Rolland (Atos) - initial API and implementation
diff --git a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/handlers/EaseScriptHandler.java b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/handlers/EaseScriptHandler.java index fbf8a01..c87f409 100644 --- a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/handlers/EaseScriptHandler.java +++ b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/handlers/EaseScriptHandler.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: * JF Rolland (Atos) - initial API and implementation
diff --git a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/matchers/AttributeMatcher.java b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/matchers/AttributeMatcher.java index 2d8dadb..bf09a3e 100644 --- a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/matchers/AttributeMatcher.java +++ b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/matchers/AttributeMatcher.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: * JF Rolland (Atos) - initial API and implementation
diff --git a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/matchers/IMatcher.java b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/matchers/IMatcher.java index 09ce902..b4ac1c6 100644 --- a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/matchers/IMatcher.java +++ b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/matchers/IMatcher.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: * JF Rolland (Atos) - initial API and implementation
diff --git a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/matchers/IdMatcher.java b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/matchers/IdMatcher.java index 9d2c60b..e2e484c 100644 --- a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/matchers/IdMatcher.java +++ b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/matchers/IdMatcher.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: * JF Rolland (Atos) - initial API and implementation
diff --git a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/matchers/OCLMatcher.java b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/matchers/OCLMatcher.java index 406696a..d475ff8 100644 --- a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/matchers/OCLMatcher.java +++ b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/matchers/OCLMatcher.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: * JF Rolland (Atos) - initial API and implementation
diff --git a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/matchers/TypeMatcher.java b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/matchers/TypeMatcher.java index 8e8799e..aaf233d 100644 --- a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/matchers/TypeMatcher.java +++ b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/matchers/TypeMatcher.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: * JF Rolland (Atos) - initial API and implementation
diff --git a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/utils/ModelExtentMap.java b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/utils/ModelExtentMap.java index 5b3e458..28af414 100644 --- a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/utils/ModelExtentMap.java +++ b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/utils/ModelExtentMap.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * JF Rolland (Atos) - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/utils/SelectionUtils.java b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/utils/SelectionUtils.java index 24dcfe2..47dc012 100644 --- a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/utils/SelectionUtils.java +++ b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/utils/SelectionUtils.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: * JF Rolland (Atos) - initial API and implementation
diff --git a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/views/ModelRefactoringView.java b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/views/ModelRefactoringView.java index 018c695..8fee38f 100644 --- a/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/views/ModelRefactoringView.java +++ b/plugins/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/views/ModelRefactoringView.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: * JF Rolland (Atos) - initial API and implementation
diff --git a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/Activator.java b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/Activator.java index a83f29a..f39c275 100644 --- a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/Activator.java +++ b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/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.modules.modeling/src/org/eclipse/ease/modules/modeling/DialogHelper.java b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/DialogHelper.java index 57baa0d..28e174f 100644 --- a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/DialogHelper.java +++ b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/DialogHelper.java
@@ -5,6 +5,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.modules.modeling/src/org/eclipse/ease/modules/modeling/EMFMarkerUtil.java b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/EMFMarkerUtil.java index 6c1d606..e2e292e 100644 --- a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/EMFMarkerUtil.java +++ b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/EMFMarkerUtil.java
@@ -4,6 +4,8 @@ * 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 * https://www.eclipse.org/legal/epl-2.0/ + * + * SPDX-License_Identifier: EPL-2.0 * * Contributors: Sebastien GABEL (CS) - initial API and implementation * Pierre Gaufillet (Airbus) - fix bug [#4119]
diff --git a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/EcoreModule.java b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/EcoreModule.java index 08d65d3..2e2e368 100644 --- a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/EcoreModule.java +++ b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/EcoreModule.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Pierre-Charles David (Obeo) - initial API and implementation, pierre-charles.david@obeo.fr * Vincent Hemery (Atos Origin) - removing modeler dependencies, laurent.redor@obeo.fr
diff --git a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/GMFtoEMFCommandWrapper.java b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/GMFtoEMFCommandWrapper.java index d1d3410..6fd0313 100644 --- a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/GMFtoEMFCommandWrapper.java +++ b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/GMFtoEMFCommandWrapper.java
@@ -5,6 +5,8 @@ * 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: Mario Cervera Ubeda (Prodevelop) * ******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/ISelector.java b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/ISelector.java index cddd094..96c6b42 100644 --- a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/ISelector.java +++ b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/ISelector.java
@@ -5,6 +5,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.modules.modeling/src/org/eclipse/ease/modules/modeling/NotationModule.java b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/NotationModule.java index 6bdd6b1..14d88c9 100644 --- a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/NotationModule.java +++ b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/NotationModule.java
@@ -5,6 +5,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.modules.modeling/src/org/eclipse/ease/modules/modeling/PapyrusModule.java b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/PapyrusModule.java index 7181719..20b47e3 100644 --- a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/PapyrusModule.java +++ b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/PapyrusModule.java
@@ -5,6 +5,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.modules.modeling/src/org/eclipse/ease/modules/modeling/SYSMLModule.java b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/SYSMLModule.java index f41c1d3..3f185f3 100644 --- a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/SYSMLModule.java +++ b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/SYSMLModule.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Guillaume Renier - initial implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/SelectionModule.java b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/SelectionModule.java index 5c6260e..c33a6a7 100644 --- a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/SelectionModule.java +++ b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/SelectionModule.java
@@ -5,6 +5,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.modules.modeling/src/org/eclipse/ease/modules/modeling/SelectorService.java b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/SelectorService.java index 90863ab..e334aa0 100644 --- a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/SelectorService.java +++ b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/SelectorService.java
@@ -5,6 +5,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.modules.modeling/src/org/eclipse/ease/modules/modeling/UMLModule.java b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/UMLModule.java index d4a9415..299a200 100644 --- a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/UMLModule.java +++ b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/UMLModule.java
@@ -5,6 +5,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.modules.modeling/src/org/eclipse/ease/modules/modeling/editors/Editor.java b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/editors/Editor.java index 6976d40..8236a3e 100644 --- a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/editors/Editor.java +++ b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/editors/Editor.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. */ package org.eclipse.ease.modules.modeling.editors;
diff --git a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/editors/SelectionRange.java b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/editors/SelectionRange.java index 005f117..5bcb6a2 100644 --- a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/editors/SelectionRange.java +++ b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/editors/SelectionRange.java
@@ -5,6 +5,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.modules.modeling/src/org/eclipse/ease/modules/modeling/impl/SelectorWrapper.java b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/impl/SelectorWrapper.java index 23eaa55..414d255 100644 --- a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/impl/SelectorWrapper.java +++ b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/impl/SelectorWrapper.java
@@ -5,6 +5,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.modules.modeling/src/org/eclipse/ease/modules/modeling/selector/GMFNotationSelector.java b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/selector/GMFNotationSelector.java index a678327..5d2b1fa 100644 --- a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/selector/GMFNotationSelector.java +++ b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/selector/GMFNotationSelector.java
@@ -5,6 +5,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.modules.modeling/src/org/eclipse/ease/modules/modeling/selector/GMFSemanticSeletor.java b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/selector/GMFSemanticSeletor.java index a33b262..5c02157 100644 --- a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/selector/GMFSemanticSeletor.java +++ b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/selector/GMFSemanticSeletor.java
@@ -5,6 +5,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.modules.modeling/src/org/eclipse/ease/modules/modeling/selector/ModelingSelector.java b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/selector/ModelingSelector.java index aa240ec..9bfd6f5 100644 --- a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/selector/ModelingSelector.java +++ b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/selector/ModelingSelector.java
@@ -5,6 +5,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.modules.modeling/src/org/eclipse/ease/modules/modeling/ui/UriSelectionDialog.java b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/ui/UriSelectionDialog.java index 73cc3be..2b78fae 100644 --- a/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/ui/UriSelectionDialog.java +++ b/plugins/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/ui/UriSelectionDialog.java
@@ -6,6 +6,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Gabriel Barbier (Mia-Software) - initial API and implementation * Nicolas Guyomar (Mia-Software) - Bug 333652 Extension point offering the possibility to declare an EPackage browser
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/FilesystemHandle.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/FilesystemHandle.java index dd79049..db2f62e 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/FilesystemHandle.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/FilesystemHandle.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/IFileHandle.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/IFileHandle.java index cd36ef0..f5ecd46 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/IFileHandle.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/IFileHandle.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/OsgiModule.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/OsgiModule.java index c05f3c3..698ea1b 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/OsgiModule.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/OsgiModule.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/P2Module.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/P2Module.java index ea06091..9980dac 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/P2Module.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/P2Module.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/PluginConstants.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/PluginConstants.java index 5af01ff..3a0f32b 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/PluginConstants.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/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.modules.platform/src/org/eclipse/ease/modules/platform/ResourceHandle.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/ResourceHandle.java index 4862d90..f429445 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/ResourceHandle.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/ResourceHandle.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/ResourcesModule.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/ResourcesModule.java index 0f52b35..fb3e5da 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/ResourcesModule.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/ResourcesModule.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/ScriptingModule.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/ScriptingModule.java index 02c0c52..96463f6 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/ScriptingModule.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/ScriptingModule.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/UIModule.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/UIModule.java index 4b38901..703e3c7 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/UIModule.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/UIModule.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/build/BuildModule.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/build/BuildModule.java index 635304d..407a2de 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/build/BuildModule.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/build/BuildModule.java
@@ -5,6 +5,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.modules.platform/src/org/eclipse/ease/modules/platform/completion/ResourcesCompletionProvider.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/completion/ResourcesCompletionProvider.java index 70620a1..5cd9b91 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/completion/ResourcesCompletionProvider.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/completion/ResourcesCompletionProvider.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/debug/LaunchModule.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/debug/LaunchModule.java index 367f207..a0b9f09 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/debug/LaunchModule.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/debug/LaunchModule.java
@@ -5,6 +5,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 - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/debug/LaunchModuleCompletionProvider.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/debug/LaunchModuleCompletionProvider.java index 36fb991..176017b 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/debug/LaunchModuleCompletionProvider.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/debug/LaunchModuleCompletionProvider.java
@@ -5,6 +5,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 - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/dnd/ForkDropHandler.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/dnd/ForkDropHandler.java index 710ce1f..d0d5b18 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/dnd/ForkDropHandler.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/dnd/ForkDropHandler.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/keywords/RegisterView.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/keywords/RegisterView.java index a9e3e1b..c117968 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/keywords/RegisterView.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/keywords/RegisterView.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/keywords/ScriptedView.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/keywords/ScriptedView.java index 7e57644..8e34c79 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/keywords/ScriptedView.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/keywords/ScriptedView.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/CompositeRenderer.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/CompositeRenderer.java index 4593639..d1d5ef6 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/CompositeRenderer.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/CompositeRenderer.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/DialogRunnable.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/DialogRunnable.java index 829caef..e4aee91 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/DialogRunnable.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/DialogRunnable.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/IPlaceHolder.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/IPlaceHolder.java index f577ec6..309507b 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/IPlaceHolder.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/IPlaceHolder.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/IRenderer.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/IRenderer.java index a675740..daa8759 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/IRenderer.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/IRenderer.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/LabelPlaceHolder.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/LabelPlaceHolder.java index 4e8dcd5..71bbd73 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/LabelPlaceHolder.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/LabelPlaceHolder.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/Location.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/Location.java index de543cd..170a428 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/Location.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/Location.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/Reference.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/Reference.java index 1f0f99f..d8de9c1 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/Reference.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/Reference.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/ScriptableDialog.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/ScriptableDialog.java index e7bdb21..e9bbaf4 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/ScriptableDialog.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/ScriptableDialog.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/UIBuilderModule.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/UIBuilderModule.java index adf4796..c920c65 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/UIBuilderModule.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/UIBuilderModule.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/ViewModel.java b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/ViewModel.java index 53dccb0..efd887c 100644 --- a/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/ViewModel.java +++ b/plugins/org.eclipse.ease.modules.platform/src/org/eclipse/ease/modules/platform/uibuilder/ViewModel.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.team.git.ui/src/org/eclipse/ease/modules/git/ui/GitUiModule.java b/plugins/org.eclipse.ease.modules.team.git.ui/src/org/eclipse/ease/modules/git/ui/GitUiModule.java index bcfd1ea..a3e6a58 100644 --- a/plugins/org.eclipse.ease.modules.team.git.ui/src/org/eclipse/ease/modules/git/ui/GitUiModule.java +++ b/plugins/org.eclipse.ease.modules.team.git.ui/src/org/eclipse/ease/modules/git/ui/GitUiModule.java
@@ -5,6 +5,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 *******************************************************************************/ package org.eclipse.ease.modules.git.ui;
diff --git a/plugins/org.eclipse.ease.modules.team.git.ui/src/org/eclipse/ease/modules/git/ui/PluginConstants.java b/plugins/org.eclipse.ease.modules.team.git.ui/src/org/eclipse/ease/modules/git/ui/PluginConstants.java index 51bfc1a..d55e3ab 100644 --- a/plugins/org.eclipse.ease.modules.team.git.ui/src/org/eclipse/ease/modules/git/ui/PluginConstants.java +++ b/plugins/org.eclipse.ease.modules.team.git.ui/src/org/eclipse/ease/modules/git/ui/PluginConstants.java
@@ -5,6 +5,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 *******************************************************************************/ package org.eclipse.ease.modules.git.ui;
diff --git a/plugins/org.eclipse.ease.modules.team.git/src/org/eclipse/ease/modules/git/GitModule.java b/plugins/org.eclipse.ease.modules.team.git/src/org/eclipse/ease/modules/git/GitModule.java index 0b4c9eb..40f7467 100644 --- a/plugins/org.eclipse.ease.modules.team.git/src/org/eclipse/ease/modules/git/GitModule.java +++ b/plugins/org.eclipse.ease.modules.team.git/src/org/eclipse/ease/modules/git/GitModule.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/
diff --git a/plugins/org.eclipse.ease.modules.team.svn/src/org/eclipse/ease/modules/svn/SVNModule.java b/plugins/org.eclipse.ease.modules.team.svn/src/org/eclipse/ease/modules/svn/SVNModule.java index a8c742f..c4bd147 100644 --- a/plugins/org.eclipse.ease.modules.team.svn/src/org/eclipse/ease/modules/svn/SVNModule.java +++ b/plugins/org.eclipse.ease.modules.team.svn/src/org/eclipse/ease/modules/svn/SVNModule.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Dominic Pirker - initial API and implementation *******************************************************************************/
diff --git a/tests/org.eclipse.ease.modules.platform.test/src/org/eclipse/ease/modules/platform/AbstractModuleTest.java b/tests/org.eclipse.ease.modules.platform.test/src/org/eclipse/ease/modules/platform/AbstractModuleTest.java index 97904b0..f1b0cf5 100644 --- a/tests/org.eclipse.ease.modules.platform.test/src/org/eclipse/ease/modules/platform/AbstractModuleTest.java +++ b/tests/org.eclipse.ease.modules.platform.test/src/org/eclipse/ease/modules/platform/AbstractModuleTest.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * 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.modules.platform.test/src/org/eclipse/ease/modules/platform/PlatformModuleTest.java b/tests/org.eclipse.ease.modules.platform.test/src/org/eclipse/ease/modules/platform/PlatformModuleTest.java index 617bbde..2fe7512 100644 --- a/tests/org.eclipse.ease.modules.platform.test/src/org/eclipse/ease/modules/platform/PlatformModuleTest.java +++ b/tests/org.eclipse.ease.modules.platform.test/src/org/eclipse/ease/modules/platform/PlatformModuleTest.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * 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.modules.platform.test/src/org/eclipse/ease/modules/platform/ResourcesModuleTest.java b/tests/org.eclipse.ease.modules.platform.test/src/org/eclipse/ease/modules/platform/ResourcesModuleTest.java index 31f6a1d..3776ecc 100644 --- a/tests/org.eclipse.ease.modules.platform.test/src/org/eclipse/ease/modules/platform/ResourcesModuleTest.java +++ b/tests/org.eclipse.ease.modules.platform.test/src/org/eclipse/ease/modules/platform/ResourcesModuleTest.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * 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.modules.platform.test/src/org/eclipse/ease/modules/platform/ScriptingModuleTest.java b/tests/org.eclipse.ease.modules.platform.test/src/org/eclipse/ease/modules/platform/ScriptingModuleTest.java index 66a47ea..823ec1d 100644 --- a/tests/org.eclipse.ease.modules.platform.test/src/org/eclipse/ease/modules/platform/ScriptingModuleTest.java +++ b/tests/org.eclipse.ease.modules.platform.test/src/org/eclipse/ease/modules/platform/ScriptingModuleTest.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * 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.modules.platform.test/src/org/eclipse/ease/modules/platform/build/BuildModuleTest.java b/tests/org.eclipse.ease.modules.platform.test/src/org/eclipse/ease/modules/platform/build/BuildModuleTest.java index f34c632..f9e2851 100644 --- a/tests/org.eclipse.ease.modules.platform.test/src/org/eclipse/ease/modules/platform/build/BuildModuleTest.java +++ b/tests/org.eclipse.ease.modules.platform.test/src/org/eclipse/ease/modules/platform/build/BuildModuleTest.java
@@ -5,6 +5,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.modules.platform.test/src/org/eclipse/ease/modules/platform/uibuilder/LocationTest.java b/tests/org.eclipse.ease.modules.platform.test/src/org/eclipse/ease/modules/platform/uibuilder/LocationTest.java index 585bcd5..6c8d851 100644 --- a/tests/org.eclipse.ease.modules.platform.test/src/org/eclipse/ease/modules/platform/uibuilder/LocationTest.java +++ b/tests/org.eclipse.ease.modules.platform.test/src/org/eclipse/ease/modules/platform/uibuilder/LocationTest.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * 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.modules.platform.test/src/org/eclipse/ease/modules/platform/uibuilder/ViewModelTest.java b/tests/org.eclipse.ease.modules.platform.test/src/org/eclipse/ease/modules/platform/uibuilder/ViewModelTest.java index ee2cf5f..25dc618 100644 --- a/tests/org.eclipse.ease.modules.platform.test/src/org/eclipse/ease/modules/platform/uibuilder/ViewModelTest.java +++ b/tests/org.eclipse.ease.modules.platform.test/src/org/eclipse/ease/modules/platform/uibuilder/ViewModelTest.java
@@ -5,6 +5,8 @@ * which accompanies this distribution, and is available at * https://www.eclipse.org/legal/epl-2.0/ * + * SPDX-License_Identifier: EPL-2.0 + * * Contributors: * Christian Pontesegger - initial API and implementation *******************************************************************************/