diff options
author | Quentin Le Menez | 2020-03-19 16:17:51 +0000 |
---|---|---|
committer | Quentin Le Menez | 2020-03-19 16:17:51 +0000 |
commit | 996bb8b66e67b9fdd7018a97c432d807db500be2 (patch) | |
tree | abed0a1589b0a44a1131ba82d4a30a059d770274 | |
parent | ecbbf11a59998b9e4a7f43ebd228658861c2f45d (diff) | |
download | org.eclipse.papyrus-bugs/4.7.0_RCP.tar.gz org.eclipse.papyrus-bugs/4.7.0_RCP.tar.xz org.eclipse.papyrus-bugs/4.7.0_RCP.zip |
Bug 558391 - [RCP] 2020-03 4.7.0 RCPbugs/4.7.0_RCP
- Fix remaining copyright errors
Change-Id: I53c396870b97fb9cc24930a329eb519f5007868e
Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
-rw-r--r-- | releng/rcp/org.eclipse.papyrus.rcp/plugin.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/rcp/org.eclipse.papyrus.rcp/plugin.xml b/releng/rcp/org.eclipse.papyrus.rcp/plugin.xml index 48fe08c0d48..4fcf821a329 100644 --- a/releng/rcp/org.eclipse.papyrus.rcp/plugin.xml +++ b/releng/rcp/org.eclipse.papyrus.rcp/plugin.xml @@ -6,7 +6,7 @@ point="org.eclipse.core.runtime.products"> <product application="org.eclipse.ui.ide.workbench" - description="Papyrus

Version: {1}

(c) Copyright Eclipse contributors and others 2000-2019. All rights reserved.
Visit http://www.eclipse.org/platform

This product includes software developed by the
Apache Software Foundation http://www.apache.org/" + description="Papyrus

Version: {1}

(c) Copyright Eclipse contributors and others 2000-2020. All rights reserved.
Visit http://www.eclipse.org/platform

This product includes software developed by the
Apache Software Foundation http://www.apache.org/" name="Papyrus"> <property name="windowImages" value="icons/papyrus16.png,icons/papyrus32.png,icons/papyrus48.png,icons/papyrus64.png,icons/papyrus128.png"/> <property name="aboutImage" value="icons/papyrus_lg.png"/> @@ -47,7 +47,7 @@ </property> <property name="aboutText" - value="Papyrus

Version: {1}
Build id: {0}

Copyright CEA LIST and others 2019. http://www.eclipse.org/papyrus

(c) Copyright Eclipse contributors and others 2000-2019. 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="Papyrus

Version: {1}
Build id: {0}

Copyright CEA LIST and others 2020. http://www.eclipse.org/papyrus

(c) Copyright Eclipse contributors and others 2000-2020. 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="preferenceCustomization" |