summaryrefslogtreecommitdiffstats
path: root/loadtime/testsrc
diff options
context:
space:
mode:
authoravasseur <avasseur>2005-04-20 11:55:40 +0000
committeravasseur <avasseur>2005-04-20 11:55:40 +0000
commit886b42907d44e6b3b1c84a10308b393641667d63 (patch)
treec7e0d766605e8d9605e1dd09c3f944651034ebc4 /loadtime/testsrc
parent8c7470d4139ab6a21b87f419bcf2a79cfb93cea7 (diff)
downloadaspectj-AspectJ5_Development.tar.gz
aspectj-AspectJ5_Development.zip
fix license header as requiredAspectJ5_Development
Diffstat (limited to 'loadtime/testsrc')
-rw-r--r--loadtime/testsrc/LoadtimeModuleTests.java5
-rw-r--r--loadtime/testsrc/org/aspectj/weaver/loadtime/test/DocumentParserTest.java5
2 files changed, 8 insertions, 2 deletions
diff --git a/loadtime/testsrc/LoadtimeModuleTests.java b/loadtime/testsrc/LoadtimeModuleTests.java
index 10c1759a7..9baadd5e1 100644
--- a/loadtime/testsrc/LoadtimeModuleTests.java
+++ b/loadtime/testsrc/LoadtimeModuleTests.java
@@ -1,9 +1,12 @@
/*******************************************************************************
- * Copyright (c) Jonas Bonér, Alexandre Vasseur
+ * Copyright (c) 2005 Contributors.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
+ *
+ * Contributors:
+ * Alexandre Vasseur initial implementation
*******************************************************************************/
import junit.framework.TestCase;
diff --git a/loadtime/testsrc/org/aspectj/weaver/loadtime/test/DocumentParserTest.java b/loadtime/testsrc/org/aspectj/weaver/loadtime/test/DocumentParserTest.java
index eb6fe1cbd..0b159fdb8 100644
--- a/loadtime/testsrc/org/aspectj/weaver/loadtime/test/DocumentParserTest.java
+++ b/loadtime/testsrc/org/aspectj/weaver/loadtime/test/DocumentParserTest.java
@@ -1,9 +1,12 @@
/*******************************************************************************
- * Copyright (c) Jonas Bonér, Alexandre Vasseur
+ * Copyright (c) 2005 Contributors.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
+ *
+ * Contributors:
+ * Alexandre Vasseur initial implementation
*******************************************************************************/
package org.aspectj.weaver.loadtime.test;