Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Roberts2003-03-10 21:59:30 +0000
committerDean Roberts2003-03-10 21:59:30 +0000
commit4b73bdac83aae1ae5bd8e26690046425ca2c8367 (patch)
tree8e8a778c39246e527d3e421c818dd00169a0ea7c /org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractLaunchConfigurationTab.java
parented7f9e4eb817fa226cf5114acecfdc0d9f018c3f (diff)
downloadeclipse.platform.debug-4b73bdac83aae1ae5bd8e26690046425ca2c8367.tar.gz
eclipse.platform.debug-4b73bdac83aae1ae5bd8e26690046425ca2c8367.tar.xz
eclipse.platform.debug-4b73bdac83aae1ae5bd8e26690046425ca2c8367.zip
Copyright fix - automated changesv20030310-postcopyrightupdate
Diffstat (limited to 'org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractLaunchConfigurationTab.java')
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractLaunchConfigurationTab.java19
1 files changed, 10 insertions, 9 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractLaunchConfigurationTab.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractLaunchConfigurationTab.java
index 06274e74a..9aa3d1282 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractLaunchConfigurationTab.java
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/AbstractLaunchConfigurationTab.java
@@ -1,14 +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.debug.ui;
-/**********************************************************************
-Copyright (c) 2002 IBM Corp. and others.
-All rights reserved.   This program and the accompanying materials
-are made available under the terms of the Common Public License v0.5
-which accompanies this distribution, and is available at
-http://www.eclipse.org/legal/cpl-v05.html
-Contributors:
-**********************************************************************/
import org.eclipse.debug.core.DebugPlugin;
import org.eclipse.debug.core.ILaunch;

Back to the top