Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources')
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/EclipseProjectFactory.java4
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/MavenProjectFactory.java4
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ProjectFactory.java4
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ProjectHandler.java4
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ResourcesFactory.java4
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ResourcesPackage.java4
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ResourcesUtil.java4
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/SourceLocator.java4
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/XMLProjectFactory.java4
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/BackendContainer.java4
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/BackendException.java4
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/BackendFile.java4
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/BackendFolder.java4
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/BackendResource.java4
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/BackendSystem.java4
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/LocalBackendSystem.java4
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/EclipseProjectFactoryImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/MavenProjectFactoryImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/ProjectFactoryImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/ResourcesPackageImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/SourceLocatorImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/XMLProjectFactoryImpl.java4
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/util/ResourcesAdapterFactory.java4
-rw-r--r--plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/util/ResourcesSwitch.java4
25 files changed, 50 insertions, 50 deletions
diff --git a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/EclipseProjectFactory.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/EclipseProjectFactory.java
index e71b837f0..17a8ae69d 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/EclipseProjectFactory.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/EclipseProjectFactory.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.resources/src/org/eclipse/oomph/resources/MavenProjectFactory.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/MavenProjectFactory.java
index f88ffb5ec..c8cae9960 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/MavenProjectFactory.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/MavenProjectFactory.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.resources/src/org/eclipse/oomph/resources/ProjectFactory.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ProjectFactory.java
index 87075aa0b..28a868e17 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ProjectFactory.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ProjectFactory.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.resources/src/org/eclipse/oomph/resources/ProjectHandler.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ProjectHandler.java
index b06a6b05e..fa12978df 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ProjectHandler.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ProjectHandler.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.resources/src/org/eclipse/oomph/resources/ResourcesFactory.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ResourcesFactory.java
index c1a420f68..17e95fb96 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ResourcesFactory.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ResourcesFactory.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.resources/src/org/eclipse/oomph/resources/ResourcesPackage.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ResourcesPackage.java
index 78e6219b1..85f0e1bda 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ResourcesPackage.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ResourcesPackage.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.resources/src/org/eclipse/oomph/resources/ResourcesUtil.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ResourcesUtil.java
index f05bf7d7c..7f4503858 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ResourcesUtil.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/ResourcesUtil.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.resources/src/org/eclipse/oomph/resources/SourceLocator.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/SourceLocator.java
index ace2aa6c8..9b950b0a8 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/SourceLocator.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/SourceLocator.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.resources/src/org/eclipse/oomph/resources/XMLProjectFactory.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/XMLProjectFactory.java
index fe877dcc4..2df10ea42 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/XMLProjectFactory.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/XMLProjectFactory.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.resources/src/org/eclipse/oomph/resources/backend/BackendContainer.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/BackendContainer.java
index 2c3f95d9e..7e9085b6b 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/BackendContainer.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/BackendContainer.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.resources/src/org/eclipse/oomph/resources/backend/BackendException.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/BackendException.java
index 2979443f8..3ce94a066 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/BackendException.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/BackendException.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.resources/src/org/eclipse/oomph/resources/backend/BackendFile.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/BackendFile.java
index 292ffc015..f79ecf44f 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/BackendFile.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/BackendFile.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.resources/src/org/eclipse/oomph/resources/backend/BackendFolder.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/BackendFolder.java
index 81831574e..9e3005e4e 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/BackendFolder.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/BackendFolder.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.resources/src/org/eclipse/oomph/resources/backend/BackendResource.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/BackendResource.java
index e0abf8b4e..d23537029 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/BackendResource.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/BackendResource.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.resources/src/org/eclipse/oomph/resources/backend/BackendSystem.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/BackendSystem.java
index 0247abbf1..ac0865a82 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/BackendSystem.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/BackendSystem.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.resources/src/org/eclipse/oomph/resources/backend/LocalBackendSystem.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/LocalBackendSystem.java
index 7fc58a53f..f535dd369 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/LocalBackendSystem.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/backend/LocalBackendSystem.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.resources/src/org/eclipse/oomph/resources/impl/EclipseProjectFactoryImpl.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/EclipseProjectFactoryImpl.java
index 24bcf1876..6a5f78819 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/EclipseProjectFactoryImpl.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/EclipseProjectFactoryImpl.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.resources/src/org/eclipse/oomph/resources/impl/MavenProjectFactoryImpl.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/MavenProjectFactoryImpl.java
index 80e7a9418..12b4484fd 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/MavenProjectFactoryImpl.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/MavenProjectFactoryImpl.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.resources/src/org/eclipse/oomph/resources/impl/ProjectFactoryImpl.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/ProjectFactoryImpl.java
index 4c618a16a..64234eb07 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/ProjectFactoryImpl.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/ProjectFactoryImpl.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.resources/src/org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.java
index 32089b677..bd2b6734c 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/ResourcesFactoryImpl.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.resources/src/org/eclipse/oomph/resources/impl/ResourcesPackageImpl.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/ResourcesPackageImpl.java
index 5f89cf521..87d68f83e 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/ResourcesPackageImpl.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/ResourcesPackageImpl.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.resources/src/org/eclipse/oomph/resources/impl/SourceLocatorImpl.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/SourceLocatorImpl.java
index be3068705..e919ba82c 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/SourceLocatorImpl.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/SourceLocatorImpl.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014, 2015, 2018 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.resources/src/org/eclipse/oomph/resources/impl/XMLProjectFactoryImpl.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/XMLProjectFactoryImpl.java
index 0115283d6..f996d5dbd 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/XMLProjectFactoryImpl.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/impl/XMLProjectFactoryImpl.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.resources/src/org/eclipse/oomph/resources/util/ResourcesAdapterFactory.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/util/ResourcesAdapterFactory.java
index dfdc4b543..c000c77cd 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/util/ResourcesAdapterFactory.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/util/ResourcesAdapterFactory.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.resources/src/org/eclipse/oomph/resources/util/ResourcesSwitch.java b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/util/ResourcesSwitch.java
index 3325ca80e..11d5b4236 100644
--- a/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/util/ResourcesSwitch.java
+++ b/plugins/org.eclipse.oomph.resources/src/org/eclipse/oomph/resources/util/ResourcesSwitch.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