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:
authorDean Roberts2003-03-10 21:58:22 +0000
committerDean Roberts2003-03-10 21:58:22 +0000
commit2df9b0e8c5105515a29f9ba1471dd3ade9d1b4ee (patch)
treea961a7d47c5c74853dae98ee24fe63c339a0dfd4 /bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java
parent7474c5368eee8aab5d56c94d259d66bd1d35efd0 (diff)
downloadeclipse.platform.ui-2df9b0e8c5105515a29f9ba1471dd3ade9d1b4ee.tar.gz
eclipse.platform.ui-2df9b0e8c5105515a29f9ba1471dd3ade9d1b4ee.tar.xz
eclipse.platform.ui-2df9b0e8c5105515a29f9ba1471dd3ade9d1b4ee.zip
Copyright fix - automated changes
Diffstat (limited to 'bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java')
-rw-r--r--bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java14
1 files changed, 10 insertions, 4 deletions
diff --git a/bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java b/bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java
index a855cc3dc38..1fe89bf46d2 100644
--- a/bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java
+++ b/bundles/org.eclipse.jface/src/org/eclipse/jface/wizard/WizardDialog.java
@@ -1,9 +1,15 @@
+/*******************************************************************************
+ * 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.jface.wizard;
-/*
- * (c) Copyright IBM Corp. 2000, 2001.
- * All Rights Reserved.
- */
import java.lang.reflect.InvocationTargetException;
import java.util.*;

Back to the top