From ca39a64d575d8b5298361272738f5324b1cb5a19 Mon Sep 17 00:00:00 2001 From: aclement Date: Fri, 25 Jan 2008 19:00:31 +0000 Subject: [PATCH] paramannos: testcode --- weaver5/java5-testsrc/MA.java | 12 +++++++++++- weaver5/java5-testsrc/MB.java | 12 +++++++++++- weaver5/java5-testsrc/MC.java | 12 +++++++++++- weaver5/java5-testsrc/MD.java | 12 +++++++++++- 4 files changed, 44 insertions(+), 4 deletions(-) diff --git a/weaver5/java5-testsrc/MA.java b/weaver5/java5-testsrc/MA.java index 38b08191c..270882586 100644 --- a/weaver5/java5-testsrc/MA.java +++ b/weaver5/java5-testsrc/MA.java @@ -1,4 +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 + * ******************************************************************/ public @interface MA { diff --git a/weaver5/java5-testsrc/MB.java b/weaver5/java5-testsrc/MB.java index 8b40cb861..3ff3eede4 100644 --- a/weaver5/java5-testsrc/MB.java +++ b/weaver5/java5-testsrc/MB.java @@ -1,4 +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 + * ******************************************************************/ public @interface MB { diff --git a/weaver5/java5-testsrc/MC.java b/weaver5/java5-testsrc/MC.java index 7d0bf0d67..d48133baf 100644 --- a/weaver5/java5-testsrc/MC.java +++ b/weaver5/java5-testsrc/MC.java @@ -1,4 +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 + * ******************************************************************/ public @interface MC { diff --git a/weaver5/java5-testsrc/MD.java b/weaver5/java5-testsrc/MD.java index 1b4b10087..47a61cba0 100644 --- a/weaver5/java5-testsrc/MD.java +++ b/weaver5/java5-testsrc/MD.java @@ -1,4 +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 + * ******************************************************************/ public @interface MD { -- 2.39.5