Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Pazderski2019-04-15 21:03:30 +0000
committerLars Vogel2019-04-16 09:37:34 +0000
commit837a602ebe77dcf142c72242f123abd25f495645 (patch)
tree485bd47c1df01c0b8d299e57e719b02c37b567c1
parent316f14fc5f198ed9ddf18db251465783ea85ed23 (diff)
downloadeclipse.platform.releng-837a602ebe77dcf142c72242f123abd25f495645.tar.gz
eclipse.platform.releng-837a602ebe77dcf142c72242f123abd25f495645.tar.xz
eclipse.platform.releng-837a602ebe77dcf142c72242f123abd25f495645.zip
Bug 546451 - Default Copyright Tool template does not match common
copyright header Change-Id: Ic88ffd00ef15527797072f953ce83b08539b1c96 Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
-rw-r--r--bundles/org.eclipse.releng.tools/src/org/eclipse/releng/tools/messages.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.releng.tools/src/org/eclipse/releng/tools/messages.properties b/bundles/org.eclipse.releng.tools/src/org/eclipse/releng/tools/messages.properties
index baa88772..5c1ac7e6 100644
--- a/bundles/org.eclipse.releng.tools/src/org/eclipse/releng/tools/messages.properties
+++ b/bundles/org.eclipse.releng.tools/src/org/eclipse/releng/tools/messages.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2003, 2017 IBM Corporation and others.
+# Copyright (c) 2003, 2019 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
@@ -15,7 +15,7 @@ RelEngPlugin.0=POM version validation
RelEngPlugin.1=org.eclipse.releng
RelEngPlugin.2=maps
RelEngPlugin.3=RelEngPluginResources
-RelEngPreferenceInitializer.0=Copyright (c) ${date} IBM Corporation and others.\n This program and the accompanying materials\nare made available under the terms of the Eclipse Public License 2.0\nwhich accompanies this distribution, and is available at\nhttps://www.eclipse.org/legal/epl-2.0/\n\nContributors:\n IBM Corporation - initial API and implementation
+RelEngPreferenceInitializer.0=Copyright (c) ${date} IBM Corporation and others.\n\nThis program and the accompanying materials\nare made available under the terms of the Eclipse Public License 2.0\nwhich accompanies this distribution, and is available at\nhttps://www.eclipse.org/legal/epl-2.0/\n\nSPDX-License-Identifier: EPL-2.0\n\nContributors:\n IBM Corporation - initial API and implementation
RemoveConsoleAction.Text=Remove
RemoveAllConsolesAction.Text=Remove All
CopyrightPreferencePage.0=Use "${date}" to substitute in "creation_year, revision_year"

Back to the top