Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Thomann2007-03-18 17:04:15 +0000
committerOlivier Thomann2007-03-18 17:04:15 +0000
commitcb21c5a40308055ebea91c4387005862806cb4fa (patch)
treece65b66b19ad0e035c46853497ff2bf7d242a74e /org.eclipse.jdt.compiler.tool
parent41f5b5e41691ac4e7482e57077cbb514ebb09720 (diff)
downloadeclipse.jdt.core-cb21c5a40308055ebea91c4387005862806cb4fa.tar.gz
eclipse.jdt.core-cb21c5a40308055ebea91c4387005862806cb4fa.tar.xz
eclipse.jdt.core-cb21c5a40308055ebea91c4387005862806cb4fa.zip
HEAD - Fix copyrightsv20070318-1300
Diffstat (limited to 'org.eclipse.jdt.compiler.tool')
-rw-r--r--org.eclipse.jdt.compiler.tool/src/org/eclipse/jdt/internal/compiler/tool/Util.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jdt.compiler.tool/src/org/eclipse/jdt/internal/compiler/tool/Util.java b/org.eclipse.jdt.compiler.tool/src/org/eclipse/jdt/internal/compiler/tool/Util.java
index 7bed588190..5aaadcca18 100644
--- a/org.eclipse.jdt.compiler.tool/src/org/eclipse/jdt/internal/compiler/tool/Util.java
+++ b/org.eclipse.jdt.compiler.tool/src/org/eclipse/jdt/internal/compiler/tool/Util.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006 IBM Corporation and others.
+ * Copyright (c) 2006, 2007 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