Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Le Menez2018-07-12 07:14:00 +0000
committerPatrick Tessier2018-08-21 08:27:05 +0000
commit557dfaa5334320c26c8942426011d283fbe8909f (patch)
tree493e2f4e018893cafdfcac39d1dc4db4fb93ddcd /tests/junit/plugins/toolsmiths
parent392f6323a7986cd86354d38831c15554383c93c6 (diff)
downloadorg.eclipse.papyrus-557dfaa5334320c26c8942426011d283fbe8909f.tar.gz
org.eclipse.papyrus-557dfaa5334320c26c8942426011d283fbe8909f.tar.xz
org.eclipse.papyrus-557dfaa5334320c26c8942426011d283fbe8909f.zip
Bug 537653 - [EPL] Update java files headers
- replaced the reference in the java files headers - added the SPDX-License-Identifier Change-Id: Ia376515730e2430e8671c2b5c66f7b510894e5c6 Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
Diffstat (limited to 'tests/junit/plugins/toolsmiths')
-rw-r--r--tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/AbstractMigratorTest.java6
-rw-r--r--tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/Activator.java6
-rw-r--r--tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/AllTests.java6
-rw-r--r--tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/MigrationTestDelegate.java6
-rw-r--r--tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/automatic/AutomaticMigrationTest.java6
-rw-r--r--tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/automatic/AutomaticModelUtil.java6
-rw-r--r--tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/automatic/AutomaticProfileUtil.java6
-rw-r--r--tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/AddPropertyToStereotypeTest.java6
-rw-r--r--tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/ChangeIsAbstractFromStereotypeTest.java6
-rw-r--r--tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/ChangeIsStaticFromPropertyTest.java6
-rw-r--r--tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/ChangeMultiplicityFromPropertyMigratorTest.java6
-rw-r--r--tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/DeleteEnumLiteralFromEnumerationTest.java6
-rw-r--r--tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/MoveMigratorTest.java6
-rwxr-xr-xtests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/test/org/eclipse/papyrus/toolsmiths/suite/tests/Activator.java6
-rwxr-xr-xtests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/test/org/eclipse/papyrus/toolsmiths/suite/tests/AllTests.java6
15 files changed, 60 insertions, 30 deletions
diff --git a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/AbstractMigratorTest.java b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/AbstractMigratorTest.java
index 40eab40a8ad..25985748974 100644
--- a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/AbstractMigratorTest.java
+++ b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/AbstractMigratorTest.java
@@ -3,9 +3,11 @@
*
*
* 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:
* Pauline DEVILLE (CEA LIST) pauline.deville@cea.fr - Initial API and implementation
diff --git a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/Activator.java b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/Activator.java
index 9d247069aa9..02dd9ab6fc9 100644
--- a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/Activator.java
+++ b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/Activator.java
@@ -3,9 +3,11 @@
*
*
* 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:
* Pauline DEVILLE (CEA LIST) pauline.deville@cea.fr - Initial API and implementation
diff --git a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/AllTests.java b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/AllTests.java
index 513a6cc5ef5..ed3b7d26c6e 100644
--- a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/AllTests.java
+++ b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/AllTests.java
@@ -3,9 +3,11 @@
*
*
* 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:
* Pauline DEVILLE (CEA LIST) pauline.deville@cea.fr - Initial API and implementation
diff --git a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/MigrationTestDelegate.java b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/MigrationTestDelegate.java
index 5b6b483cab1..34441c7947a 100644
--- a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/MigrationTestDelegate.java
+++ b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/MigrationTestDelegate.java
@@ -3,9 +3,11 @@
*
*
* 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:
* Pauline DEVILLE (CEA LIST) pauline.deville@cea.fr - Initial API and implementation
diff --git a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/automatic/AutomaticMigrationTest.java b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/automatic/AutomaticMigrationTest.java
index 1f2d03baab4..ba2cee728e1 100644
--- a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/automatic/AutomaticMigrationTest.java
+++ b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/automatic/AutomaticMigrationTest.java
@@ -3,9 +3,11 @@
*
*
* 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:
* Pauline DEVILLE (CEA LIST) pauline.deville@cea.fr - Initial API and implementation
diff --git a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/automatic/AutomaticModelUtil.java b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/automatic/AutomaticModelUtil.java
index c82a09a2b29..53e842eea7f 100644
--- a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/automatic/AutomaticModelUtil.java
+++ b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/automatic/AutomaticModelUtil.java
@@ -3,9 +3,11 @@
*
*
* 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:
* Pauline DEVILLE (CEA LIST) pauline.deville@cea.fr - Initial API and implementation
diff --git a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/automatic/AutomaticProfileUtil.java b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/automatic/AutomaticProfileUtil.java
index 7c98ef79a98..a6fc6c23910 100644
--- a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/automatic/AutomaticProfileUtil.java
+++ b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/automatic/AutomaticProfileUtil.java
@@ -3,9 +3,11 @@
*
*
* 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:
* Pauline DEVILLE (CEA LIST) pauline.deville@cea.fr - Initial API and implementation
diff --git a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/AddPropertyToStereotypeTest.java b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/AddPropertyToStereotypeTest.java
index 84866a3d6dd..dfb68057f6e 100644
--- a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/AddPropertyToStereotypeTest.java
+++ b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/AddPropertyToStereotypeTest.java
@@ -3,9 +3,11 @@
*
*
* 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:
* Pauline DEVILLE (CEA LIST) pauline.deville@cea.fr - Initial API and implementation
diff --git a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/ChangeIsAbstractFromStereotypeTest.java b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/ChangeIsAbstractFromStereotypeTest.java
index e4c66fd689b..968092fd333 100644
--- a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/ChangeIsAbstractFromStereotypeTest.java
+++ b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/ChangeIsAbstractFromStereotypeTest.java
@@ -3,9 +3,11 @@
*
*
* 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:
* Pauline DEVILLE (CEA LIST) pauline.deville@cea.fr - Initial API and implementation
diff --git a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/ChangeIsStaticFromPropertyTest.java b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/ChangeIsStaticFromPropertyTest.java
index 36573e35950..ef68be0517d 100644
--- a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/ChangeIsStaticFromPropertyTest.java
+++ b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/ChangeIsStaticFromPropertyTest.java
@@ -3,9 +3,11 @@
*
*
* 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:
* Pauline DEVILLE (CEA LIST) pauline.deville@cea.fr - Initial API and implementation
diff --git a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/ChangeMultiplicityFromPropertyMigratorTest.java b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/ChangeMultiplicityFromPropertyMigratorTest.java
index 6d496649d2f..d90f12c4da6 100644
--- a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/ChangeMultiplicityFromPropertyMigratorTest.java
+++ b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/ChangeMultiplicityFromPropertyMigratorTest.java
@@ -3,9 +3,11 @@
*
*
* 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:
* Pauline DEVILLE (CEA LIST) pauline.deville@cea.fr - Initial API and implementation
diff --git a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/DeleteEnumLiteralFromEnumerationTest.java b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/DeleteEnumLiteralFromEnumerationTest.java
index d8e2a771158..cf9a2febb7d 100644
--- a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/DeleteEnumLiteralFromEnumerationTest.java
+++ b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/DeleteEnumLiteralFromEnumerationTest.java
@@ -3,9 +3,11 @@
*
*
* 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:
* Pauline DEVILLE (CEA LIST) pauline.deville@cea.fr - Initial API and implementation
diff --git a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/MoveMigratorTest.java b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/MoveMigratorTest.java
index 41e9da6442a..e022040b65b 100644
--- a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/MoveMigratorTest.java
+++ b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.profilemigration.tests/src/org/eclipse/papyrus/toolsmiths/profilemigration/tests/migrators/MoveMigratorTest.java
@@ -3,9 +3,11 @@
*
*
* 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:
* Pauline DEVILLE (CEA LIST) pauline.deville@cea.fr - Initial API and implementation
diff --git a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/test/org/eclipse/papyrus/toolsmiths/suite/tests/Activator.java b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/test/org/eclipse/papyrus/toolsmiths/suite/tests/Activator.java
index 117ceac3507..eb129161031 100755
--- a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/test/org/eclipse/papyrus/toolsmiths/suite/tests/Activator.java
+++ b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/test/org/eclipse/papyrus/toolsmiths/suite/tests/Activator.java
@@ -3,9 +3,11 @@
*
*
* 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:
* Pauline DEVILLE (CEA LIST) pauline.deville@cea.fr - Initial API and implementation
diff --git a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/test/org/eclipse/papyrus/toolsmiths/suite/tests/AllTests.java b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/test/org/eclipse/papyrus/toolsmiths/suite/tests/AllTests.java
index 88b4fc667bb..bb7c8e705f3 100755
--- a/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/test/org/eclipse/papyrus/toolsmiths/suite/tests/AllTests.java
+++ b/tests/junit/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.suite.tests/test/org/eclipse/papyrus/toolsmiths/suite/tests/AllTests.java
@@ -3,9 +3,11 @@
*
*
* 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:
* Pauline DEVILLE (CEA LIST) pauline.deville@cea.fr - Initial API and implementation

Back to the top