From: Chris W. <la...@us...> - 2005-03-18 04:10:08
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/SessionManager In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/lib/OpenInteract2/SessionManager Modified Files: DBI.pm File.pm SQLite.pm Log Message: OIN-155: add missing declarations where needed; also bump up all the copyrights... Index: DBI.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/SessionManager/DBI.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DBI.pm 27 Nov 2004 22:55:54 -0000 1.4 --- DBI.pm 18 Mar 2005 04:09:51 -0000 1.5 *************** *** 150,154 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 150,154 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: File.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/SessionManager/File.pm,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** File.pm 27 Nov 2004 22:55:54 -0000 1.6 --- File.pm 18 Mar 2005 04:09:51 -0000 1.7 *************** *** 146,150 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 146,150 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify Index: SQLite.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/SessionManager/SQLite.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** SQLite.pm 27 Nov 2004 22:55:53 -0000 1.4 --- SQLite.pm 18 Mar 2005 04:09:51 -0000 1.5 *************** *** 163,167 **** =head1 COPYRIGHT ! Copyright (c) 2001-2004 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify --- 163,167 ---- =head1 COPYRIGHT ! Copyright (c) 2001-2005 Chris Winters. All rights reserved. This library is free software; you can redistribute it and/or modify |