From: acolyer Date: Mon, 9 Aug 2004 16:07:02 +0000 (+0000) Subject: copyright statement! X-Git-Tag: for_ajdt1_1_12~17 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6d9b7d2d8b267133eadb24f89e682cd8029cada9;p=aspectj.git copyright statement! --- diff --git a/runtime/testsrc/org/aspectj/runtime/reflect/JoinPointImplTest.java b/runtime/testsrc/org/aspectj/runtime/reflect/JoinPointImplTest.java index 9a2d25b82..45f345b3d 100644 --- a/runtime/testsrc/org/aspectj/runtime/reflect/JoinPointImplTest.java +++ b/runtime/testsrc/org/aspectj/runtime/reflect/JoinPointImplTest.java @@ -1,9 +1,13 @@ -/* - * Created on 09-Aug-2004 - * - * TODO To change the template for this generated file go to - * Window - Preferences - Java - Code Style - Code Templates - */ +/******************************************************************************* + * Copyright (c) 2004 IBM Corporation and others. + * 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: + * IBM Corporation - initial API and implementation + *******************************************************************************/ package org.aspectj.runtime.reflect; import junit.framework.TestCase;