Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordeboer2007-09-06 14:17:31 +0000
committerdeboer2007-09-06 14:17:31 +0000
commit62389600ed199db7f5441f6085ed16708618a875 (patch)
treed8e89be2e69d973c55f23b27c7e9592ddedd8005 /plugins/org.eclipse.wst.server.ui/serverui/org/eclipse/wst/server/ui/ServerLaunchConfigurationTab.java
parentcc79c1eb0f5ba56d4fe6a56fe996e36579e15331 (diff)
downloadwebtools.servertools-62389600ed199db7f5441f6085ed16708618a875.tar.gz
webtools.servertools-62389600ed199db7f5441f6085ed16708618a875.tar.xz
webtools.servertools-62389600ed199db7f5441f6085ed16708618a875.zip
[202449] Update copyrights
Diffstat (limited to 'plugins/org.eclipse.wst.server.ui/serverui/org/eclipse/wst/server/ui/ServerLaunchConfigurationTab.java')
-rw-r--r--plugins/org.eclipse.wst.server.ui/serverui/org/eclipse/wst/server/ui/ServerLaunchConfigurationTab.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.wst.server.ui/serverui/org/eclipse/wst/server/ui/ServerLaunchConfigurationTab.java b/plugins/org.eclipse.wst.server.ui/serverui/org/eclipse/wst/server/ui/ServerLaunchConfigurationTab.java
index 86e3ba190..e13fad094 100644
--- a/plugins/org.eclipse.wst.server.ui/serverui/org/eclipse/wst/server/ui/ServerLaunchConfigurationTab.java
+++ b/plugins/org.eclipse.wst.server.ui/serverui/org/eclipse/wst/server/ui/ServerLaunchConfigurationTab.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2003, 2006 IBM Corporation and others.
+ * Copyright (c) 2003, 2007 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
@@ -299,4 +299,4 @@ public class ServerLaunchConfigurationTab extends AbstractLaunchConfigurationTab
public String getName() {
return Messages.serverLaunchConfigurationTab;
}
-} \ No newline at end of file
+}

Back to the top