diff options
Diffstat (limited to 'loadtime/src')
6 files changed, 30 insertions, 12 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; |