From 49cb924f5402c9d24379ae1af62def6fa5892649 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Fri, 4 Jun 2021 07:58:52 +0700 Subject: Upgrade license from CPLv1/EPLv1 to EPLv2 This was required by the Eclipse team as one precondition for the next release. Signed-off-by: Alexander Kriegisch --- .../src/test/java/RunTheseBeforeYouCommitTests.java | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'run-all-junit-tests') diff --git a/run-all-junit-tests/src/test/java/RunTheseBeforeYouCommitTests.java b/run-all-junit-tests/src/test/java/RunTheseBeforeYouCommitTests.java index 4515959c9..a696b71ba 100644 --- a/run-all-junit-tests/src/test/java/RunTheseBeforeYouCommitTests.java +++ b/run-all-junit-tests/src/test/java/RunTheseBeforeYouCommitTests.java @@ -1,11 +1,11 @@ /* ******************************************************************* * Copyright (c) 2005-2019 Contributors. - * 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 - * http://eclipse.org/legal/epl-v10.html - * + * All rights reserved. + * This program and the accompanying materials are made available + * under the terms of the Eclipse Public License v 2.0 + * which accompanies this distribution and is available at + * https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt + * * ******************************************************************/ import org.aspectj.ajde.AjdeModuleTests; import org.aspectj.ajde.core.AjdeCoreModuleTests; @@ -53,16 +53,16 @@ public class RunTheseBeforeYouCommitTests { // suite.addTest(AjbrowserModuleTests.suite()); // There are none so far... // suite.addTest(LibModuleTests.suite()); // anyone using this? suite.addTest(AjdtCoreModuleTests.suite()); - + // Support modules suite.addTest(TestingModuleTests.suite()); suite.addTest(TestingClientModuleTests.suite()); suite.addTest(TestingDriversModuleTests.suite()); suite.addTest(TestingUtilModuleTests.suite()); suite.addTest(BuildModuleTests.suite()); - + // Compiler tests - suite.addTest(TestsModuleTests.suite()); + suite.addTest(TestsModuleTests.suite()); return suite; } -- cgit v1.2.3