From: wisberg Date: Fri, 8 Aug 2003 23:15:10 +0000 (+0000) Subject: corrected header (copyright) X-Git-Tag: V1_1_1~102 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=28616d99ec720104f855d8b23fca4f3c7c019ca6;p=aspectj.git corrected header (copyright) --- diff --git a/asm/src/org/aspectj/asm/IRelationshipMapper.java b/asm/src/org/aspectj/asm/IRelationshipMapper.java index e7e7eb343..d27aec8d3 100644 --- a/asm/src/org/aspectj/asm/IRelationshipMapper.java +++ b/asm/src/org/aspectj/asm/IRelationshipMapper.java @@ -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; diff --git a/asm/src/org/aspectj/asm/internal/RelationshipMapper.java b/asm/src/org/aspectj/asm/internal/RelationshipMapper.java index 70644ff03..706a5603b 100644 --- a/asm/src/org/aspectj/asm/internal/RelationshipMapper.java +++ b/asm/src/org/aspectj/asm/internal/RelationshipMapper.java @@ -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.*;