diff options
author | acolyer <acolyer> | 2006-06-01 09:33:56 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2006-06-01 09:33:56 +0000 |
commit | b6c89301f2389edcd017c66968cce7d628a708a0 (patch) | |
tree | 34ada1d1ced823b6630f57fffb4f1c68c0679228 /tests/java5/ataspectj | |
parent | 7fefd3c08bf3be0317742b6b1c85aeb16f66ba90 (diff) | |
download | aspectj-b6c89301f2389edcd017c66968cce7d628a708a0.tar.gz aspectj-b6c89301f2389edcd017c66968cce7d628a708a0.zip |
update license to EPL
Diffstat (limited to 'tests/java5/ataspectj')
5 files changed, 10 insertions, 10 deletions
diff --git a/tests/java5/ataspectj/ataspectj/AllLTWTests.java b/tests/java5/ataspectj/ataspectj/AllLTWTests.java index 252e12af6..b98d7c210 100644 --- a/tests/java5/ataspectj/ataspectj/AllLTWTests.java +++ b/tests/java5/ataspectj/ataspectj/AllLTWTests.java @@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005 Contributors. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Common Public License v1.0 + * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/cpl-v10.html + * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Alexandre Vasseur initial implementation diff --git a/tests/java5/ataspectj/ataspectj/TestInterface.java b/tests/java5/ataspectj/ataspectj/TestInterface.java index beac1461b..28d4f29f9 100644 --- a/tests/java5/ataspectj/ataspectj/TestInterface.java +++ b/tests/java5/ataspectj/ataspectj/TestInterface.java @@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Common Public License v1.0 + * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/cpl-v10.html + * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Matthew Webster - initial implementation diff --git a/tests/java5/ataspectj/ataspectj/TestProxyGenerator.java b/tests/java5/ataspectj/ataspectj/TestProxyGenerator.java index 1dc0e9aac..e7fa8e750 100644 --- a/tests/java5/ataspectj/ataspectj/TestProxyGenerator.java +++ b/tests/java5/ataspectj/ataspectj/TestProxyGenerator.java @@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Common Public License v1.0 + * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/cpl-v10.html + * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Matthew Webster - initial implementation diff --git a/tests/java5/ataspectj/com/foo/bar/Test$$EnhancerByCGLIB$$12345.java b/tests/java5/ataspectj/com/foo/bar/Test$$EnhancerByCGLIB$$12345.java index 3640800b6..6f637c978 100644 --- a/tests/java5/ataspectj/com/foo/bar/Test$$EnhancerByCGLIB$$12345.java +++ b/tests/java5/ataspectj/com/foo/bar/Test$$EnhancerByCGLIB$$12345.java @@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Common Public License v1.0 + * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/cpl-v10.html + * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Matthew Webster - initial implementation diff --git a/tests/java5/ataspectj/com/foo/bar/Test.java b/tests/java5/ataspectj/com/foo/bar/Test.java index a1629a7b4..3fc535d19 100644 --- a/tests/java5/ataspectj/com/foo/bar/Test.java +++ b/tests/java5/ataspectj/com/foo/bar/Test.java @@ -1,9 +1,9 @@ /******************************************************************************* * Copyright (c) 2005 IBM Corporation and others. * All rights reserved. This program and the accompanying materials - * are made available under the terms of the Common Public License v1.0 + * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at - * http://www.eclipse.org/legal/cpl-v10.html + * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Matthew Webster - initial implementation |