]> source.dussan.org Git - aspectj.git/commitdiff
copyright notice
authorwisberg <wisberg>
Thu, 3 Aug 2006 15:48:28 +0000 (15:48 +0000)
committerwisberg <wisberg>
Thu, 3 Aug 2006 15:48:28 +0000 (15:48 +0000)
weaver5/java5-testsrc/AllWeaver5Tests.java
weaver5/testsrc/org/aspectj/weaver/tools/PointcutExpressionTest.java

index f54997a4e4bf4c551cf3073a861f1d9486b3ab02..f195cb9913392ce90ea93b10eecbd634e37d67ad 100644 (file)
@@ -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;
 
index dba650e63ad8b23053dce2e118305751ed9abf6f..ac1897a61b68f7e07b0523728e1b05195df7454b 100644 (file)
@@ -1,3 +1,14 @@
+/* *******************************************************************
+ * Copyright (c) 2005 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: 
+ *   Andrew Clement          Initial implementation
+ * ******************************************************************/
 
 package org.aspectj.weaver.tools;