]> source.dussan.org Git - aspectj.git/commitdiff
copyright statement
authoracolyer <acolyer>
Fri, 8 Jul 2005 10:19:33 +0000 (10:19 +0000)
committeracolyer <acolyer>
Fri, 8 Jul 2005 10:19:33 +0000 (10:19 +0000)
bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/GenericSignatureParserTest.java

index 9833a309cf2573365d057c66c9f9d73c5923dac7..9e4da1b71ba800ec2be509f6277e034b07d04090 100644 (file)
@@ -1,3 +1,15 @@
+/* *******************************************************************
+ * Copyright (c) 2005 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: 
+ *     Adrian Colyer     initial implementation 
+ * ******************************************************************/
+
 package org.aspectj.apache.bcel.classfile.tests;
 
 
@@ -11,8 +23,6 @@ import org.aspectj.apache.bcel.classfile.Signature.FieldTypeSignature;
 import org.aspectj.apache.bcel.classfile.Signature.SimpleClassTypeSignature;
 import org.aspectj.apache.bcel.util.SyntheticRepository;
 
-import sun.reflect.generics.scope.MethodScope;
-
 import junit.framework.TestCase;
 
 public class GenericSignatureParserTest extends TestCase {