Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Merks2018-07-06 12:42:14 +0000
committerEd Merks2018-07-06 12:42:14 +0000
commit5e02c23780487d8b523c679b70dd224dcf6ef2b8 (patch)
tree81bb7f366e1944125fc483c5c5e860861d1f7b4a /plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/util/Predicates.java
parentcd18475b30b68070bf5af6fa5f15c602826a38f9 (diff)
downloadorg.eclipse.oomph-5e02c23780487d8b523c679b70dd224dcf6ef2b8.tar.gz
org.eclipse.oomph-5e02c23780487d8b523c679b70dd224dcf6ef2b8.tar.xz
org.eclipse.oomph-5e02c23780487d8b523c679b70dd224dcf6ef2b8.zip
[Releng] Migrate to EPL 2.0.
Diffstat (limited to 'plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/util/Predicates.java')
-rw-r--r--plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/util/Predicates.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/util/Predicates.java b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/util/Predicates.java
index 07b199fee..5a735d691 100644
--- a/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/util/Predicates.java
+++ b/plugins/org.eclipse.oomph.util/src/org/eclipse/oomph/util/Predicates.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