From cc4fdafb83bb2c4268e2cb3caa6bac7065fab333 Mon Sep 17 00:00:00 2001 From: acolyer Date: Fri, 8 Jul 2005 10:19:33 +0000 Subject: [PATCH] copyright statement --- .../tests/GenericSignatureParserTest.java | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/GenericSignatureParserTest.java b/bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/GenericSignatureParserTest.java index 9833a309c..9e4da1b71 100644 --- a/bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/GenericSignatureParserTest.java +++ b/bcel-builder/testsrc/org/aspectj/apache/bcel/classfile/tests/GenericSignatureParserTest.java @@ -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 { -- 2.39.5