diff options
8 files changed, 32 insertions, 8 deletions
diff --git a/aspectj5rt/java5-src/org/aspectj/lang/annotation/After.java b/aspectj5rt/java5-src/org/aspectj/lang/annotation/After.java index 418a360ec..968270b87 100644 --- a/aspectj5rt/java5-src/org/aspectj/lang/annotation/After.java +++ b/aspectj5rt/java5-src/org/aspectj/lang/annotation/After.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: + * Jonas Bonér, Alexandre Vasseur initial implementation *******************************************************************************/ package org.aspectj.lang.annotation; diff --git a/aspectj5rt/java5-src/org/aspectj/lang/annotation/AfterReturning.java b/aspectj5rt/java5-src/org/aspectj/lang/annotation/AfterReturning.java index 2dd785952..38d4a0d6d 100644 --- a/aspectj5rt/java5-src/org/aspectj/lang/annotation/AfterReturning.java +++ b/aspectj5rt/java5-src/org/aspectj/lang/annotation/AfterReturning.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: + * Jonas Bonér, Alexandre Vasseur initial implementation *******************************************************************************/ package org.aspectj.lang.annotation; diff --git a/aspectj5rt/java5-src/org/aspectj/lang/annotation/AfterThrowing.java b/aspectj5rt/java5-src/org/aspectj/lang/annotation/AfterThrowing.java index 6e07865c6..ca8cb112f 100644 --- a/aspectj5rt/java5-src/org/aspectj/lang/annotation/AfterThrowing.java +++ b/aspectj5rt/java5-src/org/aspectj/lang/annotation/AfterThrowing.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: + * Jonas Bonér, Alexandre Vasseur initial implementation *******************************************************************************/ package org.aspectj.lang.annotation; diff --git a/aspectj5rt/java5-src/org/aspectj/lang/annotation/Around.java b/aspectj5rt/java5-src/org/aspectj/lang/annotation/Around.java index 544ebd427..806f43e0e 100644 --- a/aspectj5rt/java5-src/org/aspectj/lang/annotation/Around.java +++ b/aspectj5rt/java5-src/org/aspectj/lang/annotation/Around.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: + * Jonas Bonér, Alexandre Vasseur initial implementation *******************************************************************************/ package org.aspectj.lang.annotation; diff --git a/aspectj5rt/java5-src/org/aspectj/lang/annotation/Aspect.java b/aspectj5rt/java5-src/org/aspectj/lang/annotation/Aspect.java index 8d2468682..1c77dcd12 100644 --- a/aspectj5rt/java5-src/org/aspectj/lang/annotation/Aspect.java +++ b/aspectj5rt/java5-src/org/aspectj/lang/annotation/Aspect.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: + * Jonas Bonér, Alexandre Vasseur initial implementation *******************************************************************************/ package org.aspectj.lang.annotation; diff --git a/aspectj5rt/java5-src/org/aspectj/lang/annotation/Before.java b/aspectj5rt/java5-src/org/aspectj/lang/annotation/Before.java index e9b76fe50..7f5a14ff4 100644 --- a/aspectj5rt/java5-src/org/aspectj/lang/annotation/Before.java +++ b/aspectj5rt/java5-src/org/aspectj/lang/annotation/Before.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: + * Jonas Bonér, Alexandre Vasseur initial implementation *******************************************************************************/ package org.aspectj.lang.annotation; diff --git a/aspectj5rt/java5-src/org/aspectj/lang/annotation/DeclarePrecedence.java b/aspectj5rt/java5-src/org/aspectj/lang/annotation/DeclarePrecedence.java index 178381065..d25893b0d 100644 --- a/aspectj5rt/java5-src/org/aspectj/lang/annotation/DeclarePrecedence.java +++ b/aspectj5rt/java5-src/org/aspectj/lang/annotation/DeclarePrecedence.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: + * Jonas Bonér, Alexandre Vasseur initial implementation *******************************************************************************/ package org.aspectj.lang.annotation; diff --git a/aspectj5rt/java5-src/org/aspectj/lang/annotation/Pointcut.java b/aspectj5rt/java5-src/org/aspectj/lang/annotation/Pointcut.java index 8a4abe6be..759165912 100644 --- a/aspectj5rt/java5-src/org/aspectj/lang/annotation/Pointcut.java +++ b/aspectj5rt/java5-src/org/aspectj/lang/annotation/Pointcut.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: + * Jonas Bonér, Alexandre Vasseur initial implementation *******************************************************************************/ package org.aspectj.lang.annotation; |