Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-22 13:17:55 +0000
committerAlexander Kurtakov2018-08-27 20:28:33 +0000
commit4884be5faf0132ea9aee5bdf3c663dfb4e059170 (patch)
tree6998d6f2f3fcdc2148a107389d2e13e552e1e52d /bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/StringToBooleanConverter.java
parent7489d8b9233863d03b702130f9cb3c46d0504e70 (diff)
downloadeclipse.platform.ui-4884be5faf0132ea9aee5bdf3c663dfb4e059170.tar.gz
eclipse.platform.ui-4884be5faf0132ea9aee5bdf3c663dfb4e059170.tar.xz
eclipse.platform.ui-4884be5faf0132ea9aee5bdf3c663dfb4e059170.zip
Bug 535802 - EPL-2.0 update for eclipse.platform.ui for bundles - part 2
Databinding plug-ins Change-Id: If4cd3c49f21834e2ce071950bbec04eb247baa7c Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/StringToBooleanConverter.java')
-rwxr-xr-xbundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/StringToBooleanConverter.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/StringToBooleanConverter.java b/bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/StringToBooleanConverter.java
index 5d7914d5a77..70ae7c1c802 100755
--- a/bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/StringToBooleanConverter.java
+++ b/bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/StringToBooleanConverter.java
@@ -1,10 +1,13 @@
/*
* Copyright (C) 2005, 2015 db4objects Inc. http://www.db4o.com
*
- * 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:
* db4objects - Initial API and implementation

Back to the top