From: aclement Date: Fri, 25 Jan 2008 19:00:40 +0000 (+0000) Subject: paramannos: testcode X-Git-Tag: V1_6_0M2~82 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4e0b5cfc0317bca6a487dc11c61cb26eb3adeb8d;p=aspectj.git paramannos: testcode --- 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