From: acolyer Date: Fri, 15 Aug 2003 13:51:42 +0000 (+0000) Subject: copyright header change to satisfy BuildModuleTests X-Git-Tag: V1_1_1~87 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=f15aa16ada746b7788808940b07f0b698959b348;p=aspectj.git copyright header change to satisfy BuildModuleTests --- 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;