Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVeronika Irvine2005-02-28 19:28:51 +0000
committerVeronika Irvine2005-02-28 19:28:51 +0000
commitdb1fd2af079560051203a9834216e665ae0cb131 (patch)
tree35ee5ad79e69a0520d67d5bc77053d38c851f9fa /examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet176.java
parent2f4a5950561f8e5cc52f3b6bde6fe67a91f7a659 (diff)
downloadeclipse.platform.swt-db1fd2af079560051203a9834216e665ae0cb131.tar.gz
eclipse.platform.swt-db1fd2af079560051203a9834216e665ae0cb131.tar.xz
eclipse.platform.swt-db1fd2af079560051203a9834216e665ae0cb131.zip
Updated legal documentation for Eclipse 3.1 stream and CPL to EPL transition
Diffstat (limited to 'examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet176.java')
-rw-r--r--examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet176.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet176.java b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet176.java
index 911f700070..09ec5cca53 100644
--- a/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet176.java
+++ b/examples/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet176.java
@@ -1,10 +1,10 @@
/*******************************************************************************
- * Copyright (c) 2000, 2004 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
*******************************************************************************/
@@ -67,4 +67,4 @@ public class Snippet176 {
}
display.dispose();
}
-} \ No newline at end of file
+}

Back to the top