]> source.dussan.org Git - aspectj.git/commitdiff
Copyright added to keep checklics happy.
authoraclement <aclement>
Tue, 26 Apr 2005 16:02:30 +0000 (16:02 +0000)
committeraclement <aclement>
Tue, 26 Apr 2005 16:02:30 +0000 (16:02 +0000)
aspectj5rt/testsrc/org/aspectj/internal/lang/reflect/AjTypeTests.java
aspectj5rt/testsrc/org/aspectj/internal/lang/reflect/AjTypeTestsWithAspects.java

index 04a987bf4294fcc4c4081da3f0d8339e3cea1e34..dde2f4fba20979aa4994df97d57ab78f731552a8 100644 (file)
@@ -1,3 +1,14 @@
+/* *******************************************************************
+ * Copyright (c) 2005 Contributors.
+ * All rights reserved. 
+ * This program and the accompanying materials are made available 
+ * under the terms of the Eclipse Public License v1.0 
+ * which accompanies this distribution and is available at 
+ * http://eclipse.org/legal/epl-v10.html 
+ *  
+ * Contributors: 
+ *     Adrian Colyer       initial implementation 
+ * ******************************************************************/
 package org.aspectj.internal.lang.reflect;
 
 import java.io.Serializable;
index 0972a67f4974f77c7c78649f4818fdcad306bd41..89e65be4a57fa25d70f704bc2a21ceb1c278d903 100644 (file)
@@ -1,10 +1,18 @@
-package org.aspectj.internal.lang.reflect;
+/* *******************************************************************
+ * Copyright (c) 2005 Contributors.
+ * All rights reserved. 
+ * This program and the accompanying materials are made available 
+ * under the terms of the Eclipse Public License v1.0 
+ * which accompanies this distribution and is available at 
+ * http://eclipse.org/legal/epl-v10.html 
+ *  
+ * Contributors: 
+ *     Adrian Colyer       initial implementation 
+ * ******************************************************************/package org.aspectj.internal.lang.reflect;
 
 import java.lang.reflect.Field;
 import java.lang.reflect.Method;
 import java.lang.reflect.Modifier;
-import java.util.EnumSet;
-import java.util.Set;
 
 import junit.framework.TestCase;