diff options
-rw-r--r-- | asm/src/org/aspectj/asm/IHierarchy.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/asm/src/org/aspectj/asm/IHierarchy.java b/asm/src/org/aspectj/asm/IHierarchy.java index 34816ee12..793b01420 100644 --- a/asm/src/org/aspectj/asm/IHierarchy.java +++ b/asm/src/org/aspectj/asm/IHierarchy.java @@ -1,8 +1,13 @@ /* ******************************************************************* + * 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; |