diff options
author | mkersten <mkersten> | 2003-07-25 15:18:19 +0000 |
---|---|---|
committer | mkersten <mkersten> | 2003-07-25 15:18:19 +0000 |
commit | ee142f05543340b072f2975d174c3ed340b50589 (patch) | |
tree | 81527bd076bbaa82226ce75c17c62346bde47e59 | |
parent | 819bf9673845f57d744df90c6944ad86a6acba46 (diff) | |
download | aspectj-ee142f05543340b072f2975d174c3ed340b50589.tar.gz aspectj-ee142f05543340b072f2975d174c3ed340b50589.zip |
Added license.
-rw-r--r-- | weaver/ajsrc/org/aspectj/weaver/BcelApiRules.aj | 16 |
1 files changed, 15 insertions, 1 deletions
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 {
|