cvs -q diff -u -- interceptor\PrepareInterceptorTest.java validator\RegexFieldValidatorTest.java (in directory C:\project\xwork\src\test\com\opensymphony\xwork\) Index: interceptor/PrepareInterceptorTest.java =================================================================== RCS file: /cvs/xwork/src/test/com/opensymphony/xwork/interceptor/PrepareInterceptorTest.java,v retrieving revision 1.1 diff -u -r1.1 PrepareInterceptorTest.java --- interceptor/PrepareInterceptorTest.java 1 Mar 2006 08:52:06 -0000 1.1 +++ interceptor/PrepareInterceptorTest.java 1 Mar 2006 14:47:51 -0000 @@ -1,3 +1,7 @@ +/* + * Copyright (c) 2002-2003 by OpenSymphony + * All rights reserved. + */ package com.opensymphony.xwork.interceptor; import com.mockobjects.dynamic.Mock; Index: validator/RegexFieldValidatorTest.java =================================================================== RCS file: /cvs/xwork/src/test/com/opensymphony/xwork/validator/RegexFieldValidatorTest.java,v retrieving revision 1.1 diff -u -r1.1 RegexFieldValidatorTest.java --- validator/RegexFieldValidatorTest.java 1 Mar 2006 08:38:25 -0000 1.1 +++ validator/RegexFieldValidatorTest.java 1 Mar 2006 14:45:35 -0000 @@ -1,3 +1,7 @@ +/* + * Copyright (c) 2002-2003 by OpenSymphony + * All rights reserved. + */ package com.opensymphony.xwork.validator; import com.opensymphony.xwork.ActionContext; ***** CVS exited normally with code 1 *****