]> source.dussan.org Git - aspectj.git/commitdiff
corrected header (copyright)
authorwisberg <wisberg>
Fri, 8 Aug 2003 23:15:10 +0000 (23:15 +0000)
committerwisberg <wisberg>
Fri, 8 Aug 2003 23:15:10 +0000 (23:15 +0000)
asm/src/org/aspectj/asm/IRelationshipMapper.java
asm/src/org/aspectj/asm/internal/RelationshipMapper.java

index e7e7eb343ce069048eca59d08ddc36aa6030d320..d27aec8d346c9fcd227026710d544d9bd123445f 100644 (file)
@@ -1,10 +1,15 @@
 /* *******************************************************************
+ * Copyright (c) 2003 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: 
+ *     Mik Kersten     initial implementation 
  * ******************************************************************/
+
 package org.aspectj.asm;
 
 import java.io.Serializable;
index 70644ff03b9a7dfdab04fc3dea97eb3a1f14ddc2..706a5603b2077a6c05771d9d7a2984038a4f8e54 100644 (file)
@@ -1,10 +1,15 @@
 /* *******************************************************************
+ * Copyright (c) 2003 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: 
+ *     Mik Kersten     initial implementation 
  * ******************************************************************/
+
 package org.aspectj.asm.internal;
 
 import java.util.*;