]> source.dussan.org Git - aspectj.git/commitdiff
Added license.
authormkersten <mkersten>
Fri, 25 Jul 2003 15:18:19 +0000 (15:18 +0000)
committermkersten <mkersten>
Fri, 25 Jul 2003 15:18:19 +0000 (15:18 +0000)
weaver/ajsrc/org/aspectj/weaver/BcelApiRules.aj

index 5152271076e43ce48d65583461ac40e5a8ea4e70..b0da19400e4418f7b6ec62143fa60e8944ec12fe 100644 (file)
@@ -1,3 +1,17 @@
+/* *******************************************************************\r
+ * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC),\r
+ *               2003 Contributors.\r
+ * All rights reserved. \r
+ * This program and the accompanying materials are made available \r
+ * under the terms of the Common Public License v1.0 \r
+ * which accompanies this distribution and is available at \r
+ * http://www.eclipse.org/legal/cpl-v10.html \r
+ *  \r
+ * Contributors: \r
+ *     Xerox/PARC      initial implementation \r
+ *     AMC 01.20.2003  extended to support new AspectJ 1.1 options,\r
+ *                                    bugzilla #29769\r
+ * ******************************************************************/\r
 \r
 package org.aspectj.weaver;\r
 \r
@@ -6,7 +20,7 @@ import org.aspectj.weaver.bcel.*;
 import org.apache.bcel.generic.*;\r
 \r
 /**\r
- * Enforces the use of BCEL API use.\r
+ * Enforces the correct use of BCEL APIs.\r
  */\r
 public aspect BcelApiRules {\r
        \r