Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-28 08:36:37 +0000
committerLars Vogel2018-08-28 08:36:37 +0000
commit50eaebb7f3eab7259c532684d7e017651aae8f6c (patch)
tree7602fb49f02a33b333c26f80bdda3f6e1fa86ffe /bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/provisional/swt/ControlUpdater.java
parent9f3f849eb58d174cd37af6908890b6251e1184f9 (diff)
downloadeclipse.platform.ui-50eaebb7f3eab7259c532684d7e017651aae8f6c.tar.gz
eclipse.platform.ui-50eaebb7f3eab7259c532684d7e017651aae8f6c.tar.xz
eclipse.platform.ui-50eaebb7f3eab7259c532684d7e017651aae8f6c.zip
Bug 535802 - EPL 2.0 conversion for JFace plug-ins
Change-Id: I4d16830e60f6763c1359ba2f110054450c2f0912 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/provisional/swt/ControlUpdater.java')
-rw-r--r--bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/provisional/swt/ControlUpdater.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/provisional/swt/ControlUpdater.java b/bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/provisional/swt/ControlUpdater.java
index d7062daa73a..06b1d95a110 100644
--- a/bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/provisional/swt/ControlUpdater.java
+++ b/bundles/org.eclipse.jface.databinding/src/org/eclipse/jface/internal/databinding/provisional/swt/ControlUpdater.java
@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) 2005, 2018 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