diff options
12 files changed, 54 insertions, 18 deletions
diff --git a/loadtime/src/org/aspectj/weaver/loadtime/Aj.java b/loadtime/src/org/aspectj/weaver/loadtime/Aj.java index fbbdcc925..b1ca76ea2 100644 --- a/loadtime/src/org/aspectj/weaver/loadtime/Aj.java +++ b/loadtime/src/org/aspectj/weaver/loadtime/Aj.java @@ -1,9 +1,12 @@ /******************************************************************************* - * Copyright (c) Jonas Bonér, Alexandre Vasseur + * 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 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html + * + * Contributors: + * Alexandre Vasseur initial implementation *******************************************************************************/ package org.aspectj.weaver.loadtime; diff --git a/loadtime/src/org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.java b/loadtime/src/org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.java index 1687bf370..8146c88a3 100644 --- a/loadtime/src/org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.java +++ b/loadtime/src/org/aspectj/weaver/loadtime/ClassLoaderWeavingAdaptor.java @@ -1,9 +1,12 @@ /******************************************************************************* - * Copyright (c) Jonas Bonér, Alexandre Vasseur + * 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 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html + * + * Contributors: + * Alexandre Vasseur initial implementation *******************************************************************************/ package org.aspectj.weaver.loadtime; diff --git a/loadtime/src/org/aspectj/weaver/loadtime/ClassPreProcessor.java b/loadtime/src/org/aspectj/weaver/loadtime/ClassPreProcessor.java index 0473cb75c..9da33d7e9 100644 --- a/loadtime/src/org/aspectj/weaver/loadtime/ClassPreProcessor.java +++ b/loadtime/src/org/aspectj/weaver/loadtime/ClassPreProcessor.java @@ -1,9 +1,12 @@ /******************************************************************************* - * Copyright (c) Jonas Bonér, Alexandre Vasseur + * 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 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html + * + * Contributors: + * Alexandre Vasseur initial implementation *******************************************************************************/ package org.aspectj.weaver.loadtime; diff --git a/loadtime/src/org/aspectj/weaver/loadtime/Options.java b/loadtime/src/org/aspectj/weaver/loadtime/Options.java index d87f7460f..8ca6af7bc 100644 --- a/loadtime/src/org/aspectj/weaver/loadtime/Options.java +++ b/loadtime/src/org/aspectj/weaver/loadtime/Options.java @@ -1,10 +1,13 @@ -/************************************************************************************** - * Copyright (c) Jonas Bonér, Alexandre Vasseur. All rights reserved. * - * http://aspectwerkz.codehaus.org * - * ---------------------------------------------------------------------------------- * - * The software in this package is published under the terms of the LGPL license * - * a copy of which has been included with this distribution in the license.txt file. * - **************************************************************************************/ +/******************************************************************************* + * 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 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/cpl-v10.html + * + * Contributors: + * Alexandre Vasseur initial implementation + *******************************************************************************/ package org.aspectj.weaver.loadtime; import org.aspectj.bridge.AbortException; diff --git a/loadtime/src/org/aspectj/weaver/loadtime/definition/Definition.java b/loadtime/src/org/aspectj/weaver/loadtime/definition/Definition.java index 684d61736..6138c6ec1 100644 --- a/loadtime/src/org/aspectj/weaver/loadtime/definition/Definition.java +++ b/loadtime/src/org/aspectj/weaver/loadtime/definition/Definition.java @@ -1,9 +1,12 @@ /******************************************************************************* - * Copyright (c) Jonas Bonér, Alexandre Vasseur + * 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 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html + * + * Contributors: + * Alexandre Vasseur initial implementation *******************************************************************************/ package org.aspectj.weaver.loadtime.definition; diff --git a/loadtime/src/org/aspectj/weaver/loadtime/definition/DocumentParser.java b/loadtime/src/org/aspectj/weaver/loadtime/definition/DocumentParser.java index 0b5664125..309bfb739 100644 --- a/loadtime/src/org/aspectj/weaver/loadtime/definition/DocumentParser.java +++ b/loadtime/src/org/aspectj/weaver/loadtime/definition/DocumentParser.java @@ -1,9 +1,12 @@ /******************************************************************************* - * Copyright (c) Jonas Bonér, Alexandre Vasseur + * 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 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html + * + * Contributors: + * Alexandre Vasseur initial implementation *******************************************************************************/ package org.aspectj.weaver.loadtime.definition; diff --git a/loadtime/testsrc/LoadtimeModuleTests.java b/loadtime/testsrc/LoadtimeModuleTests.java index 10c1759a7..9baadd5e1 100644 --- a/loadtime/testsrc/LoadtimeModuleTests.java +++ b/loadtime/testsrc/LoadtimeModuleTests.java @@ -1,9 +1,12 @@ /******************************************************************************* - * Copyright (c) Jonas Bonér, Alexandre Vasseur + * 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 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html + * + * Contributors: + * Alexandre Vasseur initial implementation *******************************************************************************/ import junit.framework.TestCase; diff --git a/loadtime/testsrc/org/aspectj/weaver/loadtime/test/DocumentParserTest.java b/loadtime/testsrc/org/aspectj/weaver/loadtime/test/DocumentParserTest.java index eb6fe1cbd..0b159fdb8 100644 --- a/loadtime/testsrc/org/aspectj/weaver/loadtime/test/DocumentParserTest.java +++ b/loadtime/testsrc/org/aspectj/weaver/loadtime/test/DocumentParserTest.java @@ -1,9 +1,12 @@ /******************************************************************************* - * Copyright (c) Jonas Bonér, Alexandre Vasseur + * 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 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html + * + * Contributors: + * Alexandre Vasseur initial implementation *******************************************************************************/ package org.aspectj.weaver.loadtime.test; diff --git a/loadtime5/src/org/aspectj/weaver/loadtime/Agent.java b/loadtime5/src/org/aspectj/weaver/loadtime/Agent.java index 1444a1d12..53adacb28 100644 --- a/loadtime5/src/org/aspectj/weaver/loadtime/Agent.java +++ b/loadtime5/src/org/aspectj/weaver/loadtime/Agent.java @@ -1,9 +1,12 @@ /******************************************************************************* - * Copyright (c) Jonas Bonér, Alexandre Vasseur + * 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 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html + * + * Contributors: + * Alexandre Vasseur initial implementation *******************************************************************************/ package org.aspectj.weaver.loadtime; diff --git a/loadtime5/src/org/aspectj/weaver/loadtime/ClassPreProcessorAgentAdapter.java b/loadtime5/src/org/aspectj/weaver/loadtime/ClassPreProcessorAgentAdapter.java index a8b915aca..a3ab78fb4 100644 --- a/loadtime5/src/org/aspectj/weaver/loadtime/ClassPreProcessorAgentAdapter.java +++ b/loadtime5/src/org/aspectj/weaver/loadtime/ClassPreProcessorAgentAdapter.java @@ -1,9 +1,12 @@ /******************************************************************************* - * Copyright (c) Jonas Bonér, Alexandre Vasseur + * 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 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html + * + * Contributors: + * Alexandre Vasseur initial implementation *******************************************************************************/ package org.aspectj.weaver.loadtime; diff --git a/loadtime5/testsrc/org/aspectj/weaver/loadtime5/test/AllTests.java b/loadtime5/testsrc/org/aspectj/weaver/loadtime5/test/AllTests.java index 88ecc8c2e..05496299c 100644 --- a/loadtime5/testsrc/org/aspectj/weaver/loadtime5/test/AllTests.java +++ b/loadtime5/testsrc/org/aspectj/weaver/loadtime5/test/AllTests.java @@ -1,9 +1,12 @@ /******************************************************************************* - * Copyright (c) Jonas Bonér, Alexandre Vasseur + * 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 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html + * + * Contributors: + * Alexandre Vasseur initial implementation *******************************************************************************/ package org.aspectj.weaver.loadtime5.test; diff --git a/loadtime5/testsrc/test/loadtime5/AtAspectJTest.java b/loadtime5/testsrc/test/loadtime5/AtAspectJTest.java index 6f34aa2c4..76306db6c 100644 --- a/loadtime5/testsrc/test/loadtime5/AtAspectJTest.java +++ b/loadtime5/testsrc/test/loadtime5/AtAspectJTest.java @@ -1,9 +1,12 @@ /******************************************************************************* - * Copyright (c) Jonas Bonér, Alexandre Vasseur + * 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 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/cpl-v10.html + * + * Contributors: + * Alexandre Vasseur initial implementation *******************************************************************************/ package test.loadtime5; |