Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine2005-02-28 21:50:53 +0000
committerVeronika Irvine2005-02-28 21:50:53 +0000
commit00bd4a763206c150513a2edd7630bb13e99ef654 (patch)
tree5530cb4b051e6fb6fd52a14866e59b93da36eb41 /bundles/org.eclipse.swt/Eclipse SWT AWT/emulated/org
parent02d4b4e4837c7a29cfe643e3fff7faef28d99fcf (diff)
downloadeclipse.platform.swt-00bd4a763206c150513a2edd7630bb13e99ef654.tar.gz
eclipse.platform.swt-00bd4a763206c150513a2edd7630bb13e99ef654.tar.xz
eclipse.platform.swt-00bd4a763206c150513a2edd7630bb13e99ef654.zip
Updated legal documentation for Eclipse 3.1 stream and CPL to EPL transition
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT AWT/emulated/org')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT AWT/emulated/org/eclipse/swt/awt/SWT_AWT.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT AWT/emulated/org/eclipse/swt/awt/SWT_AWT.java b/bundles/org.eclipse.swt/Eclipse SWT AWT/emulated/org/eclipse/swt/awt/SWT_AWT.java
index c620560231..5dc18d88b2 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT AWT/emulated/org/eclipse/swt/awt/SWT_AWT.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT AWT/emulated/org/eclipse/swt/awt/SWT_AWT.java
@@ -1,10 +1,10 @@
/*******************************************************************************
* Copyright (c) 2000, 2004 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
*******************************************************************************/

Back to the top