Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thomann2005-02-23 02:52:38 +0000
committerOlivier Thomann2005-02-23 02:52:38 +0000
commit2fcc7d0f6d73a0e1ec44b95addeba29a0b163a14 (patch)
treefc2180b72b24af609684557e1c0bce8156498706 /org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BodyDeclaration.java
parent2d2a3ca0270d34147c6818f95b306e39cf6b7561 (diff)
downloadeclipse.jdt.core-2fcc7d0f6d73a0e1ec44b95addeba29a0b163a14.tar.gz
eclipse.jdt.core-2fcc7d0f6d73a0e1ec44b95addeba29a0b163a14.tar.xz
eclipse.jdt.core-2fcc7d0f6d73a0e1ec44b95addeba29a0b163a14.zip
HEAD - Fix copyright for EPL
Diffstat (limited to 'org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BodyDeclaration.java')
-rw-r--r--org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BodyDeclaration.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BodyDeclaration.java b/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BodyDeclaration.java
index 28b614bc32..96b7869d92 100644
--- a/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BodyDeclaration.java
+++ b/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BodyDeclaration.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
+ * 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