From: Joseph C. <tex...@us...> - 2006-02-07 18:35:20
|
Update of /cvsroot/popfile/engine In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15525 Modified Files: Tag: b0_22_2 Makefile bayes.pl color.pl coverage.pl insert.pl make_packing_list.pl pipe.pl popfile-service.pl popfile-tray.pl popfile-windows.pl popfile.pl tests.pl traintest.pl vars.mak viewer.pl xval.pl Log Message: Update GPL 2 text for files that got missed. Index: popfile-tray.pl =================================================================== RCS file: /cvsroot/popfile/engine/popfile-tray.pl,v retrieving revision 1.9 retrieving revision 1.9.4.1 diff -C2 -d -r1.9 -r1.9.4.1 *** popfile-tray.pl 29 Nov 2004 16:43:39 -0000 1.9 --- popfile-tray.pl 7 Feb 2006 11:09:54 -0000 1.9.4.1 *************** *** 8,19 **** # tell the client which category the message belongs in and much more... # ! # 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 ---- # tell the client which category the message belongs in and much more... # ! # 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-windows.pl =================================================================== RCS file: /cvsroot/popfile/engine/popfile-windows.pl,v retrieving revision 1.6 retrieving revision 1.6.4.1 diff -C2 -d -r1.6 -r1.6.4.1 *** popfile-windows.pl 29 Nov 2004 16:43:39 -0000 1.6 --- popfile-windows.pl 7 Feb 2006 11:09:54 -0000 1.6.4.1 *************** *** 11,22 **** # popfileb.exe Run POPFile in the background # ! # 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, --- 11,21 ---- # popfileb.exe Run POPFile in the background # ! # 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: coverage.pl =================================================================== RCS file: /cvsroot/popfile/engine/coverage.pl,v retrieving revision 1.11 retrieving revision 1.11.4.1 diff -C2 -d -r1.11 -r1.11.4.1 *** coverage.pl 29 Nov 2004 16:43:39 -0000 1.11 --- coverage.pl 7 Feb 2006 11:09:54 -0000 1.11.4.1 *************** *** 4,8 **** # coverage.pl - Calculate coverage data from LNE files # ! # Copyright (c) 2001-2003 John Graham-Cumming # # ---------------------------------------------------------------------------- --- 4,8 ---- # coverage.pl - Calculate coverage data from LNE files # ! # Copyright (c) 2001-2006 John Graham-Cumming # # ---------------------------------------------------------------------------- Index: color.pl =================================================================== RCS file: /cvsroot/popfile/engine/color.pl,v retrieving revision 1.8 retrieving revision 1.8.4.1 diff -C2 -d -r1.8 -r1.8.4.1 *** color.pl 29 Nov 2004 16:43:39 -0000 1.8 --- color.pl 7 Feb 2006 11:09:54 -0000 1.8.4.1 *************** *** 4,8 **** # color.pl --- Used to view a colorized email message # ! # Copyright (c) 2001-2003 John Graham-Cumming # # ---------------------------------------------------------------------------- --- 4,8 ---- # color.pl --- Used to view a colorized email message # ! # Copyright (c) 2001-2006 John Graham-Cumming # # ---------------------------------------------------------------------------- Index: insert.pl =================================================================== RCS file: /cvsroot/popfile/engine/insert.pl,v retrieving revision 1.37 retrieving revision 1.37.4.1 diff -C2 -d -r1.37 -r1.37.4.1 *** insert.pl 29 Nov 2004 16:43:39 -0000 1.37 --- insert.pl 7 Feb 2006 11:09:54 -0000 1.37.4.1 *************** *** 4,15 **** # insert.pl --- Inserts a mail message into a specific bucket # ! # 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, --- 4,14 ---- # insert.pl --- Inserts a mail message into a specific bucket # ! # 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: tests.pl =================================================================== RCS file: /cvsroot/popfile/engine/tests.pl,v retrieving revision 1.48 retrieving revision 1.48.4.1 diff -C2 -d -r1.48 -r1.48.4.1 *** tests.pl 29 Nov 2004 16:43:39 -0000 1.48 --- tests.pl 7 Feb 2006 11:09:54 -0000 1.48.4.1 *************** *** 4,15 **** # tests.pl - Unit tests for POPFile # ! # Copyright (c) 2001-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 ---- # tests.pl - Unit tests for POPFile # ! # 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: pipe.pl =================================================================== RCS file: /cvsroot/popfile/engine/pipe.pl,v retrieving revision 1.13 retrieving revision 1.13.4.1 diff -C2 -d -r1.13 -r1.13.4.1 *** pipe.pl 29 Nov 2004 16:43:39 -0000 1.13 --- pipe.pl 7 Feb 2006 11:09:54 -0000 1.13.4.1 *************** *** 4,15 **** # pipe.pl --- Read a message in on STDIN and write out the modified version on STDOUT # ! # 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, --- 4,14 ---- # pipe.pl --- Read a message in on STDIN and write out the modified version on STDOUT # ! # 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: Makefile =================================================================== RCS file: /cvsroot/popfile/engine/Makefile,v retrieving revision 1.41.4.1 retrieving revision 1.41.4.2 diff -C2 -d -r1.41.4.1 -r1.41.4.2 *** Makefile 13 Sep 2005 19:38:31 -0000 1.41.4.1 --- Makefile 7 Feb 2006 11:09:54 -0000 1.41.4.2 *************** *** 4,8 **** # and for testing # ! # Copyright (c) 2003-2004 John Graham-Cumming include vars.mak --- 4,8 ---- # and for testing # ! # Copyright (c) 2003-2006 John Graham-Cumming include vars.mak *************** *** 63,67 **** winexe: popfile.exe popfileb.exe popfilef.exe popfileib.exe popfileif.exe trayicon.ico ../windows/POPFileIcon/popfile.ico popfile-service.exe ! COMMON_EXE_OPTIONS = --exe $@ --force --clean --dependent --xclude --icon ../windows/POPFileIcon/popfile.ico --icon trayicon.ico --script $< --info CompanyName="The POPFile Project" --info LegalCopyright="Copyright (c) 2003-2005 John Graham-Cumming" --info ProductName=POPFile --info ProductVersion=$(POPFILE_VERSION).0 --info FileDescription=POPFile --info FileVersion=$(POPFILE_VERSION).0 ifeq ($(EXE_DEBUG),1) COMMON_EXE_OPTIONS += --debug --- 63,67 ---- winexe: popfile.exe popfileb.exe popfilef.exe popfileib.exe popfileif.exe trayicon.ico ../windows/POPFileIcon/popfile.ico popfile-service.exe ! COMMON_EXE_OPTIONS = --exe $@ --force --clean --dependent --xclude --icon ../windows/POPFileIcon/popfile.ico --icon trayicon.ico --script $< --info CompanyName="The POPFile Project" --info LegalCopyright="Copyright (c) 2006 John Graham-Cumming" --info ProductName=POPFile --info ProductVersion=$(POPFILE_VERSION).0 --info FileDescription=POPFile --info FileVersion=$(POPFILE_VERSION).0 ifeq ($(EXE_DEBUG),1) COMMON_EXE_OPTIONS += --debug Index: popfile-service.pl =================================================================== RCS file: /cvsroot/popfile/engine/popfile-service.pl,v retrieving revision 1.4 retrieving revision 1.4.4.1 diff -C2 -d -r1.4 -r1.4.4.1 *** popfile-service.pl 29 Nov 2004 16:43:39 -0000 1.4 --- popfile-service.pl 7 Feb 2006 11:09:54 -0000 1.4.4.1 *************** *** 8,19 **** # tell the client which category the message belongs in and much more... # ! # 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, --- 8,18 ---- # tell the client which category the message belongs in and much more... # ! # 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: traintest.pl =================================================================== RCS file: /cvsroot/popfile/engine/traintest.pl,v retrieving revision 1.7 retrieving revision 1.7.4.1 diff -C2 -d -r1.7 -r1.7.4.1 *** traintest.pl 29 Nov 2004 16:43:39 -0000 1.7 --- traintest.pl 7 Feb 2006 11:09:54 -0000 1.7.4.1 *************** *** 4,8 **** # traintest.pl - Simulate training on errors using a saved archive. # ! # Copyright (c) 2001-2003 John Graham-Cumming # # ---------------------------------------------------------------------------- --- 4,8 ---- # traintest.pl - Simulate training on errors using a saved archive. # ! # Copyright (c) 2001-2006 John Graham-Cumming # # ---------------------------------------------------------------------------- Index: viewer.pl =================================================================== RCS file: /cvsroot/popfile/engine/viewer.pl,v retrieving revision 1.10 retrieving revision 1.10.4.1 diff -C2 -d -r1.10 -r1.10.4.1 *** viewer.pl 29 Nov 2004 16:43:39 -0000 1.10 --- viewer.pl 7 Feb 2006 11:09:54 -0000 1.10.4.1 *************** *** 4,8 **** # viewer.pl --- Used to view information about bucket probabilities # ! # Copyright (c) 2001-2003 John Graham-Cumming # # ---------------------------------------------------------------------------- --- 4,8 ---- # viewer.pl --- Used to view information about bucket probabilities # ! # Copyright (c) 2001-2006 John Graham-Cumming # # ---------------------------------------------------------------------------- Index: vars.mak =================================================================== RCS file: /cvsroot/popfile/engine/vars.mak,v retrieving revision 1.11.4.1 retrieving revision 1.11.4.2 diff -C2 -d -r1.11.4.1 -r1.11.4.2 *** vars.mak 13 Sep 2005 19:38:31 -0000 1.11.4.1 --- vars.mak 7 Feb 2006 11:09:54 -0000 1.11.4.2 *************** *** 4,8 **** # and for testing # ! # Copyright (c) 2003-2004 John Graham-Cumming export POPFILE_MAJOR_VERSION=0 --- 4,8 ---- # and for testing # ! # Copyright (c) 2003-2006 John Graham-Cumming export POPFILE_MAJOR_VERSION=0 Index: popfile.pl =================================================================== RCS file: /cvsroot/popfile/engine/popfile.pl,v retrieving revision 1.225 retrieving revision 1.225.4.1 diff -C2 -d -r1.225 -r1.225.4.1 *** popfile.pl 1 Dec 2004 03:06:30 -0000 1.225 --- popfile.pl 7 Feb 2006 11:09:54 -0000 1.225.4.1 *************** *** 9,20 **** # which category the message belongs in and much more... # ! # 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 ---- # which category the message belongs in and much more... # ! # 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: xval.pl =================================================================== RCS file: /cvsroot/popfile/engine/xval.pl,v retrieving revision 1.4 retrieving revision 1.4.4.1 diff -C2 -d -r1.4 -r1.4.4.1 *** xval.pl 29 Nov 2004 16:43:39 -0000 1.4 --- xval.pl 7 Feb 2006 11:09:54 -0000 1.4.4.1 *************** *** 4,8 **** # traintest.pl - Simulate training on errors using a saved archive. # ! # Copyright (c) 2001-2003 John Graham-Cumming # # ---------------------------------------------------------------------------- --- 4,8 ---- # traintest.pl - Simulate training on errors using a saved archive. # ! # Copyright (c) 2001-2006 John Graham-Cumming # # ---------------------------------------------------------------------------- Index: bayes.pl =================================================================== RCS file: /cvsroot/popfile/engine/bayes.pl,v retrieving revision 1.37 retrieving revision 1.37.4.1 diff -C2 -d -r1.37 -r1.37.4.1 *** bayes.pl 29 Nov 2004 16:43:39 -0000 1.37 --- bayes.pl 7 Feb 2006 11:09:54 -0000 1.37.4.1 *************** *** 4,15 **** # bayes.pl --- Classify a mail message manually # ! # 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, --- 4,14 ---- # bayes.pl --- Classify a mail message manually # ! # 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: make_packing_list.pl =================================================================== RCS file: /cvsroot/popfile/engine/make_packing_list.pl,v retrieving revision 1.3 retrieving revision 1.3.4.1 diff -C2 -d -r1.3 -r1.3.4.1 *** make_packing_list.pl 1 Dec 2004 03:06:30 -0000 1.3 --- make_packing_list.pl 7 Feb 2006 11:09:54 -0000 1.3.4.1 *************** *** 6,17 **** # Builds the POPFile packing list of required modules # ! # 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, --- 6,16 ---- # Builds the POPFile packing list of required modules # ! # 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, |