]> source.dussan.org Git - aspectj.git/commitdiff
paramannos: testcode
authoraclement <aclement>
Fri, 25 Jan 2008 19:00:40 +0000 (19:00 +0000)
committeraclement <aclement>
Fri, 25 Jan 2008 19:00:40 +0000 (19:00 +0000)
weaver5/java5-testsrc/test/A.java
weaver5/java5-testsrc/test/A1.java
weaver5/java5-testsrc/test/A1AnnotatedType.java
weaver5/java5-testsrc/test/A2.java
weaver5/java5-testsrc/test/A2AnnotatedType.java

index 9b96e2a8fba74f4fcb8ed06f921cded631e67c3f..12959cd5138db22890242197a04ec92104a6d774 100644 (file)
@@ -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 {
index 9a62e57aebf14f77ba16a25115252036e3cf31fd..616708345f1345b0e35166bcbbfa2cf3ed79cc00 100644 (file)
@@ -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;
index 7b49b03bf578b98d5fba8d0bf607256a7e85c87b..e40addbf5f34017bd869dfdd29258f3c080b309c 100644 (file)
@@ -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
index 2604f7660139496690231f369aaade1b5cda2c1f..48749a3d4db765fc6a491f45d14675874e2d7965 100644 (file)
@@ -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;
index c1938e74a5eab9e30115010263b7389c39948c16..0fa3b5c8a0183589bc444014c8e4594711f4b407 100644 (file)
@@ -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