Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2013-05-28 15:08:25 +0000
committerMarkus Keller2013-05-28 15:08:25 +0000
commit16a2b90114b7d82dfc0b904ad237f557c3de69c2 (patch)
tree5dc9f751b890e23d973f4a3951c9646dfe5510e6
parent49a79e2575c6151c30d62f2750faea01180e0f38 (diff)
downloadeclipse.jdt.core-16a2b90114b7d82dfc0b904ad237f557c3de69c2.tar.gz
eclipse.jdt.core-16a2b90114b7d82dfc0b904ad237f557c3de69c2.tar.xz
eclipse.jdt.core-16a2b90114b7d82dfc0b904ad237f557c3de69c2.zip
updated copyright in batch compilerI20130529-2000I20130528-2000I20130528-1200
-rw-r--r--org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties b/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties
index 8a0fe64cc5..7ecb871f34 100644
--- a/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties
+++ b/org.eclipse.jdt.core/batch/org/eclipse/jdt/internal/compiler/batch/messages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2012 IBM Corporation and others.
+# Copyright (c) 2000, 2013 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
@@ -24,7 +24,7 @@
compiler.name = Eclipse Compiler for Java(TM)
#Format: compiler.version = (The placeholder 'bundle_qualifier' will be automatically filled. Do not remove or alter it)
compiler.version = bundle_qualifier, 3.9.0
-compiler.copyright = Copyright IBM Corp 2000, 2012. All rights reserved.
+compiler.copyright = Copyright IBM Corp 2000, 2013. All rights reserved.
### progress
progress.compiling = Compiling

Back to the top