aboutsummaryrefslogtreecommitdiffstats
path: root/weaver5
diff options
context:
space:
mode:
authorwisberg <wisberg>2006-08-03 15:48:28 +0000
committerwisberg <wisberg>2006-08-03 15:48:28 +0000
commit73b71e3834f1384ce77bacf3844222aab27c0951 (patch)
tree213033705420fa1686118d9233afb5d2ecfe6ed1 /weaver5
parentdb081c5bd89620352390b0d5e3cba9d9cd13bd0a (diff)
downloadaspectj-73b71e3834f1384ce77bacf3844222aab27c0951.tar.gz
aspectj-73b71e3834f1384ce77bacf3844222aab27c0951.zip
copyright notice
Diffstat (limited to 'weaver5')
-rw-r--r--weaver5/java5-testsrc/AllWeaver5Tests.java12
-rw-r--r--weaver5/testsrc/org/aspectj/weaver/tools/PointcutExpressionTest.java11
2 files changed, 23 insertions, 0 deletions
diff --git a/weaver5/java5-testsrc/AllWeaver5Tests.java b/weaver5/java5-testsrc/AllWeaver5Tests.java
index f54997a4e..f195cb991 100644
--- a/weaver5/java5-testsrc/AllWeaver5Tests.java
+++ b/weaver5/java5-testsrc/AllWeaver5Tests.java
@@ -1,3 +1,15 @@
+/* *******************************************************************
+ * Copyright (c) 2005-2006 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
+ * ******************************************************************/
+
import junit.framework.Test;
import junit.framework.TestSuite;
diff --git a/weaver5/testsrc/org/aspectj/weaver/tools/PointcutExpressionTest.java b/weaver5/testsrc/org/aspectj/weaver/tools/PointcutExpressionTest.java
index dba650e63..ac1897a61 100644
--- a/weaver5/testsrc/org/aspectj/weaver/tools/PointcutExpressionTest.java
+++ b/weaver5/testsrc/org/aspectj/weaver/tools/PointcutExpressionTest.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:
+ * Andrew Clement Initial implementation
+ * ******************************************************************/
package org.aspectj.weaver.tools;