Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-28 08:39:55 +0000
committerLars Vogel2018-08-28 08:39:55 +0000
commit1d2a43d4ae32c861ffe65c733b407a66763aa9d0 (patch)
tree0bcb54ce2baeaacff768c3448cbad5432a0e4fd7 /bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/InternalHandlerUtil.java
parent33ab5eb89cab400d4f5676047d1e1bb498aed94f (diff)
downloadeclipse.platform.ui-1d2a43d4ae32c861ffe65c733b407a66763aa9d0.tar.gz
eclipse.platform.ui-1d2a43d4ae32c861ffe65c733b407a66763aa9d0.tar.xz
eclipse.platform.ui-1d2a43d4ae32c861ffe65c733b407a66763aa9d0.zip
Bug 535802 - EPL 2.0 conversion for org.eclipse.ui.workbenchI20180828-0800
Manually fixed ExtensionEventHandlerMessages.java Change-Id: I3f3c6b3268fbc099c63fec8d173f19f8c3e79eb0 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/InternalHandlerUtil.java')
-rw-r--r--bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/InternalHandlerUtil.java9
1 files changed, 6 insertions, 3 deletions
diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/InternalHandlerUtil.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/InternalHandlerUtil.java
index d60ed13e0c0..5cccd56cb8f 100644
--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/InternalHandlerUtil.java
+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/InternalHandlerUtil.java
@@ -1,9 +1,12 @@
/*******************************************************************************
* Copyright (c) 2007, 2015 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