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/MD.java | |
parent | e4d51aa2897e5f8578714dc7c08d4da0c4402126 (diff) | |
download | aspectj-ca39a64d575d8b5298361272738f5324b1cb5a19.tar.gz aspectj-ca39a64d575d8b5298361272738f5324b1cb5a19.zip |
paramannos: testcode
Diffstat (limited to 'weaver5/java5-testsrc/MD.java')
-rw-r--r-- | weaver5/java5-testsrc/MD.java | 12 |
1 files changed, 11 insertions, 1 deletions
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 { |