Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDani Megert2020-03-02 15:16:13 +0000
committerDani Megert2020-03-02 15:16:13 +0000
commit9e39ae979c3927af1defa36d27bc6c2bbadc87fd (patch)
tree90a47dae855b866315e48b84115abb6443edaec5
parentcbec584d56b3c18009c8ff0fbcfabe9042d4a52d (diff)
downloadeclipse.platform.ua-9e39ae979c3927af1defa36d27bc6c2bbadc87fd.tar.gz
eclipse.platform.ua-9e39ae979c3927af1defa36d27bc6c2bbadc87fd.tar.xz
eclipse.platform.ua-9e39ae979c3927af1defa36d27bc6c2bbadc87fd.zip
Fixed bug 560578: Incorrect copyright date in Eclipse SDK and Eclipse platform products and featuresX20200302-1900I20200302-1800
-rw-r--r--org.eclipse.help.base/about.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.help.base/about.properties b/org.eclipse.help.base/about.properties
index d78c7ff29..1ea429f9b 100644
--- a/org.eclipse.help.base/about.properties
+++ b/org.eclipse.help.base/about.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2000, 2018 IBM Corporation and others.
+# Copyright (c) 2000, 2020 IBM Corporation and others.
#
# This program and the accompanying materials
# are made available under the terms of the Eclipse Public License 2.0
@@ -22,6 +22,6 @@ blurb=Eclipse Help\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
-(c) Copyright Eclipse contributors and others 2000, 2019. All rights reserved.\n\
+(c) Copyright Eclipse contributors and others 2000, 2020. All rights reserved.\n\
Visit http://www.eclipse.org/platform

Back to the top