From: Joseph C. <tex...@us...> - 2006-02-06 15:16:06
|
Update of /cvsroot/popfile/engine/Devel In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22000/Devel Modified Files: Tag: b0_22_2 TestCoverage.pm Log Message: Change GPL license to remove the option for the person using POPFile to license it under any version of the GPL other than v2. Index: TestCoverage.pm =================================================================== RCS file: /cvsroot/popfile/engine/Devel/TestCoverage.pm,v retrieving revision 1.14 retrieving revision 1.14.6.1 diff -C2 -d -r1.14 -r1.14.6.1 *** TestCoverage.pm 8 Jun 2004 14:39:58 -0000 1.14 --- TestCoverage.pm 6 Feb 2006 15:15:52 -0000 1.14.6.1 *************** *** 3,14 **** # 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 of the GNU General Public License as published by ! # the Free Software Foundation; either version 2 of the License, or ! # (at your option) any later version. # # POPFile is distributed in the hope that it will be useful, --- 3,13 ---- # 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. # # POPFile is distributed in the hope that it will be useful, |