diff options
author | acolyer <acolyer> | 2003-08-15 13:51:42 +0000 |
---|---|---|
committer | acolyer <acolyer> | 2003-08-15 13:51:42 +0000 |
commit | f15aa16ada746b7788808940b07f0b698959b348 (patch) | |
tree | 5d1d544e4b69553e5a7a752f8b88a51906da9bc9 /asm | |
parent | 27c3a150926e32e13feac4a4bd32226edafa04a0 (diff) | |
download | aspectj-f15aa16ada746b7788808940b07f0b698959b348.tar.gz aspectj-f15aa16ada746b7788808940b07f0b698959b348.zip |
copyright header change to satisfy BuildModuleTests
Diffstat (limited to 'asm')
-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; |