Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.oomph.setup.sync/src/org')
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/DataProvider.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/LocalDataProvider.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/RemoteDataProvider.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SetupSyncPlugin.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/Snapshot.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SyncUtil.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/Synchronization.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/Synchronizer.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerAdapter.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerCredentials.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerException.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerJob.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerListener.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/RemoteData.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncAction.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncActionType.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncDelta.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncDeltaType.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncFactory.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncPackage.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncPolicy.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/impl/RemoteDataImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/impl/StringToSyncPolicyMapEntryImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/impl/SyncActionImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/impl/SyncDeltaImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/impl/SyncFactoryImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/impl/SyncPackageImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/util/SyncAdapterFactory.java4
-rw-r--r--plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/util/SyncSwitch.java4
29 files changed, 58 insertions, 58 deletions
diff --git a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/DataProvider.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/DataProvider.java
index 4e99e4831..b88b7ce23 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/DataProvider.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/DataProvider.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/internal/sync/LocalDataProvider.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/LocalDataProvider.java
index 98d0420a5..dedb5c606 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/LocalDataProvider.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/LocalDataProvider.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/internal/sync/RemoteDataProvider.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/RemoteDataProvider.java
index d68170709..436078841 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/RemoteDataProvider.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/RemoteDataProvider.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/internal/sync/SetupSyncPlugin.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SetupSyncPlugin.java
index 4c3dd9b1e..d9bb8cc28 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SetupSyncPlugin.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SetupSyncPlugin.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/internal/sync/Snapshot.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/Snapshot.java
index b8dae69a9..f61ecc073 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/Snapshot.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/Snapshot.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/internal/sync/SyncUtil.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SyncUtil.java
index 741b429e0..9437b5342 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SyncUtil.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SyncUtil.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/internal/sync/Synchronization.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/Synchronization.java
index 17c68aa9e..a9d0f89c5 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/Synchronization.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/Synchronization.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/internal/sync/Synchronizer.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/Synchronizer.java
index 582c7b2ed..093ec6499 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/Synchronizer.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/Synchronizer.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerAdapter.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerAdapter.java
index fac7e516e..e3df22817 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerAdapter.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerAdapter.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerCredentials.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerCredentials.java
index 6f2a61946..9238af6ea 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerCredentials.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerCredentials.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerException.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerException.java
index 4791bb6bc..d0b2f2589 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerException.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerException.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerJob.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerJob.java
index 67c40d30e..b0afe2275 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerJob.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerJob.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerListener.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerListener.java
index a065b3ee9..a5889e284 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerListener.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/internal/sync/SynchronizerListener.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/sync/RemoteData.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/RemoteData.java
index deb94414a..a84d4f1a6 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/RemoteData.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/RemoteData.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/sync/SyncAction.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncAction.java
index d2e37372c..816443cb6 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncAction.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncAction.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/sync/SyncActionType.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncActionType.java
index 1557beb32..748726090 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncActionType.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncActionType.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2015, 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.sync/src/org/eclipse/oomph/setup/sync/SyncDelta.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncDelta.java
index 3dce6c176..6d6870d17 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncDelta.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncDelta.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/sync/SyncDeltaType.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncDeltaType.java
index 35cd86c98..2af4e8479 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncDeltaType.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncDeltaType.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/sync/SyncFactory.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncFactory.java
index 757d356c8..7764311db 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncFactory.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncFactory.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/sync/SyncPackage.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncPackage.java
index d9c7ecad1..54291b104 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncPackage.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncPackage.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/sync/SyncPolicy.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncPolicy.java
index 6c8f6f2c0..6dec24562 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncPolicy.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/SyncPolicy.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2015, 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.sync/src/org/eclipse/oomph/setup/sync/impl/RemoteDataImpl.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/impl/RemoteDataImpl.java
index 1170cd64c..2a5c1e9b3 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/impl/RemoteDataImpl.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/impl/RemoteDataImpl.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/sync/impl/StringToSyncPolicyMapEntryImpl.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/impl/StringToSyncPolicyMapEntryImpl.java
index 996f04371..ec25e02c4 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/impl/StringToSyncPolicyMapEntryImpl.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/impl/StringToSyncPolicyMapEntryImpl.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/sync/impl/SyncActionImpl.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/impl/SyncActionImpl.java
index 799887d79..25b36b8f4 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/impl/SyncActionImpl.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/impl/SyncActionImpl.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/sync/impl/SyncDeltaImpl.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/impl/SyncDeltaImpl.java
index 70dd2f132..1519db14d 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/impl/SyncDeltaImpl.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/impl/SyncDeltaImpl.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/sync/impl/SyncFactoryImpl.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/impl/SyncFactoryImpl.java
index 11bb169c6..c85971867 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/impl/SyncFactoryImpl.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/impl/SyncFactoryImpl.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/sync/impl/SyncPackageImpl.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/impl/SyncPackageImpl.java
index a31c33b19..f791f7586 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/impl/SyncPackageImpl.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/impl/SyncPackageImpl.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/sync/util/SyncAdapterFactory.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/util/SyncAdapterFactory.java
index 2bd1d32a4..7a23ef7a6 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/util/SyncAdapterFactory.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/util/SyncAdapterFactory.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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.sync/src/org/eclipse/oomph/setup/sync/util/SyncSwitch.java b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/util/SyncSwitch.java
index 916457429..583363ef2 100644
--- a/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/util/SyncSwitch.java
+++ b/plugins/org.eclipse.oomph.setup.sync/src/org/eclipse/oomph/setup/sync/util/SyncSwitch.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 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