Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.oomph.setup.workbench.edit/src/org')
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/CommandParameterItemProvider.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/FileAssociationsTaskItemProvider.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/FileEditorItemProvider.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/FileMappingItemProvider.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/KeyBindingContextItemProvider.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/KeyBindingTaskItemProvider.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/WorkbenchEditPlugin.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/WorkbenchItemProviderAdapterFactory.java4
8 files changed, 16 insertions, 16 deletions
diff --git a/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/CommandParameterItemProvider.java b/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/CommandParameterItemProvider.java
index 314749cac..d718a8c86 100644
--- a/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/CommandParameterItemProvider.java
+++ b/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/CommandParameterItemProvider.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * 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
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/FileAssociationsTaskItemProvider.java b/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/FileAssociationsTaskItemProvider.java
index cec7ee555..0c48813bc 100644
--- a/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/FileAssociationsTaskItemProvider.java
+++ b/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/FileAssociationsTaskItemProvider.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * 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
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/FileEditorItemProvider.java b/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/FileEditorItemProvider.java
index b91b62ee4..6f7070e89 100644
--- a/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/FileEditorItemProvider.java
+++ b/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/FileEditorItemProvider.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * 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
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/FileMappingItemProvider.java b/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/FileMappingItemProvider.java
index 537178d16..8031917c8 100644
--- a/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/FileMappingItemProvider.java
+++ b/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/FileMappingItemProvider.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014, 2015 Eike Stepper (Loehne, Germany) and others.
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * 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
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/KeyBindingContextItemProvider.java b/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/KeyBindingContextItemProvider.java
index 1cb9852b0..dacb49e23 100644
--- a/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/KeyBindingContextItemProvider.java
+++ b/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/KeyBindingContextItemProvider.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * 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
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/KeyBindingTaskItemProvider.java b/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/KeyBindingTaskItemProvider.java
index c8e89e004..05e8df7eb 100644
--- a/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/KeyBindingTaskItemProvider.java
+++ b/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/KeyBindingTaskItemProvider.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014, 2015 Eike Stepper (Loehne, Germany) and others.
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * 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
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/WorkbenchEditPlugin.java b/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/WorkbenchEditPlugin.java
index 756d7d3d1..5ab98a99e 100644
--- a/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/WorkbenchEditPlugin.java
+++ b/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/WorkbenchEditPlugin.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014 Eike Stepper (Loehne, Germany) and others.
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * 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
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Eike Stepper - initial API and implementation
diff --git a/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/WorkbenchItemProviderAdapterFactory.java b/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/WorkbenchItemProviderAdapterFactory.java
index 4c4b6bf58..9db0bcb80 100644
--- a/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/WorkbenchItemProviderAdapterFactory.java
+++ b/plugins/org.eclipse.oomph.setup.workbench.edit/src/org/eclipse/oomph/setup/workbench/provider/WorkbenchItemProviderAdapterFactory.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014, 2015 Eike Stepper (Loehne, Germany) and others.
* All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ * 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
+ * http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* Eike Stepper - initial API and implementation

Back to the top