diff options
author | wisberg <wisberg> | 2003-05-25 20:10:59 +0000 |
---|---|---|
committer | wisberg <wisberg> | 2003-05-25 20:10:59 +0000 |
commit | d5fb5792dde297d8b21c3538cc871d3d26f1876b (patch) | |
tree | af21f4120fcf93853a0ef225af000d334f7e764c /testing-drivers | |
parent | 997b35f0d70f3f9eace44f6245c144cbecd2ee07 (diff) | |
download | aspectj-d5fb5792dde297d8b21c3538cc871d3d26f1876b.tar.gz aspectj-d5fb5792dde297d8b21c3538cc871d3d26f1876b.zip |
harness copyright wrong - was created in 2002
Diffstat (limited to 'testing-drivers')
-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; |