From: Joseph C. <tex...@us...> - 2006-02-06 15:10:10
|
Update of /cvsroot/popfile/engine In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21336 Modified Files: Makefile bayes.pl color.pl coverage.pl insert.pl make_packing_list.pl pipe.pl popfile-check-setup.pl popfile-service.pl popfile-tray.pl popfile-windows.pl popfile.pl tests.pl traintest.pl vars.mak viewer.pl xval.pl 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: popfile-tray.pl =================================================================== RCS file: /cvsroot/popfile/engine/popfile-tray.pl,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** popfile-tray.pl 19 Dec 2005 11:41:52 -0000 1.11 --- popfile-tray.pl 6 Feb 2006 15:09:54 -0000 1.12 *************** *** 10,19 **** # 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 version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 10,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. # Index: popfile-windows.pl =================================================================== RCS file: /cvsroot/popfile/engine/popfile-windows.pl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** popfile-windows.pl 19 Dec 2005 11:41:52 -0000 1.7 --- popfile-windows.pl 6 Feb 2006 15:09:54 -0000 1.8 *************** *** 11,20 **** # 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 version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 11,20 ---- # 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. # Index: coverage.pl =================================================================== RCS file: /cvsroot/popfile/engine/coverage.pl,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** coverage.pl 19 Dec 2005 11:41:52 -0000 1.12 --- coverage.pl 6 Feb 2006 15:09:54 -0000 1.13 *************** *** 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.9 diff -C2 -d -r1.8 -r1.9 *** color.pl 29 Nov 2004 16:43:39 -0000 1.8 --- color.pl 6 Feb 2006 15:09:54 -0000 1.9 *************** *** 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.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** insert.pl 19 Dec 2005 11:41:52 -0000 1.40 --- insert.pl 6 Feb 2006 15:09:54 -0000 1.41 *************** *** 4,13 **** # 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 version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 4,13 ---- # 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. # Index: tests.pl =================================================================== RCS file: /cvsroot/popfile/engine/tests.pl,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** tests.pl 27 Dec 2004 14:54:26 -0000 1.49 --- tests.pl 6 Feb 2006 15:09:54 -0000 1.50 *************** *** 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.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** pipe.pl 19 Dec 2005 11:41:52 -0000 1.16 --- pipe.pl 6 Feb 2006 15:09:54 -0000 1.17 *************** *** 5,14 **** # 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 version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 5,14 ---- # 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. # Index: Makefile =================================================================== RCS file: /cvsroot/popfile/engine/Makefile,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** Makefile 21 Aug 2005 22:17:46 -0000 1.43 --- Makefile 6 Feb 2006 15:09:54 -0000 1.44 *************** *** 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 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.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** popfile-service.pl 19 Dec 2005 11:41:52 -0000 1.6 --- popfile-service.pl 6 Feb 2006 15:09:54 -0000 1.7 *************** *** 10,19 **** # 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 version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 10,19 ---- # 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. # Index: traintest.pl =================================================================== RCS file: /cvsroot/popfile/engine/traintest.pl,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** traintest.pl 29 Nov 2004 16:43:39 -0000 1.7 --- traintest.pl 6 Feb 2006 15:09:54 -0000 1.8 *************** *** 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.11 diff -C2 -d -r1.10 -r1.11 *** viewer.pl 29 Nov 2004 16:43:39 -0000 1.10 --- viewer.pl 6 Feb 2006 15:09:54 -0000 1.11 *************** *** 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 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** vars.mak 19 Dec 2004 01:07:36 -0000 1.11 --- vars.mak 6 Feb 2006 15:09:54 -0000 1.12 *************** *** 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-check-setup.pl =================================================================== RCS file: /cvsroot/popfile/engine/popfile-check-setup.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** popfile-check-setup.pl 19 Dec 2005 11:41:52 -0000 1.2 --- popfile-check-setup.pl 6 Feb 2006 15:09:54 -0000 1.3 *************** *** 7,16 **** # installed. # ! # Copyright (c) 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. # --- 7,16 ---- # installed. # ! # Copyright (c) 2005-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.pl =================================================================== RCS file: /cvsroot/popfile/engine/popfile.pl,v retrieving revision 1.231 retrieving revision 1.232 diff -C2 -d -r1.231 -r1.232 *** popfile.pl 19 Dec 2005 11:41:52 -0000 1.231 --- popfile.pl 6 Feb 2006 15:09:54 -0000 1.232 *************** *** 9,18 **** # which category the message belongs in and much more... # ! # 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 ---- # 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. # Index: xval.pl =================================================================== RCS file: /cvsroot/popfile/engine/xval.pl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** xval.pl 29 Nov 2004 16:43:39 -0000 1.4 --- xval.pl 6 Feb 2006 15:09:54 -0000 1.5 *************** *** 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.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** bayes.pl 19 Dec 2005 11:41:52 -0000 1.40 --- bayes.pl 6 Feb 2006 15:09:54 -0000 1.41 *************** *** 4,13 **** # 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 version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 4,13 ---- # 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. # Index: make_packing_list.pl =================================================================== RCS file: /cvsroot/popfile/engine/make_packing_list.pl,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** make_packing_list.pl 19 Dec 2005 11:41:52 -0000 1.4 --- make_packing_list.pl 6 Feb 2006 15:09:54 -0000 1.5 *************** *** 6,15 **** # 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 version 2 of the GNU General Public License as # published by the Free Software Foundation. # --- 6,15 ---- # 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. # |