aboutsummaryrefslogtreecommitdiffstats
path: root/weaver5/java5-testsrc
diff options
context:
space:
mode:
authoraclement <aclement>2008-01-25 19:00:40 +0000
committeraclement <aclement>2008-01-25 19:00:40 +0000
commit4e0b5cfc0317bca6a487dc11c61cb26eb3adeb8d (patch)
tree0dc81507f49bd272bccf6455c8c8728742b87c7d /weaver5/java5-testsrc
parentca39a64d575d8b5298361272738f5324b1cb5a19 (diff)
downloadaspectj-4e0b5cfc0317bca6a487dc11c61cb26eb3adeb8d.tar.gz
aspectj-4e0b5cfc0317bca6a487dc11c61cb26eb3adeb8d.zip
paramannos: testcode
Diffstat (limited to 'weaver5/java5-testsrc')
-rw-r--r--weaver5/java5-testsrc/test/A.java11
-rw-r--r--weaver5/java5-testsrc/test/A1.java11
-rw-r--r--weaver5/java5-testsrc/test/A1AnnotatedType.java11
-rw-r--r--weaver5/java5-testsrc/test/A2.java11
-rw-r--r--weaver5/java5-testsrc/test/A2AnnotatedType.java11
5 files changed, 55 insertions, 0 deletions
diff --git a/weaver5/java5-testsrc/test/A.java b/weaver5/java5-testsrc/test/A.java
index 9b96e2a8f..12959cd51 100644
--- a/weaver5/java5-testsrc/test/A.java
+++ b/weaver5/java5-testsrc/test/A.java
@@ -1,3 +1,14 @@
+/* *******************************************************************
+ * Copyright (c) 2008 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://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors
+ * Andy Clement
+ * ******************************************************************/
package test;
public class A {
diff --git a/weaver5/java5-testsrc/test/A1.java b/weaver5/java5-testsrc/test/A1.java
index 9a62e57ae..616708345 100644
--- a/weaver5/java5-testsrc/test/A1.java
+++ b/weaver5/java5-testsrc/test/A1.java
@@ -1,3 +1,14 @@
+/* *******************************************************************
+ * Copyright (c) 2008 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://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors
+ * Andy Clement
+ * ******************************************************************/
package test;
import java.lang.annotation.Retention;
diff --git a/weaver5/java5-testsrc/test/A1AnnotatedType.java b/weaver5/java5-testsrc/test/A1AnnotatedType.java
index 7b49b03bf..e40addbf5 100644
--- a/weaver5/java5-testsrc/test/A1AnnotatedType.java
+++ b/weaver5/java5-testsrc/test/A1AnnotatedType.java
@@ -1,3 +1,14 @@
+/* *******************************************************************
+ * Copyright (c) 2008 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://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors
+ * Andy Clement
+ * ******************************************************************/
package test;
@A1
diff --git a/weaver5/java5-testsrc/test/A2.java b/weaver5/java5-testsrc/test/A2.java
index 2604f7660..48749a3d4 100644
--- a/weaver5/java5-testsrc/test/A2.java
+++ b/weaver5/java5-testsrc/test/A2.java
@@ -1,3 +1,14 @@
+/* *******************************************************************
+ * Copyright (c) 2008 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://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors
+ * Andy Clement
+ * ******************************************************************/
package test;
import java.lang.annotation.Retention;
diff --git a/weaver5/java5-testsrc/test/A2AnnotatedType.java b/weaver5/java5-testsrc/test/A2AnnotatedType.java
index c1938e74a..0fa3b5c8a 100644
--- a/weaver5/java5-testsrc/test/A2AnnotatedType.java
+++ b/weaver5/java5-testsrc/test/A2AnnotatedType.java
@@ -1,3 +1,14 @@
+/* *******************************************************************
+ * Copyright (c) 2008 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://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors
+ * Andy Clement
+ * ******************************************************************/
package test;
@A2