Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2010-06-25 20:11:38 +0000
committerJohn Arthorne2010-06-25 20:11:38 +0000
commit1621bd6a48677d8f3ff080fb360d9af2ec064ccf (patch)
treee5f33e1e427f1961074f70841e55ebe2e14e3eeb /bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/SelectionAdapterFactory.java
parent0c550c2e363581311d2ca4e51943a0f91e325d3c (diff)
downloadeclipse.platform.ui-1621bd6a48677d8f3ff080fb360d9af2ec064ccf.tar.gz
eclipse.platform.ui-1621bd6a48677d8f3ff080fb360d9af2ec064ccf.tar.xz
eclipse.platform.ui-1621bd6a48677d8f3ff080fb360d9af2ec064ccf.zip
fixed broken/missing copyrights
Diffstat (limited to 'bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/SelectionAdapterFactory.java')
-rw-r--r--bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/SelectionAdapterFactory.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/SelectionAdapterFactory.java b/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/SelectionAdapterFactory.java
index 2cb3178cf0c..05ebdd31338 100644
--- a/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/SelectionAdapterFactory.java
+++ b/bundles/org.eclipse.e4.ui.workbench.swt/src/org/eclipse/e4/ui/internal/workbench/swt/SelectionAdapterFactory.java
@@ -1,3 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2010 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
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
package org.eclipse.e4.ui.internal.workbench.swt;
import java.util.Arrays;

Back to the top