From 4e0b5cfc0317bca6a487dc11c61cb26eb3adeb8d Mon Sep 17 00:00:00 2001 From: aclement Date: Fri, 25 Jan 2008 19:00:40 +0000 Subject: [PATCH] paramannos: testcode --- weaver5/java5-testsrc/test/A.java | 11 +++++++++++ weaver5/java5-testsrc/test/A1.java | 11 +++++++++++ weaver5/java5-testsrc/test/A1AnnotatedType.java | 11 +++++++++++ weaver5/java5-testsrc/test/A2.java | 11 +++++++++++ weaver5/java5-testsrc/test/A2AnnotatedType.java | 11 +++++++++++ 5 files changed, 55 insertions(+) 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 -- 2.39.5