Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph')
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/CommandParameter.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/FileAssociationsTask.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/FileEditor.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/FileMapping.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/KeyBindingContext.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/KeyBindingTask.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/WorkbenchFactory.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/WorkbenchPackage.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/CommandParameterImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/FileAssociationsTaskImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/FileEditorImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/FileMappingImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/KeyBindingContextImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/KeyBindingTaskImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/WorkbenchFactoryImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/WorkbenchPackageImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/util/WorkbenchAdapterFactory.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/util/WorkbenchSwitch.java4
18 files changed, 36 insertions, 36 deletions
diff --git a/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/CommandParameter.java b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/CommandParameter.java
index e3e180e8d..775565910 100644
--- a/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/CommandParameter.java
+++ b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/CommandParameter.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/src/org/eclipse/oomph/setup/workbench/FileAssociationsTask.java b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/FileAssociationsTask.java
index 680859d0b..93b4a473d 100644
--- a/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/FileAssociationsTask.java
+++ b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/FileAssociationsTask.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/src/org/eclipse/oomph/setup/workbench/FileEditor.java b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/FileEditor.java
index 02f66fbf5..9f0ffd3e0 100644
--- a/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/FileEditor.java
+++ b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/FileEditor.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/src/org/eclipse/oomph/setup/workbench/FileMapping.java b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/FileMapping.java
index 7ab659269..f6709d93c 100644
--- a/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/FileMapping.java
+++ b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/FileMapping.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/src/org/eclipse/oomph/setup/workbench/KeyBindingContext.java b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/KeyBindingContext.java
index 9be3ab86a..62d4559e1 100644
--- a/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/KeyBindingContext.java
+++ b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/KeyBindingContext.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/src/org/eclipse/oomph/setup/workbench/KeyBindingTask.java b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/KeyBindingTask.java
index 6853f27e3..3a3a52d12 100644
--- a/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/KeyBindingTask.java
+++ b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/KeyBindingTask.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/src/org/eclipse/oomph/setup/workbench/WorkbenchFactory.java b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/WorkbenchFactory.java
index 84f64ddf6..e0a8ed196 100644
--- a/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/WorkbenchFactory.java
+++ b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/WorkbenchFactory.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/src/org/eclipse/oomph/setup/workbench/WorkbenchPackage.java b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/WorkbenchPackage.java
index d67f40578..4aed34c01 100644
--- a/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/WorkbenchPackage.java
+++ b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/WorkbenchPackage.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014, 2016 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/src/org/eclipse/oomph/setup/workbench/impl/CommandParameterImpl.java b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/CommandParameterImpl.java
index 83b18705b..22f805af6 100644
--- a/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/CommandParameterImpl.java
+++ b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/CommandParameterImpl.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/src/org/eclipse/oomph/setup/workbench/impl/FileAssociationsTaskImpl.java b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/FileAssociationsTaskImpl.java
index 20795a805..7ab0be1e9 100644
--- a/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/FileAssociationsTaskImpl.java
+++ b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/FileAssociationsTaskImpl.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/src/org/eclipse/oomph/setup/workbench/impl/FileEditorImpl.java b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/FileEditorImpl.java
index b628ae9f6..d28e57d1f 100644
--- a/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/FileEditorImpl.java
+++ b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/FileEditorImpl.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/src/org/eclipse/oomph/setup/workbench/impl/FileMappingImpl.java b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/FileMappingImpl.java
index 4edb4572c..16589313a 100644
--- a/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/FileMappingImpl.java
+++ b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/FileMappingImpl.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/src/org/eclipse/oomph/setup/workbench/impl/KeyBindingContextImpl.java b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/KeyBindingContextImpl.java
index 35a569126..60056461e 100644
--- a/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/KeyBindingContextImpl.java
+++ b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/KeyBindingContextImpl.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/src/org/eclipse/oomph/setup/workbench/impl/KeyBindingTaskImpl.java b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/KeyBindingTaskImpl.java
index b9d5c461c..3f2b408a3 100644
--- a/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/KeyBindingTaskImpl.java
+++ b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/KeyBindingTaskImpl.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014, 2015, 2017 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/src/org/eclipse/oomph/setup/workbench/impl/WorkbenchFactoryImpl.java b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/WorkbenchFactoryImpl.java
index e94a07272..7394feb7f 100644
--- a/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/WorkbenchFactoryImpl.java
+++ b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/WorkbenchFactoryImpl.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/src/org/eclipse/oomph/setup/workbench/impl/WorkbenchPackageImpl.java b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/WorkbenchPackageImpl.java
index bae6fc23b..d67d6999b 100644
--- a/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/WorkbenchPackageImpl.java
+++ b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/impl/WorkbenchPackageImpl.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/src/org/eclipse/oomph/setup/workbench/util/WorkbenchAdapterFactory.java b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/util/WorkbenchAdapterFactory.java
index 6d7511cde..96410a2e1 100644
--- a/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/util/WorkbenchAdapterFactory.java
+++ b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/util/WorkbenchAdapterFactory.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/src/org/eclipse/oomph/setup/workbench/util/WorkbenchSwitch.java b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/util/WorkbenchSwitch.java
index d3d5c82fc..88cbf879a 100644
--- a/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/util/WorkbenchSwitch.java
+++ b/plugins/org.eclipse.oomph.setup.workbench/src/org/eclipse/oomph/setup/workbench/util/WorkbenchSwitch.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