Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thomann2009-03-07 00:59:06 +0000
committerOlivier Thomann2009-03-07 00:59:06 +0000
commit205049d0986a56fe72960a07a6f4211a8ba584a2 (patch)
tree8af558565b63017bcca9a54437785e977e03ae02 /org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/BodyDeclaration.java
parentebb9d095edde50982cd92db1efc7e45919716d7a (diff)
downloadeclipse.jdt.core-205049d0986a56fe72960a07a6f4211a8ba584a2.tar.gz
eclipse.jdt.core-205049d0986a56fe72960a07a6f4211a8ba584a2.tar.xz
eclipse.jdt.core-205049d0986a56fe72960a07a6f4211a8ba584a2.zip
HEAD - Fix copyrights
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.java2
1 files changed, 1 insertions, 1 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 2c1e7c03c4..dbcd113097 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,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2005 IBM Corporation and others.
+ * Copyright (c) 2000, 2008 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

Back to the top