summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTEventListener.java
diff options
context:
space:
mode:
authorDean Roberts <droberts>2003-03-10 22:25:33 +0000
committerDean Roberts <droberts>2003-03-10 22:25:33 +0000
commitf5d8125553154ed98ed616de3e95a1b61ad34630 (patch)
tree1ffdef9a6b1130baeafacfbdd6c61284829c5512 /bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTEventListener.java
parentb4ebfd6393146803d50265d164c2061e05a93d60 (diff)
downloadeclipse.platform.swt-f5d8125553154ed98ed616de3e95a1b61ad34630.tar.gz
eclipse.platform.swt-f5d8125553154ed98ed616de3e95a1b61ad34630.tar.xz
eclipse.platform.swt-f5d8125553154ed98ed616de3e95a1b61ad34630.zip
Copyright fix - automated changesv20030310-postcopyrightupdate
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTEventListener.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTEventListener.java18
1 files changed, 11 insertions, 7 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTEventListener.java b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTEventListener.java
index 7099aad332..35dcb2e14e 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTEventListener.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT/common_j2se/org/eclipse/swt/internal/SWTEventListener.java
@@ -1,11 +1,15 @@
-package org.eclipse.swt.internal;
-
-/*
- * Copyright (c) 2000, 2002 IBM Corp. All rights reserved.
- * This file is made available under the terms of the Common Public License v1.0
+/*******************************************************************************
+ * Copyright (c) 2000, 2003 IBM Corporation and others.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
- */
+ *
+ * Contributors:
+ * IBM Corporation - initial API and implementation
+ *******************************************************************************/
+package org.eclipse.swt.internal;
+
import java.util.EventListener;
@@ -22,4 +26,4 @@ import java.util.EventListener;
* </p>
*/
public interface SWTEventListener extends EventListener {
-} \ No newline at end of file
+}