diff options
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 8d7b2d98..970dfa1c 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, 2015 IBM Corporation and others. +# Copyright (c) 2000, 2016 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, 2015. All rights reserved.\n\ +(c) Copyright Eclipse contributors and others 2000, 2016. All rights reserved.\n\ Visit http://www.eclipse.org/eclipse\n\ diff --git a/packages/org.eclipse.epp.package.cpp/plugin.xml b/packages/org.eclipse.epp.package.cpp/plugin.xml index f2c59c60..ae1b86cb 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, 2015. 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, 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/.
"> </property> <property name="startupForegroundColor" |