summaryrefslogtreecommitdiffstats
path: root/loadtime5
diff options
context:
space:
mode:
Diffstat (limited to 'loadtime5')
-rw-r--r--loadtime5/src/org/aspectj/weaver/loadtime/Agent.java5
-rw-r--r--loadtime5/src/org/aspectj/weaver/loadtime/ClassPreProcessorAgentAdapter.java5
-rw-r--r--loadtime5/testsrc/org/aspectj/weaver/loadtime5/test/AllTests.java5
-rw-r--r--loadtime5/testsrc/test/loadtime5/AtAspectJTest.java5
4 files changed, 16 insertions, 4 deletions
diff --git a/loadtime5/src/org/aspectj/weaver/loadtime/Agent.java b/loadtime5/src/org/aspectj/weaver/loadtime/Agent.java
index 1444a1d12..53adacb28 100644
--- a/loadtime5/src/org/aspectj/weaver/loadtime/Agent.java
+++ b/loadtime5/src/org/aspectj/weaver/loadtime/Agent.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;
diff --git a/loadtime5/src/org/aspectj/weaver/loadtime/ClassPreProcessorAgentAdapter.java b/loadtime5/src/org/aspectj/weaver/loadtime/ClassPreProcessorAgentAdapter.java
index a8b915aca..a3ab78fb4 100644
--- a/loadtime5/src/org/aspectj/weaver/loadtime/ClassPreProcessorAgentAdapter.java
+++ b/loadtime5/src/org/aspectj/weaver/loadtime/ClassPreProcessorAgentAdapter.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;
diff --git a/loadtime5/testsrc/org/aspectj/weaver/loadtime5/test/AllTests.java b/loadtime5/testsrc/org/aspectj/weaver/loadtime5/test/AllTests.java
index 88ecc8c2e..05496299c 100644
--- a/loadtime5/testsrc/org/aspectj/weaver/loadtime5/test/AllTests.java
+++ b/loadtime5/testsrc/org/aspectj/weaver/loadtime5/test/AllTests.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.loadtime5.test;
diff --git a/loadtime5/testsrc/test/loadtime5/AtAspectJTest.java b/loadtime5/testsrc/test/loadtime5/AtAspectJTest.java
index 6f34aa2c4..76306db6c 100644
--- a/loadtime5/testsrc/test/loadtime5/AtAspectJTest.java
+++ b/loadtime5/testsrc/test/loadtime5/AtAspectJTest.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 test.loadtime5;