Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.oomph.version.digest/src')
-rw-r--r--plugins/org.eclipse.oomph.version.digest/src/org/eclipse/oomph/version/digest/Activator.java4
-rw-r--r--plugins/org.eclipse.oomph.version.digest/src/org/eclipse/oomph/version/digest/DigestValidator.java4
-rw-r--r--plugins/org.eclipse.oomph.version.digest/src/org/eclipse/oomph/version/digest/DigestValidatorState.java4
-rw-r--r--plugins/org.eclipse.oomph.version.digest/src/org/eclipse/oomph/version/digest/ReleaseDigest.java4
4 files changed, 8 insertions, 8 deletions
diff --git a/plugins/org.eclipse.oomph.version.digest/src/org/eclipse/oomph/version/digest/Activator.java b/plugins/org.eclipse.oomph.version.digest/src/org/eclipse/oomph/version/digest/Activator.java
index 14bc159ba..2922a15c7 100644
--- a/plugins/org.eclipse.oomph.version.digest/src/org/eclipse/oomph/version/digest/Activator.java
+++ b/plugins/org.eclipse.oomph.version.digest/src/org/eclipse/oomph/version/digest/Activator.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.version.digest/src/org/eclipse/oomph/version/digest/DigestValidator.java b/plugins/org.eclipse.oomph.version.digest/src/org/eclipse/oomph/version/digest/DigestValidator.java
index 11a1b797a..0cce5cf57 100644
--- a/plugins/org.eclipse.oomph.version.digest/src/org/eclipse/oomph/version/digest/DigestValidator.java
+++ b/plugins/org.eclipse.oomph.version.digest/src/org/eclipse/oomph/version/digest/DigestValidator.java
@@ -1,9 +1,9 @@
/*
* Copyright (c) 2014-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.version.digest/src/org/eclipse/oomph/version/digest/DigestValidatorState.java b/plugins/org.eclipse.oomph.version.digest/src/org/eclipse/oomph/version/digest/DigestValidatorState.java
index cc261519c..a1744e8a1 100644
--- a/plugins/org.eclipse.oomph.version.digest/src/org/eclipse/oomph/version/digest/DigestValidatorState.java
+++ b/plugins/org.eclipse.oomph.version.digest/src/org/eclipse/oomph/version/digest/DigestValidatorState.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.version.digest/src/org/eclipse/oomph/version/digest/ReleaseDigest.java b/plugins/org.eclipse.oomph.version.digest/src/org/eclipse/oomph/version/digest/ReleaseDigest.java
index d6c962ec3..e2803455a 100644
--- a/plugins/org.eclipse.oomph.version.digest/src/org/eclipse/oomph/version/digest/ReleaseDigest.java
+++ b/plugins/org.eclipse.oomph.version.digest/src/org/eclipse/oomph/version/digest/ReleaseDigest.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

Back to the top