From ee142f05543340b072f2975d174c3ed340b50589 Mon Sep 17 00:00:00 2001 From: mkersten Date: Fri, 25 Jul 2003 15:18:19 +0000 Subject: [PATCH] Added license. --- weaver/ajsrc/org/aspectj/weaver/BcelApiRules.aj | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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 { -- 2.39.5