diff options
author | wisberg <wisberg> | 2003-08-08 23:15:10 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-08-08 23:15:10 +0000 |
commit | 28616d99ec720104f855d8b23fca4f3c7c019ca6 (patch) | |
tree | 629fa3486b6c03064fa5af01349d2af6e1cbdfa2 /asm | |
parent | 8758792eeb6acbb47d4eb0f6c31a9bdf40633ced (diff) | |
download | aspectj-28616d99ec720104f855d8b23fca4f3c7c019ca6.tar.gz aspectj-28616d99ec720104f855d8b23fca4f3c7c019ca6.zip |
corrected header (copyright)
Diffstat (limited to 'asm')
-rw-r--r-- | asm/src/org/aspectj/asm/IRelationshipMapper.java | 7 | ||||
-rw-r--r-- | asm/src/org/aspectj/asm/internal/RelationshipMapper.java | 7 |
2 files changed, 12 insertions, 2 deletions
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.*; |