diff options
author | aclement <aclement> | 2005-06-23 08:02:19 +0000 |
---|---|---|
committer | aclement <aclement> | 2005-06-23 08:02:19 +0000 |
commit | 96fa6b3bfc25f0519d5061a3a1ca19070ac9166a (patch) | |
tree | 2e35cfced3a85fc84804cc00efe33cbdd1d4ec53 /weaver/testsrc | |
parent | 720ef7d33e679b6b2f134b1f096bfbd2027adb52 (diff) | |
download | aspectj-96fa6b3bfc25f0519d5061a3a1ca19070ac9166a.tar.gz aspectj-96fa6b3bfc25f0519d5061a3a1ca19070ac9166a.zip |
copyright added.
Diffstat (limited to 'weaver/testsrc')
-rw-r--r-- | weaver/testsrc/org/aspectj/weaver/TypeVariableTestCase.java | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/weaver/testsrc/org/aspectj/weaver/TypeVariableTestCase.java b/weaver/testsrc/org/aspectj/weaver/TypeVariableTestCase.java index 78419b660..37df88221 100644 --- a/weaver/testsrc/org/aspectj/weaver/TypeVariableTestCase.java +++ b/weaver/testsrc/org/aspectj/weaver/TypeVariableTestCase.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: + * Adrian Colyer Initial implementation + * ******************************************************************/ package org.aspectj.weaver; import org.aspectj.weaver.bcel.BcelWorld; |