From 73b71e3834f1384ce77bacf3844222aab27c0951 Mon Sep 17 00:00:00 2001 From: wisberg Date: Thu, 3 Aug 2006 15:48:28 +0000 Subject: [PATCH] copyright notice --- weaver5/java5-testsrc/AllWeaver5Tests.java | 12 ++++++++++++ .../aspectj/weaver/tools/PointcutExpressionTest.java | 11 +++++++++++ 2 files changed, 23 insertions(+) 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; diff --git a/weaver5/testsrc/org/aspectj/weaver/tools/PointcutExpressionTest.java b/weaver5/testsrc/org/aspectj/weaver/tools/PointcutExpressionTest.java index dba650e63..ac1897a61 100644 --- a/weaver5/testsrc/org/aspectj/weaver/tools/PointcutExpressionTest.java +++ b/weaver5/testsrc/org/aspectj/weaver/tools/PointcutExpressionTest.java @@ -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; -- 2.39.5