From: mkersten Date: Fri, 25 Jul 2003 15:18:19 +0000 (+0000) Subject: Added license. X-Git-Tag: V1_1_1~198 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ee142f05543340b072f2975d174c3ed340b50589;p=aspectj.git Added license. --- diff --git a/weaver/ajsrc/org/aspectj/weaver/BcelApiRules.aj b/weaver/ajsrc/org/aspectj/weaver/BcelApiRules.aj index 515227107..b0da19400 100644 --- a/weaver/ajsrc/org/aspectj/weaver/BcelApiRules.aj +++ b/weaver/ajsrc/org/aspectj/weaver/BcelApiRules.aj @@ -1,3 +1,17 @@ +/* ******************************************************************* + * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC), + * 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: + * Xerox/PARC initial implementation + * AMC 01.20.2003 extended to support new AspectJ 1.1 options, + * bugzilla #29769 + * ******************************************************************/ package org.aspectj.weaver; @@ -6,7 +20,7 @@ import org.aspectj.weaver.bcel.*; import org.apache.bcel.generic.*; /** - * Enforces the use of BCEL API use. + * Enforces the correct use of BCEL APIs. */ public aspect BcelApiRules {