diff options
author | aclement <aclement> | 2008-01-25 19:00:31 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-01-25 19:00:31 +0000 |
commit | ca39a64d575d8b5298361272738f5324b1cb5a19 (patch) | |
tree | b954800e3de58ee21768e7a2e3325f7a2f2cecf1 /weaver5/java5-testsrc | |
parent | e4d51aa2897e5f8578714dc7c08d4da0c4402126 (diff) | |
download | aspectj-ca39a64d575d8b5298361272738f5324b1cb5a19.tar.gz aspectj-ca39a64d575d8b5298361272738f5324b1cb5a19.zip |
paramannos: testcode
Diffstat (limited to 'weaver5/java5-testsrc')
-rw-r--r-- | weaver5/java5-testsrc/MA.java | 12 | ||||
-rw-r--r-- | weaver5/java5-testsrc/MB.java | 12 | ||||
-rw-r--r-- | weaver5/java5-testsrc/MC.java | 12 | ||||
-rw-r--r-- | 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 { |