Update of /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin
In directory usw-pr-cvs1:/tmp/cvs-serv18605/lib/HTTP/WebTest/Plugin
Modified Files:
TextMatchTest.pm StatusTest.pm SetRequest.pm
ResponseTimeTest.pm Loader.pm Hooks.pm HarnessReport.pm
DefaultReport.pm Cookies.pm ContentSizeTest.pm Click.pm
Apache.pm
Log Message:
License change
Index: TextMatchTest.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin/TextMatchTest.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TextMatchTest.pm 12 May 2002 13:35:35 -0000 1.4
--- TextMatchTest.pm 19 Jun 2002 10:28:20 -0000 1.5
***************
*** 148,155 ****
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
! Copyright (c) 2001,2002 Ilya Martynov. All rights reserved.
! This module is free software. It may be used, redistributed and/or
! modified under the terms of the Perl Artistic License.
=head1 SEE ALSO
--- 148,155 ----
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
! Copyright (c) 2001-2002 Ilya Martynov. All rights reserved.
! This program is free software; you can redistribute it and/or modify
! it under the same terms as Perl itself.
=head1 SEE ALSO
Index: StatusTest.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin/StatusTest.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** StatusTest.pm 12 May 2002 13:35:35 -0000 1.2
--- StatusTest.pm 19 Jun 2002 10:28:20 -0000 1.3
***************
*** 45,52 ****
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
! Copyright (c) 2001,2002 Ilya Martynov. All rights reserved.
! This module is free software. It may be used, redistributed and/or
! modified under the terms of the Perl Artistic License.
=head1 SEE ALSO
--- 45,52 ----
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
! Copyright (c) 2001-2002 Ilya Martynov. All rights reserved.
! This program is free software; you can redistribute it and/or modify
! it under the same terms as Perl itself.
=head1 SEE ALSO
Index: SetRequest.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin/SetRequest.pm,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** SetRequest.pm 12 May 2002 13:36:34 -0000 1.8
--- SetRequest.pm 19 Jun 2002 10:28:20 -0000 1.9
***************
*** 213,220 ****
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
! Copyright (c) 2001,2002 Ilya Martynov. All rights reserved.
! This module is free software. It may be used, redistributed and/or
! modified under the terms of the Perl Artistic License.
=head1 SEE ALSO
--- 213,220 ----
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
! Copyright (c) 2001-2002 Ilya Martynov. All rights reserved.
! This program is free software; you can redistribute it and/or modify
! it under the same terms as Perl itself.
=head1 SEE ALSO
Index: ResponseTimeTest.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin/ResponseTimeTest.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ResponseTimeTest.pm 12 May 2002 13:35:35 -0000 1.3
--- ResponseTimeTest.pm 19 Jun 2002 10:28:20 -0000 1.4
***************
*** 98,105 ****
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
! Copyright (c) 2001,2002 Ilya Martynov. All rights reserved.
! This module is free software. It may be used, redistributed and/or
! modified under the terms of the Perl Artistic License.
=head1 SEE ALSO
--- 98,105 ----
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
! Copyright (c) 2001-2002 Ilya Martynov. All rights reserved.
! This program is free software; you can redistribute it and/or modify
! it under the same terms as Perl itself.
=head1 SEE ALSO
Index: Loader.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin/Loader.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Loader.pm 15 May 2002 19:27:53 -0000 1.4
--- Loader.pm 19 Jun 2002 10:28:20 -0000 1.5
***************
*** 70,77 ****
=head1 COPYRIGHT
! Copyright (c) 2001,2002 Ilya Martynov. All rights reserved.
! This module is free software. It may be used, redistributed and/or
! modified under the terms of the Perl Artistic License.
=head1 SEE ALSO
--- 70,77 ----
=head1 COPYRIGHT
! Copyright (c) 2001-2002 Ilya Martynov. All rights reserved.
! This program is free software; you can redistribute it and/or modify
! it under the same terms as Perl itself.
=head1 SEE ALSO
Index: Hooks.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin/Hooks.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Hooks.pm 17 May 2002 20:48:57 -0000 1.7
--- Hooks.pm 19 Jun 2002 10:28:20 -0000 1.8
***************
*** 136,143 ****
=head1 COPYRIGHT
! Copyright (c) 2001,2002 Ilya Martynov. All rights reserved.
! This module is free software. It may be used, redistributed and/or
! modified under the terms of the Perl Artistic License.
=head1 SEE ALSO
--- 136,143 ----
=head1 COPYRIGHT
! Copyright (c) 2001-2002 Ilya Martynov. All rights reserved.
! This program is free software; you can redistribute it and/or modify
! it under the same terms as Perl itself.
=head1 SEE ALSO
Index: HarnessReport.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin/HarnessReport.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** HarnessReport.pm 12 May 2002 13:35:35 -0000 1.5
--- HarnessReport.pm 19 Jun 2002 10:28:20 -0000 1.6
***************
*** 90,97 ****
=head1 COPYRIGHT
! Copyright (c) 2001,2002 Ilya Martynov. All rights reserved.
! This module is free software. It may be used, redistributed and/or
! modified under the terms of the Perl Artistic License.
=head1 SEE ALSO
--- 90,97 ----
=head1 COPYRIGHT
! Copyright (c) 2001-2002 Ilya Martynov. All rights reserved.
! This program is free software; you can redistribute it and/or modify
! it under the same terms as Perl itself.
=head1 SEE ALSO
Index: DefaultReport.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin/DefaultReport.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** DefaultReport.pm 12 May 2002 13:35:35 -0000 1.5
--- DefaultReport.pm 19 Jun 2002 10:28:20 -0000 1.6
***************
*** 317,324 ****
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
! Copyright (c) 2001,2002 Ilya Martynov. All rights reserved.
! This module is free software. It may be used, redistributed and/or
! modified under the terms of the Perl Artistic License.
=head1 SEE ALSO
--- 317,324 ----
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
! Copyright (c) 2001-2002 Ilya Martynov. All rights reserved.
! This program is free software; you can redistribute it and/or modify
! it under the same terms as Perl itself.
=head1 SEE ALSO
Index: Cookies.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin/Cookies.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Cookies.pm 12 May 2002 13:35:35 -0000 1.3
--- Cookies.pm 19 Jun 2002 10:28:20 -0000 1.4
***************
*** 304,311 ****
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
! Copyright (c) 2001,2002 Ilya Martynov. All rights reserved.
! This module is free software. It may be used, redistributed and/or
! modified under the terms of the Perl Artistic License.
=head1 SEE ALSO
--- 304,311 ----
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
! Copyright (c) 2001-2002 Ilya Martynov. All rights reserved.
! This program is free software; you can redistribute it and/or modify
! it under the same terms as Perl itself.
=head1 SEE ALSO
Index: ContentSizeTest.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin/ContentSizeTest.pm,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ContentSizeTest.pm 12 May 2002 13:35:35 -0000 1.5
--- ContentSizeTest.pm 19 Jun 2002 10:28:20 -0000 1.6
***************
*** 98,105 ****
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
! Copyright (c) 2001,2002 Ilya Martynov. All rights reserved.
! This module is free software. It may be used, redistributed and/or
! modified under the terms of the Perl Artistic License.
=head1 SEE ALSO
--- 98,105 ----
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
! Copyright (c) 2001-2002 Ilya Martynov. All rights reserved.
! This program is free software; you can redistribute it and/or modify
! it under the same terms as Perl itself.
=head1 SEE ALSO
Index: Click.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin/Click.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Click.pm 15 May 2002 19:27:53 -0000 1.9
--- Click.pm 19 Jun 2002 10:28:20 -0000 1.10
***************
*** 230,237 ****
=head1 COPYRIGHT
! Copyright (c) 2001,2002 Ilya Martynov. All rights reserved.
! This module is free software. It may be used, redistributed and/or
! modified under the terms of the Perl Artistic License.
=head1 SEE ALSO
--- 230,237 ----
=head1 COPYRIGHT
! Copyright (c) 2001-2002 Ilya Martynov. All rights reserved.
! This program is free software; you can redistribute it and/or modify
! it under the same terms as Perl itself.
=head1 SEE ALSO
Index: Apache.pm
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest/lib/HTTP/WebTest/Plugin/Apache.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Apache.pm 12 May 2002 13:35:35 -0000 1.4
--- Apache.pm 19 Jun 2002 10:28:20 -0000 1.5
***************
*** 594,601 ****
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
! Copyright (c) 2001,2002 Ilya Martynov. All rights reserved.
! This module is free software. It may be used, redistributed and/or
! modified under the terms of the Perl Artistic License.
=head1 SEE ALSO
--- 594,601 ----
Copyright (c) 2000-2001 Richard Anderson. All rights reserved.
! Copyright (c) 2001-2002 Ilya Martynov. All rights reserved.
! This program is free software; you can redistribute it and/or modify
! it under the same terms as Perl itself.
=head1 SEE ALSO
|