Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine2005-02-28 22:34:11 +0000
committerVeronika Irvine2005-02-28 22:34:11 +0000
commit1bfc8ecb956fdc505cd6ea217878b6e76ee8969b (patch)
treec75b36031550f72a7bd4c78b0f6843dec7cc7001 /bundles/org.eclipse.swt/Eclipse SWT AWT/gtk
parent11ac9930e78056d28b508e7ab785e6293f940afa (diff)
downloadeclipse.platform.swt-1bfc8ecb956fdc505cd6ea217878b6e76ee8969b.tar.gz
eclipse.platform.swt-1bfc8ecb956fdc505cd6ea217878b6e76ee8969b.tar.xz
eclipse.platform.swt-1bfc8ecb956fdc505cd6ea217878b6e76ee8969b.zip
Updated legal documentation for Eclipse 3.1 stream and CPL to EPL transition
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT AWT/gtk')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT AWT/gtk/library/swt_awt.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT AWT/gtk/library/swt_awt.c b/bundles/org.eclipse.swt/Eclipse SWT AWT/gtk/library/swt_awt.c
index fdc406a638..e9d22a6ded 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT AWT/gtk/library/swt_awt.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT AWT/gtk/library/swt_awt.c
@@ -1,9 +1,9 @@
/*******************************************************************************
-* Copyright (c) 2000, 2003 IBM Corporation and others.
+* Copyright (c) 2000, 2005 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