From: Joseph C. <tex...@us...> - 2006-02-20 02:19:21
|
Update of /cvsroot/popfile/engine/Test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19396/Test Modified Files: MQReceiver.pm SimpleProxy.pm SimpleTemplate.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. Update copyright date. Index: MQReceiver.pm =================================================================== RCS file: /cvsroot/popfile/engine/Test/MQReceiver.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** MQReceiver.pm 29 Nov 2004 16:43:55 -0000 1.5 --- MQReceiver.pm 20 Feb 2006 02:19:15 -0000 1.6 *************** *** 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.16 diff -C2 -d -r1.15 -r1.16 *** SimpleProxy.pm 29 Nov 2004 16:43:55 -0000 1.15 --- SimpleProxy.pm 20 Feb 2006 02:19:15 -0000 1.16 *************** *** 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, Index: SimpleTemplate.pm =================================================================== RCS file: /cvsroot/popfile/engine/Test/SimpleTemplate.pm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SimpleTemplate.pm 28 Feb 2005 12:36:03 -0000 1.1 --- SimpleTemplate.pm 20 Feb 2006 02:19:15 -0000 1.2 *************** *** 5,16 **** # A helper class for testing template use # ! # 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, --- 5,15 ---- # A helper class for testing template use # ! # 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, |