Update of /cvsroot/openinteract/OpenInteract2/pkg/base_page/OpenInteract2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_page/OpenInteract2
Modified Files:
Page.pm PageDirectory.pm PageRules.pm PageScan.pm
Log Message:
OIN-155: add missing declarations where needed; also bump up all the copyrights...
Index: Page.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/OpenInteract2/Page.pm,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** Page.pm 11 Mar 2005 05:37:31 -0000 1.13
--- Page.pm 18 Mar 2005 04:09:44 -0000 1.14
***************
*** 597,601 ****
=head1 COPYRIGHT
! Copyright (c) 2001-2004 Chris Winters. All rights reserved.
This library is free software; you can redistribute it and/or modify
--- 597,601 ----
=head1 COPYRIGHT
! Copyright (c) 2001-2005 Chris Winters. All rights reserved.
This library is free software; you can redistribute it and/or modify
Index: PageDirectory.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/OpenInteract2/PageDirectory.pm,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** PageDirectory.pm 9 Apr 2004 12:36:40 -0000 1.9
--- PageDirectory.pm 18 Mar 2005 04:09:44 -0000 1.10
***************
*** 195,199 ****
=head1 COPYRIGHT
! Copyright (c) 2001-2004 Chris Winters. All rights reserved.
This library is free software; you can redistribute it and/or modify
--- 195,199 ----
=head1 COPYRIGHT
! Copyright (c) 2001-2005 Chris Winters. All rights reserved.
This library is free software; you can redistribute it and/or modify
Index: PageRules.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/OpenInteract2/PageRules.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PageRules.pm 11 May 2004 03:22:47 -0000 1.1
--- PageRules.pm 18 Mar 2005 04:09:44 -0000 1.2
***************
*** 6,9 ****
--- 6,11 ----
use OpenInteract2::Constants qw( :log );
+ $OpenInteract2::PageRules::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
+
my ( $log );
Index: PageScan.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_page/OpenInteract2/PageScan.pm,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** PageScan.pm 9 Apr 2004 11:38:26 -0000 1.7
--- PageScan.pm 18 Mar 2005 04:09:44 -0000 1.8
***************
*** 493,497 ****
=head1 COPYRIGHT
! Copyright (c) 2001-2003 Chris Winters. All rights reserved.
This library is free software; you can redistribute it and/or modify
--- 493,497 ----
=head1 COPYRIGHT
! Copyright (c) 2001-2005 Chris Winters. All rights reserved.
This library is free software; you can redistribute it and/or modify
|