aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test/java/org/aspectj/systemtest/ajc170
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2021-06-04 07:58:52 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2021-06-04 07:58:52 +0700
commit49cb924f5402c9d24379ae1af62def6fa5892649 (patch)
tree69844405209043e2e18aa9eef0f01f287bc1ae52 /tests/src/test/java/org/aspectj/systemtest/ajc170
parent82df3f0fc9842758f15f12299c9113e48f1ccb5c (diff)
downloadaspectj-49cb924f5402c9d24379ae1af62def6fa5892649.tar.gz
aspectj-49cb924f5402c9d24379ae1af62def6fa5892649.zip
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 <Alexander@Kriegisch.name>
Diffstat (limited to 'tests/src/test/java/org/aspectj/systemtest/ajc170')
-rw-r--r--tests/src/test/java/org/aspectj/systemtest/ajc170/Ajc170Tests.java4
-rw-r--r--tests/src/test/java/org/aspectj/systemtest/ajc170/AllTestsAspectJ170.java4
-rw-r--r--tests/src/test/java/org/aspectj/systemtest/ajc170/IndyTests.java10
3 files changed, 9 insertions, 9 deletions
diff --git a/tests/src/test/java/org/aspectj/systemtest/ajc170/Ajc170Tests.java b/tests/src/test/java/org/aspectj/systemtest/ajc170/Ajc170Tests.java
index 42b28c110..a8661038a 100644
--- a/tests/src/test/java/org/aspectj/systemtest/ajc170/Ajc170Tests.java
+++ b/tests/src/test/java/org/aspectj/systemtest/ajc170/Ajc170Tests.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2008-2012 Contributors
* 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 v 2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt
*
* Contributors:
* Andy Clement - initial API and implementation
diff --git a/tests/src/test/java/org/aspectj/systemtest/ajc170/AllTestsAspectJ170.java b/tests/src/test/java/org/aspectj/systemtest/ajc170/AllTestsAspectJ170.java
index fbb7cd2c9..a6f1df250 100644
--- a/tests/src/test/java/org/aspectj/systemtest/ajc170/AllTestsAspectJ170.java
+++ b/tests/src/test/java/org/aspectj/systemtest/ajc170/AllTestsAspectJ170.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2008 Contributors
* 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 v 2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt
*
* Contributors:
* Andy Clement - initial API and implementation
diff --git a/tests/src/test/java/org/aspectj/systemtest/ajc170/IndyTests.java b/tests/src/test/java/org/aspectj/systemtest/ajc170/IndyTests.java
index b28ddbafa..4aaafa10b 100644
--- a/tests/src/test/java/org/aspectj/systemtest/ajc170/IndyTests.java
+++ b/tests/src/test/java/org/aspectj/systemtest/ajc170/IndyTests.java
@@ -1,9 +1,9 @@
/*******************************************************************************
* Copyright (c) 2008 Contributors
* 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 v 2.0
* which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
+ * https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.txt
*
* Contributors:
* Andy Clement - initial API and implementation
@@ -18,7 +18,7 @@ import junit.framework.Test;
/**
* @author Andy Clement
- */
+ */
public class IndyTests extends org.aspectj.testing.XMLBasedAjcTestCase {
// staticinitialization on bytecode containing methodtyperef/methodhandle/bootstrapmethods/invokedynamic
@@ -30,12 +30,12 @@ public class IndyTests extends org.aspectj.testing.XMLBasedAjcTestCase {
public void testInvokeDynamic_execution() throws IOException {
runTest("indy - 2");
}
-
+
// call pointcuts on same bytecode
public void testInvokeDynamic_call() throws IOException {
runTest("indy - 3");
}
-
+
// within(Code1) on same bytecode
public void testInvokeDynamic_target() throws IOException {
runTest("indy - 4");