Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Weinand2005-02-24 21:59:09 +0000
committerAndre Weinand2005-02-24 21:59:09 +0000
commitde2b2d9f8cbe88fbe0d99ff1f93cdf72bee34711 (patch)
treea1629c3006c2763dbb25e45b12a83b0f1fd90d8f /bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/BufferedCanvas.java
parentd7cdd4a3ae8a9432524414ad0ad9e7ae9d41b517 (diff)
downloadeclipse.platform.team-de2b2d9f8cbe88fbe0d99ff1f93cdf72bee34711.tar.gz
eclipse.platform.team-de2b2d9f8cbe88fbe0d99ff1f93cdf72bee34711.tar.xz
eclipse.platform.team-de2b2d9f8cbe88fbe0d99ff1f93cdf72bee34711.zip
changed copyright notices to epl
Diffstat (limited to 'bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/BufferedCanvas.java')
-rw-r--r--bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/BufferedCanvas.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/BufferedCanvas.java b/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/BufferedCanvas.java
index 3e20f3d67..1e74e8578 100644
--- a/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/BufferedCanvas.java
+++ b/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/BufferedCanvas.java
@@ -1,10 +1,10 @@
/*******************************************************************************
- * Copyright (c) 2000, 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
+ * 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 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