From: Joseph C. <tex...@us...> - 2006-02-06 15:19:22
|
Update of /cvsroot/popfile/engine/Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24076/Test Modified Files: Tag: b0_22_2 MQReceiver.pm SimpleProxy.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: MQReceiver.pm =================================================================== RCS file: /cvsroot/popfile/engine/Test/MQReceiver.pm,v retrieving revision 1.5 retrieving revision 1.5.4.1 diff -C2 -d -r1.5 -r1.5.4.1 *** MQReceiver.pm 29 Nov 2004 16:43:55 -0000 1.5 --- MQReceiver.pm 6 Feb 2006 15:19:10 -0000 1.5.4.1 *************** *** 5,16 **** # Test::MQReceiver. Helper class for the TestMQ.tst suite. # ! # Copyright (c) 2003-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, --- 5,15 ---- # Test::MQReceiver. Helper class for the TestMQ.tst suite. # ! # Copyright (c) 2003-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, Index: SimpleProxy.pm =================================================================== RCS file: /cvsroot/popfile/engine/Test/SimpleProxy.pm,v retrieving revision 1.15 retrieving revision 1.15.4.1 diff -C2 -d -r1.15 -r1.15.4.1 *** SimpleProxy.pm 29 Nov 2004 16:43:55 -0000 1.15 --- SimpleProxy.pm 6 Feb 2006 15:19:10 -0000 1.15.4.1 *************** *** 8,19 **** # A simple test proxy server for testing Proxy::Proxy # ! # 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, --- 8,18 ---- # A simple test proxy server for testing Proxy::Proxy # ! # 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, |