Update of /cvsroot/popfile/engine/tests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20059/tests Modified Files: IMAP_test_server.pl Makefile TestBayes.tst TestBayesScript.tst TestConfiguration.tst TestHTML.script TestHTML.tst TestHTTP.tst TestHistory.tst TestIMAP.tst TestInsertScript.tst TestLogger.tst TestMQ.tst TestMailParse.tst TestModule.tst TestMutex.tst TestPOP3.tst TestPipeScript.tst TestProxy.tst TestWordMangle.tst TestXMLRPC.tst 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 dates. Index: TestHTML.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestHTML.tst,v retrieving revision 1.36 retrieving revision 1.37 diff -C2 -d -r1.36 -r1.37 *** TestHTML.tst 21 Aug 2005 22:17:52 -0000 1.36 --- TestHTML.tst 20 Feb 2006 02:20:57 -0000 1.37 *************** *** 3,14 **** # Tests for HTML.pm # ! # Copyright (c) 2003 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 ---- # Tests for HTML.pm # ! # 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: IMAP_test_server.pl =================================================================== RCS file: /cvsroot/popfile/engine/tests/IMAP_test_server.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** IMAP_test_server.pl 6 Jan 2005 18:27:23 -0000 1.3 --- IMAP_test_server.pl 20 Feb 2006 02:20:57 -0000 1.4 *************** *** 3,14 **** # Tests for IMAP.pm # ! # Copyright (c) 2003 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 ---- # Tests for IMAP.pm # ! # 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: TestBayes.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestBayes.tst,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** TestBayes.tst 21 Aug 2005 22:17:52 -0000 1.59 --- TestBayes.tst 20 Feb 2006 02:20:57 -0000 1.60 *************** *** 3,14 **** # Tests for Bayes.pm # ! # Copyright (c) 2003-2005 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 ---- # Tests for Bayes.pm # ! # 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: TestBayesScript.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestBayesScript.tst,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** TestBayesScript.tst 4 Jan 2005 22:51:53 -0000 1.5 --- TestBayesScript.tst 20 Feb 2006 02:20:57 -0000 1.6 *************** *** 3,14 **** # Tests for bayes.pl # ! # Copyright (c) 2003-2005 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 ---- # Tests for bayes.pl # ! # 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: Makefile =================================================================== RCS file: /cvsroot/popfile/engine/tests/Makefile,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** Makefile 4 Jan 2005 22:51:52 -0000 1.12 --- Makefile 20 Feb 2006 02:20:57 -0000 1.13 *************** *** 4,15 **** # and for testing # ! # Copyright (c) 2003 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, --- 4,14 ---- # and for testing # ! # 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: TestMutex.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestMutex.tst,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** TestMutex.tst 3 Dec 2004 15:04:31 -0000 1.2 --- TestMutex.tst 20 Feb 2006 02:20:57 -0000 1.3 *************** *** 3,14 **** # Tests for Mutex.pm # ! # 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, --- 3,13 ---- # Tests for Mutex.pm # ! # 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: TestConfiguration.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestConfiguration.tst,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** TestConfiguration.tst 24 Aug 2005 18:35:13 -0000 1.21 --- TestConfiguration.tst 20 Feb 2006 02:20:57 -0000 1.22 *************** *** 3,14 **** # Tests for Configuration.pm # ! # Copyright (c) 2003-2005 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 ---- # Tests for Configuration.pm # ! # 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: TestXMLRPC.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestXMLRPC.tst,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** TestXMLRPC.tst 24 Aug 2005 18:35:13 -0000 1.9 --- TestXMLRPC.tst 20 Feb 2006 02:20:57 -0000 1.10 *************** *** 3,14 **** # Tests for XMLRPC.pm # ! # Copyright (c) 2003-2005 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 ---- # Tests for XMLRPC.pm # ! # 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: TestWordMangle.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestWordMangle.tst,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** TestWordMangle.tst 4 Jan 2005 22:52:10 -0000 1.10 --- TestWordMangle.tst 20 Feb 2006 02:20:57 -0000 1.11 *************** *** 3,14 **** # Tests for WordMangle.pm # ! # Copyright (c) 2003 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 ---- # Tests for WordMangle.pm # ! # 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: TestPipeScript.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestPipeScript.tst,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** TestPipeScript.tst 4 Jan 2005 22:52:10 -0000 1.8 --- TestPipeScript.tst 20 Feb 2006 02:20:57 -0000 1.9 *************** *** 3,14 **** # Tests for pipe.pl # ! # Copyright (c) 2003-2005 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 ---- # Tests for pipe.pl # ! # 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: TestLogger.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestLogger.tst,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** TestLogger.tst 4 Jan 2005 22:52:05 -0000 1.11 --- TestLogger.tst 20 Feb 2006 02:20:57 -0000 1.12 *************** *** 3,14 **** # Tests for Logger.pm # ! # Copyright (c) 2003-2005 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 ---- # Tests for Logger.pm # ! # 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: TestIMAP.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestIMAP.tst,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** TestIMAP.tst 6 Jan 2005 18:27:23 -0000 1.4 --- TestIMAP.tst 20 Feb 2006 02:20:57 -0000 1.5 *************** *** 3,14 **** # Tests for POP3.pm # ! # Copyright (c) 2003 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 ---- # Tests for POP3.pm # ! # 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: TestMQ.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestMQ.tst,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** TestMQ.tst 4 Jan 2005 22:52:05 -0000 1.6 --- TestMQ.tst 20 Feb 2006 02:20:57 -0000 1.7 *************** *** 3,14 **** # Tests for MQ.pm # ! # Copyright (c) 2003 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 ---- # Tests for MQ.pm # ! # 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: TestModule.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestModule.tst,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** TestModule.tst 4 Jan 2005 22:52:10 -0000 1.18 --- TestModule.tst 20 Feb 2006 02:20:57 -0000 1.19 *************** *** 3,14 **** # Tests for Module.pm # ! # Copyright (c) 2003-2005 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 ---- # Tests for Module.pm # ! # 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: TestMailParse.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestMailParse.tst,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** TestMailParse.tst 4 Jan 2005 22:52:05 -0000 1.44 --- TestMailParse.tst 20 Feb 2006 02:20:57 -0000 1.45 *************** *** 3,14 **** # Tests for MailParse.pm # ! # Copyright (c) 2003-2005 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 ---- # Tests for MailParse.pm # ! # 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: TestHTML.script =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestHTML.script,v retrieving revision 1.34 retrieving revision 1.35 diff -C2 -d -r1.34 -r1.35 *** TestHTML.script 10 Sep 2004 11:33:05 -0000 1.34 --- TestHTML.script 20 Feb 2006 02:20:57 -0000 1.35 *************** *** 3,14 **** # Test script for the HTML interface, loaded by TestHTML.tst # ! # Copyright (c) 2003 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 ---- # Test script for the HTML interface, loaded by TestHTML.tst # ! # 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: TestInsertScript.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestInsertScript.tst,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** TestInsertScript.tst 4 Jan 2005 22:52:05 -0000 1.7 --- TestInsertScript.tst 20 Feb 2006 02:20:57 -0000 1.8 *************** *** 3,14 **** # Tests for insert.pl # ! # Copyright (c) 2003-2005 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 ---- # Tests for insert.pl # ! # 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: TestPOP3.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestPOP3.tst,v retrieving revision 1.33 retrieving revision 1.34 diff -C2 -d -r1.33 -r1.34 *** TestPOP3.tst 22 Mar 2005 19:29:09 -0000 1.33 --- TestPOP3.tst 20 Feb 2006 02:20:57 -0000 1.34 *************** *** 3,14 **** # Tests for POP3.pm # ! # 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, --- 3,13 ---- # Tests for POP3.pm # ! # 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: TestHistory.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestHistory.tst,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** TestHistory.tst 24 Aug 2005 18:35:13 -0000 1.15 --- TestHistory.tst 20 Feb 2006 02:20:57 -0000 1.16 *************** *** 3,14 **** # Tests for History.pm # ! # Copyright (c) 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 ---- # Tests for History.pm # ! # Copyright (c) 2004-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: TestProxy.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestProxy.tst,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** TestProxy.tst 28 Feb 2005 12:36:04 -0000 1.25 --- TestProxy.tst 20 Feb 2006 02:20:57 -0000 1.26 *************** *** 3,14 **** # Tests for Proxy.pm # ! # Copyright (c) 2003 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 ---- # Tests for Proxy.pm # ! # 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: TestHTTP.tst =================================================================== RCS file: /cvsroot/popfile/engine/tests/TestHTTP.tst,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** TestHTTP.tst 21 Aug 2005 22:17:52 -0000 1.11 --- TestHTTP.tst 20 Feb 2006 02:20:57 -0000 1.12 *************** *** 3,14 **** # Tests for HTTP.pm # ! # Copyright (c) 2003-2005 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 ---- # Tests for HTTP.pm # ! # 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, |