Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-23 14:29:32 +0000
committerAlexander Kurtakov2018-08-27 09:45:32 +0000
commitf38ab90270c87d0579b6d4646ea5366ace022b81 (patch)
tree8b84dec32bf47ef9389fef75696ac42c301a4936 /examples/org.eclipse.compare.examples.xml/src/org/eclipse/compare/examples/xml/AbstractMatching.java
parentcf5a69a21cf7bce02d3e87ad0f411763a195c574 (diff)
downloadeclipse.platform.team-f38ab90270c87d0579b6d4646ea5366ace022b81.tar.gz
eclipse.platform.team-f38ab90270c87d0579b6d4646ea5366ace022b81.tar.xz
eclipse.platform.team-f38ab90270c87d0579b6d4646ea5366ace022b81.zip
Bug 535802 - EPL 2.0 conversion for team examples
Change-Id: I75040091e107ab96bed789c0dd88cd28f3d66ed1 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'examples/org.eclipse.compare.examples.xml/src/org/eclipse/compare/examples/xml/AbstractMatching.java')
-rw-r--r--examples/org.eclipse.compare.examples.xml/src/org/eclipse/compare/examples/xml/AbstractMatching.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/examples/org.eclipse.compare.examples.xml/src/org/eclipse/compare/examples/xml/AbstractMatching.java b/examples/org.eclipse.compare.examples.xml/src/org/eclipse/compare/examples/xml/AbstractMatching.java
index 000559ffc..756c7f401 100644
--- a/examples/org.eclipse.compare.examples.xml/src/org/eclipse/compare/examples/xml/AbstractMatching.java
+++ b/examples/org.eclipse.compare.examples.xml/src/org/eclipse/compare/examples/xml/AbstractMatching.java
@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) 2000, 2007 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
+ *
+ * This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/legal/epl-2.0/
+ *
+ * SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* IBM Corporation - initial API and implementation

Back to the top