diff options
author | wisberg <wisberg> | 2006-08-03 15:48:28 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2006-08-03 15:48:28 +0000 |
commit | 73b71e3834f1384ce77bacf3844222aab27c0951 (patch) | |
tree | 213033705420fa1686118d9233afb5d2ecfe6ed1 /weaver5/java5-testsrc | |
parent | db081c5bd89620352390b0d5e3cba9d9cd13bd0a (diff) | |
download | aspectj-73b71e3834f1384ce77bacf3844222aab27c0951.tar.gz aspectj-73b71e3834f1384ce77bacf3844222aab27c0951.zip |
copyright notice
Diffstat (limited to 'weaver5/java5-testsrc')
-rw-r--r-- | weaver5/java5-testsrc/AllWeaver5Tests.java | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/weaver5/java5-testsrc/AllWeaver5Tests.java b/weaver5/java5-testsrc/AllWeaver5Tests.java index f54997a4e..f195cb991 100644 --- a/weaver5/java5-testsrc/AllWeaver5Tests.java +++ b/weaver5/java5-testsrc/AllWeaver5Tests.java @@ -1,3 +1,15 @@ +/* ******************************************************************* + * Copyright (c) 2005-2006 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://eclipse.org/legal/epl-v10.html + * + * Contributors: + * Adrian Colyer Initial implementation + * ******************************************************************/ + import junit.framework.Test; import junit.framework.TestSuite; |