]> source.dussan.org Git - aspectj.git/commitdiff
copyright notice
authorwisberg <wisberg>
Thu, 3 Aug 2006 15:41:54 +0000 (15:41 +0000)
committerwisberg <wisberg>
Thu, 3 Aug 2006 15:41:54 +0000 (15:41 +0000)
weaver5/java5-src/org/aspectj/weaver/reflect/DeferredResolvedPointcutDefinition.java
weaver5/java5-src/org/aspectj/weaver/reflect/InternalUseOnlyPointcutParser.java
weaver5/java5-testsrc/org/aspectj/weaver/TestJava5ReflectionBasedReferenceTypeDelegate.java

index 2e1f5f7ee9b245304b4834392a3a1599c0b2800d..e91f9f346b6500068f46eff9201537b95f5c23db 100644 (file)
@@ -1,3 +1,15 @@
+/* *******************************************************************
+ * Copyright (c) 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
+ * ******************************************************************/
+
 package org.aspectj.weaver.reflect;
 
 import org.aspectj.weaver.ResolvedPointcutDefinition;
index 8848f30594d31b9c463e6c341970c8aaffc7d80f..8d81d7b08eb97375bebcd686ff5a9f76f5f2df56 100644 (file)
@@ -1,3 +1,15 @@
+/* *******************************************************************
+ * Copyright (c) 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
+ * ******************************************************************/
+
 package org.aspectj.weaver.reflect;
 
 import org.aspectj.weaver.patterns.Pointcut;
index 51a040c337e6f94a2cd5a96d26b1f26cf0fc709f..decb97bea1b0e2fc9f62f3dbcf84314b181e4c04 100644 (file)
@@ -1,3 +1,15 @@
+/* *******************************************************************
+ * 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;
 
 import junit.framework.Test;