From 9da1384f0cd0e5f2da94a05ba1c57e60a83a93d8 Mon Sep 17 00:00:00 2001 From: aclement Date: Tue, 26 Apr 2005 16:02:30 +0000 Subject: [PATCH] Copyright added to keep checklics happy. --- .../aspectj/internal/lang/reflect/AjTypeTests.java | 11 +++++++++++ .../lang/reflect/AjTypeTestsWithAspects.java | 14 +++++++++++--- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/aspectj5rt/testsrc/org/aspectj/internal/lang/reflect/AjTypeTests.java b/aspectj5rt/testsrc/org/aspectj/internal/lang/reflect/AjTypeTests.java index 04a987bf4..dde2f4fba 100644 --- a/aspectj5rt/testsrc/org/aspectj/internal/lang/reflect/AjTypeTests.java +++ b/aspectj5rt/testsrc/org/aspectj/internal/lang/reflect/AjTypeTests.java @@ -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; diff --git a/aspectj5rt/testsrc/org/aspectj/internal/lang/reflect/AjTypeTestsWithAspects.java b/aspectj5rt/testsrc/org/aspectj/internal/lang/reflect/AjTypeTestsWithAspects.java index 0972a67f4..89e65be4a 100644 --- a/aspectj5rt/testsrc/org/aspectj/internal/lang/reflect/AjTypeTestsWithAspects.java +++ b/aspectj5rt/testsrc/org/aspectj/internal/lang/reflect/AjTypeTestsWithAspects.java @@ -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; -- 2.39.5