From: John Graham-C. <jgr...@us...> - 2005-12-19 11:42:04
|
Update of /cvsroot/popfile/engine/POPFile In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14989/POPFile Modified Files: API.pm Configuration.pm Database.pm History.pm Loader.pm Logger.pm MQ.pm Module.pm Mutex.pm 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: History.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/History.pm,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** History.pm 24 Aug 2005 18:35:13 -0000 1.37 --- History.pm 19 Dec 2005 11:41:53 -0000 1.38 *************** *** 14,21 **** # 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, --- 14,20 ---- # 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, Index: Configuration.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Configuration.pm,v retrieving revision 1.56 retrieving revision 1.57 diff -C2 -d -r1.56 -r1.57 *** Configuration.pm 24 Aug 2005 18:35:13 -0000 1.56 --- Configuration.pm 19 Dec 2005 11:41:53 -0000 1.57 *************** *** 16,23 **** # 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, --- 16,22 ---- # 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, Index: Loader.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Loader.pm,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** Loader.pm 21 Nov 2005 10:26:51 -0000 1.35 --- Loader.pm 19 Dec 2005 11:41:53 -0000 1.36 *************** *** 16,32 **** # 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, ! # but WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ! # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License ! # along with POPFile; if not, write to the Free Software ! # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # Created by Sam Schinke (ssc...@us...) --- 16,31 ---- # 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, but ! # WITHOUT ANY WARRANTY; without even the implied warranty of ! # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ! # General Public License for more details. # # You should have received a copy of the GNU General Public License ! # along with POPFile; if not, write to the Free Software Foundation, ! # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # # Created by Sam Schinke (ssc...@us...) Index: Database.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Database.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Database.pm 24 Aug 2005 18:35:13 -0000 1.5 --- Database.pm 19 Dec 2005 11:41:53 -0000 1.6 *************** *** 14,21 **** # 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, --- 14,20 ---- # 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, Index: Mutex.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Mutex.pm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Mutex.pm 7 Dec 2004 00:41:43 -0000 1.3 --- Mutex.pm 19 Dec 2005 11:41:53 -0000 1.4 *************** *** 10,17 **** # 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, --- 10,16 ---- # 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, Index: Module.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Module.pm,v retrieving revision 1.50 retrieving revision 1.51 diff -C2 -d -r1.50 -r1.51 *** Module.pm 13 Feb 2005 02:16:34 -0000 1.50 --- Module.pm 19 Dec 2005 11:41:53 -0000 1.51 *************** *** 7,14 **** # 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, --- 7,13 ---- # 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, Index: MQ.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/MQ.pm,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** MQ.pm 7 Apr 2005 19:54:45 -0000 1.21 --- MQ.pm 19 Dec 2005 11:41:53 -0000 1.22 *************** *** 48,55 **** # 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, --- 48,54 ---- # 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, Index: API.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/API.pm,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** API.pm 21 Aug 2005 22:17:47 -0000 1.12 --- API.pm 19 Dec 2005 11:41:53 -0000 1.13 *************** *** 9,16 **** # 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,15 ---- # 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, Index: Logger.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Logger.pm,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** Logger.pm 27 Dec 2004 18:10:18 -0000 1.43 --- Logger.pm 19 Dec 2005 11:41:53 -0000 1.44 *************** *** 14,21 **** # 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, --- 14,20 ---- # 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, |