diff options
-rw-r--r-- | testing-drivers/src/org/aspectj/testing/drivers/Harness.java | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing-drivers/src/org/aspectj/testing/drivers/Harness.java b/testing-drivers/src/org/aspectj/testing/drivers/Harness.java index 1a8e8ea9d..60cd110c9 100644 --- a/testing-drivers/src/org/aspectj/testing/drivers/Harness.java +++ b/testing-drivers/src/org/aspectj/testing/drivers/Harness.java @@ -1,6 +1,6 @@ /* ******************************************************************* - * Copyright (c) 1999-2001 Xerox Corporation, - * 2002 Palo Alto Research Center, Incorporated (PARC). + * Copyright (c) 2002 Palo Alto Research Center, Incorporated (PARC), + * 2003 Contributors. * All rights reserved. * This program and the accompanying materials are made available * under the terms of the Common Public License v1.0 @@ -9,6 +9,7 @@ * * Contributors: * Xerox/PARC initial implementation + * Wes Isberg 2003 changes. * ******************************************************************/ package org.aspectj.testing.drivers; |