]> source.dussan.org Git - aspectj.git/commitdiff
Changed copyright message slightly to keep test happy !
authoraclement <aclement>
Wed, 13 Apr 2005 07:28:39 +0000 (07:28 +0000)
committeraclement <aclement>
Wed, 13 Apr 2005 07:28:39 +0000 (07:28 +0000)
aspectj5rt/java5-src/org/aspectj/lang/annotation/After.java
aspectj5rt/java5-src/org/aspectj/lang/annotation/AfterReturning.java
aspectj5rt/java5-src/org/aspectj/lang/annotation/AfterThrowing.java
aspectj5rt/java5-src/org/aspectj/lang/annotation/Around.java
aspectj5rt/java5-src/org/aspectj/lang/annotation/Aspect.java
aspectj5rt/java5-src/org/aspectj/lang/annotation/Before.java
aspectj5rt/java5-src/org/aspectj/lang/annotation/DeclarePrecedence.java
aspectj5rt/java5-src/org/aspectj/lang/annotation/Pointcut.java

index 418a360ec05437c9877cc4c1a0ed8692707b81d4..968270b879814e510d378c59374e9548b5d7a046 100644 (file)
@@ -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;
 
index 2dd785952942da4899f9e5751c68884fd3579526..38d4a0d6dea756af8b2aae325ca6c72203b39640 100644 (file)
@@ -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;
 
index 6e07865c6c6318ba5daecd980a3b1c0458074c26..ca8cb112f70a57030b9dc6b902ca9041824fa311 100644 (file)
@@ -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;
 
index 544ebd4276ce48fa7f5f757bcb6da1850dc482af..806f43e0ed2e333e863057515241389e47989e3f 100644 (file)
@@ -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;
 
index 8d246868241d674fab62230d934cce6fd1d6991b..1c77dcd12e294579645e24b3f3ba32cded3d1e66 100644 (file)
@@ -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;
 
index e9b76fe50cde3931fe853e98105dc416690243ef..7f5a14ff49995cacc47b5bd4716f35233fafb283 100644 (file)
@@ -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;
 
index 1783810650379fe650cc6851b235856957819d4f..d25893b0d97f307d62b21b49291a8f77d9045971 100644 (file)
@@ -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;
 
index 8a4abe6be35650e3c3682d0e75b8f2b250ff024a..7591659129d0f2961183bd6d393ac5515077a97c 100644 (file)
@@ -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;