diff options
author | Markus Knauer | 2017-02-01 16:57:51 +0000 |
---|---|---|
committer | Markus Knauer | 2017-02-01 16:57:51 +0000 |
commit | 1e1084b425952e3a9949b698496703f8ffa2c880 (patch) | |
tree | 36a641af0d8400c38b15f902b6c54b75489e7e5c /packages/org.eclipse.epp.package.cpp | |
parent | 9534f6b6f48ea7952a55229ffe4a43e09f417c8d (diff) | |
download | org.eclipse.epp.packages-1e1084b425952e3a9949b698496703f8ffa2c880.tar.gz org.eclipse.epp.packages-1e1084b425952e3a9949b698496703f8ffa2c880.tar.xz org.eclipse.epp.packages-1e1084b425952e3a9949b698496703f8ffa2c880.zip |
2017 copyright updates
Change-Id: I8e36b27ba7f4568e6681041a6e62246c1b59beee
Signed-off-by: Markus Knauer <mknauer@eclipsesource.com>
Diffstat (limited to 'packages/org.eclipse.epp.package.cpp')
-rw-r--r-- | packages/org.eclipse.epp.package.cpp/about.properties | 4 | ||||
-rw-r--r-- | packages/org.eclipse.epp.package.cpp/plugin.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/packages/org.eclipse.epp.package.cpp/about.properties b/packages/org.eclipse.epp.package.cpp/about.properties index 25d610ae..bd62f701 100644 --- a/packages/org.eclipse.epp.package.cpp/about.properties +++ b/packages/org.eclipse.epp.package.cpp/about.properties @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2000, 2016 IBM Corporation and others. +# Copyright (c) 2000, 2017 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 @@ -21,5 +21,5 @@ blurb=Eclipse IDE for C/C++ Developers\n\ Version: {featureVersion}\n\ Build id: {0}\n\ \n\ -(c) Copyright Eclipse contributors and others 2000, 2016. All rights reserved.\n\ +(c) Copyright Eclipse contributors and others 2000, 2017. All rights reserved.\n\ Visit https://www.eclipse.org/epp/\n\ diff --git a/packages/org.eclipse.epp.package.cpp/plugin.xml b/packages/org.eclipse.epp.package.cpp/plugin.xml index ce8c2700..26229e3f 100644 --- a/packages/org.eclipse.epp.package.cpp/plugin.xml +++ b/packages/org.eclipse.epp.package.cpp/plugin.xml @@ -18,7 +18,7 @@ </property> <property name="aboutText" - value="Eclipse IDE for C/C++ Developers

Version: {1}
Build id: {0}

(c) Copyright Eclipse contributors and others 2000, 2016. All rights reserved. Eclipse and the Eclipse logo are trademarks of the Eclipse Foundation, Inc., https://www.eclipse.org/. The Eclipse logo cannot be altered without Eclipse's permission. Eclipse logos are provided for use under the Eclipse logo and trademark guidelines, https://www.eclipse.org/logotm/. Oracle and Java are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.

This product includes software developed by other open source projects including the Apache Software Foundation, https://www.apache.org/.
"> + value="Eclipse IDE for C/C++ Developers

Version: {1}
Build id: {0}

(c) Copyright Eclipse contributors and others 2000, 2017. All rights reserved. Eclipse and the Eclipse logo are trademarks of the Eclipse Foundation, Inc., https://www.eclipse.org/. The Eclipse logo cannot be altered without Eclipse's permission. Eclipse logos are provided for use under the Eclipse logo and trademark guidelines, https://www.eclipse.org/logotm/. Oracle and Java are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.

This product includes software developed by other open source projects including the Apache Software Foundation, https://www.apache.org/.
"> </property> <property name="startupForegroundColor" |