diff options
author | Quentin Le Menez | 2018-07-31 09:30:04 +0000 |
---|---|---|
committer | ptessier | 2018-08-22 12:52:35 +0000 |
commit | 6f6dae5425ecbdf133f65979645b2ec69237f121 (patch) | |
tree | 6116d4131ce2d24e91e8fe18e207e6f9c948c8fb /tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests | |
parent | c62deb99053e5af1760e3d3cbf8cd18e8077fa8d (diff) | |
download | org.eclipse.papyrus-6f6dae5425ecbdf133f65979645b2ec69237f121.tar.gz org.eclipse.papyrus-6f6dae5425ecbdf133f65979645b2ec69237f121.tar.xz org.eclipse.papyrus-6f6dae5425ecbdf133f65979645b2ec69237f121.zip |
Bug 537653 - [EPL] Edti properties files
- move the plugin.properties files to the new EPL2.0 license
- move the build.properties files to the new EPL2.0 license when available
Change-Id: Ie860b3d74eb82ce5542b6fbe1f2bfcc67cea02f4
Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests')
-rw-r--r-- | tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/build.properties | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/build.properties b/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/build.properties index 74ebb5f9be9..473a29477d8 100644 --- a/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/build.properties +++ b/tests/junit/plugins/editor/org.eclipse.papyrus.eclipse.project.editors.tests/build.properties @@ -2,9 +2,11 @@ # Copyright (c) 2016 Christian W. Damus and others # # All rights reserved. This program and the accompanying materials -# are made available under the terms of the Eclipse Public License v1.0 +# are made available under the terms of the Eclipse Public License 2.0 # which accompanies this distribution, and is available at -# http://www.eclipse.org/legal/epl-v10.html +# https://www.eclipse.org/legal/epl-2.0/ +# +# SPDX-License-Identifier: EPL-2.0 # # Contributors: # Christian W. Damus - Initial API and implementation |