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:
authorsgunturi2005-02-15 23:03:17 +0000
committersgunturi2005-02-15 23:03:17 +0000
commit66ecd825a1b44ad1e4cc1cdad7e0059edb4786ae (patch)
treeba5de0568354f9eea134806d8bc9123a51f8c243 /plugins/org.eclipse.jem.proxy/vm_remotevm/org/eclipse/jem/internal/proxy/vm/remote/ConnectionThread.java
parent3c4ebb11597458d2b837bef5276f5dd891d522ba (diff)
downloadwebtools.javaee-66ecd825a1b44ad1e4cc1cdad7e0059edb4786ae.tar.gz
webtools.javaee-66ecd825a1b44ad1e4cc1cdad7e0059edb4786ae.tar.xz
webtools.javaee-66ecd825a1b44ad1e4cc1cdad7e0059edb4786ae.zip
85343 : EPL copyrights replace CPL copyrights
Diffstat (limited to 'plugins/org.eclipse.jem.proxy/vm_remotevm/org/eclipse/jem/internal/proxy/vm/remote/ConnectionThread.java')
-rw-r--r--plugins/org.eclipse.jem.proxy/vm_remotevm/org/eclipse/jem/internal/proxy/vm/remote/ConnectionThread.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.jem.proxy/vm_remotevm/org/eclipse/jem/internal/proxy/vm/remote/ConnectionThread.java b/plugins/org.eclipse.jem.proxy/vm_remotevm/org/eclipse/jem/internal/proxy/vm/remote/ConnectionThread.java
index eab41383a..a9577030c 100644
--- a/plugins/org.eclipse.jem.proxy/vm_remotevm/org/eclipse/jem/internal/proxy/vm/remote/ConnectionThread.java
+++ b/plugins/org.eclipse.jem.proxy/vm_remotevm/org/eclipse/jem/internal/proxy/vm/remote/ConnectionThread.java
@@ -2,16 +2,16 @@ package org.eclipse.jem.internal.proxy.vm.remote;
/*******************************************************************************
* Copyright (c) 2001, 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
+ * 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/cpl-v10.html
+ * http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*
* $RCSfile: ConnectionThread.java,v $
- * $Revision: 1.1 $ $Date: 2003/10/27 17:22:23 $
+ * $Revision: 1.2 $ $Date: 2005/02/15 22:57:54 $
*/

Back to the top