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.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcbrealey2005-10-29 04:55:54 +0000
committercbrealey2005-10-29 04:55:54 +0000
commit4bfa64fb98ce2a8d1486f656dc4a23051623b92b (patch)
tree3a465f61b010218d6dc5e09374d96ce652a1b371 /bundles/org.eclipse.wst.ws.explorer/wsexplorer-src/org/eclipse/wst/ws/internal
parent28dcada50d74e1e302003219abc593f9628cb461 (diff)
downloadwebtools.webservices-4bfa64fb98ce2a8d1486f656dc4a23051623b92b.tar.gz
webtools.webservices-4bfa64fb98ce2a8d1486f656dc4a23051623b92b.tar.xz
webtools.webservices-4bfa64fb98ce2a8d1486f656dc4a23051623b92b.zip
[113758] Incorrect copyright statements in o.e.wst.ws.*
Diffstat (limited to 'bundles/org.eclipse.wst.ws.explorer/wsexplorer-src/org/eclipse/wst/ws/internal')
-rw-r--r--bundles/org.eclipse.wst.ws.explorer/wsexplorer-src/org/eclipse/wst/ws/internal/explorer/platform/util/DirUtils.java11
1 files changed, 11 insertions, 0 deletions
diff --git a/bundles/org.eclipse.wst.ws.explorer/wsexplorer-src/org/eclipse/wst/ws/internal/explorer/platform/util/DirUtils.java b/bundles/org.eclipse.wst.ws.explorer/wsexplorer-src/org/eclipse/wst/ws/internal/explorer/platform/util/DirUtils.java
index b4dc81a31..2ba8bc5d6 100644
--- a/bundles/org.eclipse.wst.ws.explorer/wsexplorer-src/org/eclipse/wst/ws/internal/explorer/platform/util/DirUtils.java
+++ b/bundles/org.eclipse.wst.ws.explorer/wsexplorer-src/org/eclipse/wst/ws/internal/explorer/platform/util/DirUtils.java
@@ -1,3 +1,14 @@
+/*******************************************************************************
+ * Copyright (c) 2005 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.wst.ws.internal.explorer.platform.util;
import java.util.Locale;

Back to the top