aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authoracolyer <acolyer>2004-08-09 16:07:02 +0000
committeracolyer <acolyer>2004-08-09 16:07:02 +0000
commit6d9b7d2d8b267133eadb24f89e682cd8029cada9 (patch)
tree2b44d66df7098a388dba7a33f8ac8dfd0cd272e3 /runtime
parentf6436e3fc84f7e140acb3a250a29fe38f9c20c35 (diff)
downloadaspectj-6d9b7d2d8b267133eadb24f89e682cd8029cada9.tar.gz
aspectj-6d9b7d2d8b267133eadb24f89e682cd8029cada9.zip
copyright statement!
Diffstat (limited to 'runtime')
-rw-r--r--runtime/testsrc/org/aspectj/runtime/reflect/JoinPointImplTest.java16
1 files changed, 10 insertions, 6 deletions
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;