diff options
author | Quentin Le Menez | 2018-08-03 12:18:09 +0000 |
---|---|---|
committer | Patrick Tessier | 2018-08-22 09:13:32 +0000 |
commit | d785a07fb65d3f1151a6fb5d022a54cfa538fd81 (patch) | |
tree | ec358a9ac9b1df364f7544056d7a091bc2f7400c /tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests | |
parent | 2b3978260e26499d859da94206842dd35832ffed (diff) | |
download | org.eclipse.papyrus-d785a07fb65d3f1151a6fb5d022a54cfa538fd81.tar.gz org.eclipse.papyrus-d785a07fb65d3f1151a6fb5d022a54cfa538fd81.tar.xz org.eclipse.papyrus-d785a07fb65d3f1151a6fb5d022a54cfa538fd81.zip |
Bug 537653 - [EPL] Move to the new EPL2.0 license
- Misc changes for the migration to EPL 2.0
Change-Id: I3e7a68e25f6d0b5b9f84c09fadc1249dae824164
Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests')
2 files changed, 13 insertions, 13 deletions
diff --git a/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/resources/feature_project/feature.xml b/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/resources/feature_project/feature.xml index 01d329d5fbd..9d6859e6c1f 100644 --- a/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/resources/feature_project/feature.xml +++ b/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/resources/feature_project/feature.xml @@ -1,14 +1,14 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <feature id="org.eclipse.papyrus.extra.umlrt.feature" label="Papyrus RT" provider-name="Papyrus Project" version="1.2.0.qualifier"> - <copyright url="http://www.eclipse.org/legal/epl-v10.html"> + <copyright url="http://www.eclipse.org/legal/epl-2.0"> Copyright (c) 2013 CEA LIST -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 + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Public License Version 2.0 + which accompanies this distribution, and is available at + http://www.eclipse.org/legal/epl-2.0 -http://www.eclipse.org/legal/epl-v10.html + SPDX-License-Identifier: EPL-2.0 </copyright> <license url="http://localhost/license.html"> @@ -29,4 +29,4 @@ http://www.eclipse.org/legal/epl-v10.html <plugin download-size="0" id="org.eclipse.papyrus.umlrt.ui" install-size="0" unpack="false" version="0.0.0"/> -</feature>
\ No newline at end of file +</feature> diff --git a/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/resources/platform_feature/feature.xml b/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/resources/platform_feature/feature.xml index 7f1a5ea2375..ee57c90760c 100644 --- a/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/resources/platform_feature/feature.xml +++ b/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/resources/platform_feature/feature.xml @@ -13,14 +13,14 @@ The Papyrus implementation of UML for Real-Time and embedded systems. </description> - <copyright url="http://www.eclipse.org/legal/epl-v10.html"> + <copyright url="http://www.eclipse.org/legal/epl-2.0"> Copyright (c) 2013 CEA LIST -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 + All rights reserved. This program and the accompanying materials + are made available under the terms of the Eclipse Public License Version 2.0 + which accompanies this distribution, and is available at + http://www.eclipse.org/legal/epl-2.0 -http://www.eclipse.org/legal/epl-v10.html + SPDX-License-Identifier: EPL-2.0 </copyright> <license url="http://localhost/license.html"> |