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 /testing/newsrc | |
parent | 7fefd3c08bf3be0317742b6b1c85aeb16f66ba90 (diff) | |
download | aspectj-b6c89301f2389edcd017c66968cce7d628a708a0.tar.gz aspectj-b6c89301f2389edcd017c66968cce7d628a708a0.zip |
update license to EPL
Diffstat (limited to 'testing/newsrc')
11 files changed, 22 insertions, 22 deletions
diff --git a/testing/newsrc/org/aspectj/testing/AjcTest.java b/testing/newsrc/org/aspectj/testing/AjcTest.java index 860a3ca72..93c95487c 100644 --- a/testing/newsrc/org/aspectj/testing/AjcTest.java +++ b/testing/newsrc/org/aspectj/testing/AjcTest.java @@ -2,9 +2,9 @@ * Copyright (c) 2004 IBM Corporation * All rights reserved. * This program and the accompanying materials are made available - * under the terms of the Common Public License v1.0 + * 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: * Adrian Colyer, diff --git a/testing/newsrc/org/aspectj/testing/AutowiredXMLBasedAjcTestCase.java b/testing/newsrc/org/aspectj/testing/AutowiredXMLBasedAjcTestCase.java index 02adcd515..718f21f50 100644 --- a/testing/newsrc/org/aspectj/testing/AutowiredXMLBasedAjcTestCase.java +++ b/testing/newsrc/org/aspectj/testing/AutowiredXMLBasedAjcTestCase.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: * initial implementation Alexandre Vasseur diff --git a/testing/newsrc/org/aspectj/testing/CompileSpec.java b/testing/newsrc/org/aspectj/testing/CompileSpec.java index 0d4d230eb..897e41228 100644 --- a/testing/newsrc/org/aspectj/testing/CompileSpec.java +++ b/testing/newsrc/org/aspectj/testing/CompileSpec.java @@ -2,9 +2,9 @@ * Copyright (c) 2004 IBM Corporation * All rights reserved. * This program and the accompanying materials are made available - * under the terms of the Common Public License v1.0 + * 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: * Adrian Colyer, diff --git a/testing/newsrc/org/aspectj/testing/ExpectedMessageSpec.java b/testing/newsrc/org/aspectj/testing/ExpectedMessageSpec.java index f1561a38b..2193b55ae 100644 --- a/testing/newsrc/org/aspectj/testing/ExpectedMessageSpec.java +++ b/testing/newsrc/org/aspectj/testing/ExpectedMessageSpec.java @@ -2,9 +2,9 @@ * Copyright (c) 2004 IBM Corporation * All rights reserved. * This program and the accompanying materials are made available - * under the terms of the Common Public License v1.0 + * 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: * Adrian Colyer, diff --git a/testing/newsrc/org/aspectj/testing/ITestStep.java b/testing/newsrc/org/aspectj/testing/ITestStep.java index babda87d5..2c57e873a 100644 --- a/testing/newsrc/org/aspectj/testing/ITestStep.java +++ b/testing/newsrc/org/aspectj/testing/ITestStep.java @@ -2,9 +2,9 @@ * Copyright (c) 2004 IBM Corporation * All rights reserved. * This program and the accompanying materials are made available - * under the terms of the Common Public License v1.0 + * 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: * Adrian Colyer, diff --git a/testing/newsrc/org/aspectj/testing/MakeTestClass.java b/testing/newsrc/org/aspectj/testing/MakeTestClass.java index 06667c9b9..b4634a697 100644 --- a/testing/newsrc/org/aspectj/testing/MakeTestClass.java +++ b/testing/newsrc/org/aspectj/testing/MakeTestClass.java @@ -30,9 +30,9 @@ public class MakeTestClass { " * Copyright (c) 2004 IBM Corporation\n" + " * All rights reserved.\n" + " * This program and the accompanying materials are made available\n" + - " * under the terms of the Common Public License v1.0\n" + + " * under the terms of the Eclipse Public License v1.0\n" + " * which accompanies this distribution and is available at\n" + - " * http://www.eclipse.org/legal/cpl-v10.html \n" + + " * http://www.eclipse.org/legal/epl-v10.html \n" + " * \n" + " * ******************************************************************/\n" + "package org.aspectj.systemtest.XXX;\n" + diff --git a/testing/newsrc/org/aspectj/testing/OutputLine.java b/testing/newsrc/org/aspectj/testing/OutputLine.java index 6c5a0f3d1..d7350428a 100644 --- a/testing/newsrc/org/aspectj/testing/OutputLine.java +++ b/testing/newsrc/org/aspectj/testing/OutputLine.java @@ -2,9 +2,9 @@ * Copyright (c) 2005 IBM Corporation * All rights reserved. * This program and the accompanying materials are made available - * under the terms of the Common Public License v1.0 + * 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: * Adrian Colyer, diff --git a/testing/newsrc/org/aspectj/testing/OutputSpec.java b/testing/newsrc/org/aspectj/testing/OutputSpec.java index 45a7a02d6..edc870022 100644 --- a/testing/newsrc/org/aspectj/testing/OutputSpec.java +++ b/testing/newsrc/org/aspectj/testing/OutputSpec.java @@ -2,9 +2,9 @@ * Copyright (c) 2005 IBM Corporation * All rights reserved. * This program and the accompanying materials are made available - * under the terms of the Common Public License v1.0 + * 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: * Adrian Colyer, diff --git a/testing/newsrc/org/aspectj/testing/RunSpec.java b/testing/newsrc/org/aspectj/testing/RunSpec.java index 485012104..7318a4315 100644 --- a/testing/newsrc/org/aspectj/testing/RunSpec.java +++ b/testing/newsrc/org/aspectj/testing/RunSpec.java @@ -2,9 +2,9 @@ * Copyright (c) 2004 IBM Corporation * All rights reserved. * This program and the accompanying materials are made available - * under the terms of the Common Public License v1.0 + * 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: * Adrian Colyer, diff --git a/testing/newsrc/org/aspectj/testing/WeaveSpec.java b/testing/newsrc/org/aspectj/testing/WeaveSpec.java index ef7e00193..31fb4d70a 100644 --- a/testing/newsrc/org/aspectj/testing/WeaveSpec.java +++ b/testing/newsrc/org/aspectj/testing/WeaveSpec.java @@ -2,9 +2,9 @@ * Copyright (c) 2005 IBM Corporation * All rights reserved. * This program and the accompanying materials are made available - * under the terms of the Common Public License v1.0 + * 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: * Adrian Colyer, diff --git a/testing/newsrc/org/aspectj/testing/XMLBasedAjcTestCase.java b/testing/newsrc/org/aspectj/testing/XMLBasedAjcTestCase.java index fbefbccb2..ed76b52c6 100644 --- a/testing/newsrc/org/aspectj/testing/XMLBasedAjcTestCase.java +++ b/testing/newsrc/org/aspectj/testing/XMLBasedAjcTestCase.java @@ -2,9 +2,9 @@ * Copyright (c) 2004 IBM Corporation * All rights reserved. * This program and the accompanying materials are made available - * under the terms of the Common Public License v1.0 + * 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: * Adrian Colyer, |