From: Joseph C. <tex...@us...> - 2006-02-06 15:16:12
|
Update of /cvsroot/popfile/engine/Classifier In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22000/Classifier Modified Files: Tag: b0_22_2 Bayes.pm MailParse.pm WordMangle.pm popfile.sql 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: WordMangle.pm =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/WordMangle.pm,v retrieving revision 1.40 retrieving revision 1.40.4.1 diff -C2 -d -r1.40 -r1.40.4.1 *** WordMangle.pm 17 Dec 2004 12:23:57 -0000 1.40 --- WordMangle.pm 6 Feb 2006 15:15:52 -0000 1.40.4.1 *************** *** 9,20 **** # WordMangle.pm --- Mangle words for better classification # ! # 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, --- 9,19 ---- # WordMangle.pm --- Mangle words for better classification # ! # 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: Bayes.pm =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/Bayes.pm,v retrieving revision 1.327.4.4 retrieving revision 1.327.4.5 diff -C2 -d -r1.327.4.4 -r1.327.4.5 *** Bayes.pm 26 Sep 2005 11:54:28 -0000 1.327.4.4 --- Bayes.pm 6 Feb 2006 15:15:52 -0000 1.327.4.5 *************** *** 9,20 **** # Bayes.pm --- Naive Bayes text classifier # ! # 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, --- 9,19 ---- # Bayes.pm --- Naive Bayes text classifier # ! # 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: MailParse.pm =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/MailParse.pm,v retrieving revision 1.216.4.2 retrieving revision 1.216.4.3 diff -C2 -d -r1.216.4.2 -r1.216.4.3 *** MailParse.pm 6 Feb 2006 09:18:39 -0000 1.216.4.2 --- MailParse.pm 6 Feb 2006 15:15:52 -0000 1.216.4.3 *************** *** 5,16 **** # MailParse.pm --- Parse a mail message or messages into words # ! # 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 ---- # MailParse.pm --- Parse a mail message or messages into words # ! # 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: popfile.sql =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/popfile.sql,v retrieving revision 1.17 retrieving revision 1.17.6.1 diff -C2 -d -r1.17 -r1.17.6.1 *** popfile.sql 22 Sep 2004 12:00:03 -0000 1.17 --- popfile.sql 6 Feb 2006 15:15:52 -0000 1.17.6.1 *************** *** 4,15 **** -- popfile.schema - POPFile's database schema -- ! -- 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, --- 4,14 ---- -- popfile.schema - POPFile's database schema -- ! -- 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 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, |