From: Joseph C. <tex...@us...> - 2006-02-20 02:11:17
|
Update of /cvsroot/popfile/engine/Classifier In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15722/Classifier Modified Files: Bayes.pm MailParse.pm WordMangle.pm popfile.sql Log Message: Update copyright dates and GPL 2 text. Index: WordMangle.pm =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/WordMangle.pm,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** WordMangle.pm 19 Dec 2005 11:41:52 -0000 1.42 --- WordMangle.pm 20 Feb 2006 02:11:14 -0000 1.43 *************** *** 9,18 **** # 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 version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 9,18 ---- # 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. # Index: Bayes.pm =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/Bayes.pm,v retrieving revision 1.349 retrieving revision 1.350 diff -C2 -d -r1.349 -r1.350 *** Bayes.pm 20 Dec 2005 20:22:06 -0000 1.349 --- Bayes.pm 20 Feb 2006 02:11:13 -0000 1.350 *************** *** 9,18 **** # Bayes.pm --- Naive Bayes text classifier # ! # Copyright (c) 2001-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 version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 9,18 ---- # 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. # Index: MailParse.pm =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/MailParse.pm,v retrieving revision 1.223 retrieving revision 1.224 diff -C2 -d -r1.223 -r1.224 *** MailParse.pm 6 Feb 2006 19:29:48 -0000 1.223 --- MailParse.pm 20 Feb 2006 02:11:14 -0000 1.224 *************** *** 5,14 **** # 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 version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 5,14 ---- # 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. # Index: popfile.sql =================================================================== RCS file: /cvsroot/popfile/engine/Classifier/popfile.sql,v retrieving revision 1.26 retrieving revision 1.27 diff -C2 -d -r1.26 -r1.27 *** popfile.sql 19 Dec 2005 11:41:52 -0000 1.26 --- popfile.sql 20 Feb 2006 02:11:14 -0000 1.27 *************** *** 4,13 **** -- popfile.schema - POPFile's database schema -- ! -- 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 version 2 of the GNU General Public License as -- published by the Free Software Foundation. -- --- 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 of version 2 of the GNU General Public License as -- published by the Free Software Foundation. -- |