From: Joseph C. <tex...@us...> - 2006-02-20 02:12:05
|
Update of /cvsroot/popfile/engine/Devel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16034/Devel Modified Files: TestCoverage.pm Log Message: Update copyright dates and GPL 2 text. Index: TestCoverage.pm =================================================================== RCS file: /cvsroot/popfile/engine/Devel/TestCoverage.pm,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** TestCoverage.pm 19 Dec 2005 11:41:53 -0000 1.15 --- TestCoverage.pm 20 Feb 2006 02:11:55 -0000 1.16 *************** *** 3,12 **** # Devel::TestCoverage - Module to measure code coverage in the test suite # ! # Copyright (c) 2001-2004 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 3,12 ---- # Devel::TestCoverage - Module to measure code coverage in the test suite # ! # Copyright (c) 2001-2006 John Graham-Cumming # # This file is part of POPFile # # POPFile is free software; you can redistribute it and/or modify it ! # under the terms of version 2 of the GNU General Public License as # published by the Free Software Foundation. # |