From: Brian S. <xue...@us...> - 2005-12-21 20:30:06
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28961 Modified Files: CBP.nsh getssl.nsh ioA.ini ioB.ini ioC.ini ioE.ini ioF.ini ioG.ini Log Message: Bring the installer and the other utilities built using NSIS into line with the rest of POPFile by removing the option for anyone using POPFile to license it under any version of the GPL other than v2. Index: CBP.nsh =================================================================== RCS file: /cvsroot/popfile/windows/CBP.nsh,v retrieving revision 1.35 retrieving revision 1.36 diff -C2 -d -r1.35 -r1.36 *** CBP.nsh 6 Feb 2005 23:08:44 -0000 1.35 --- CBP.nsh 21 Dec 2005 20:29:51 -0000 1.36 *************** *** 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 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, *************** *** 1109,1113 **** ; WARNING: ! ; This 'FileWrite' uses a string which is only SIX characters less than the maximum allowed ! FileWrite ${L_INI_HANDLE} \ --- 1108,1112 ---- ; WARNING: ! ; This 'FileWrite' uses a string which is a few dozen chars less than the maximum allowed ! FileWrite ${L_INI_HANDLE} \ *************** *** 1116,1127 **** # CBP.ini --- generated by the 'CBP_CreateINIfile' function${MB_NL}\ #${MB_NL}\ ! # Copyright (c) 2003-2004 John Graham-Cumming${MB_NL}\ #${MB_NL}\ # This file is part of POPFile${MB_NL}\ #${MB_NL}\ ! # POPFile is free software; you can redistribute it and/or modify${MB_NL}\ ! # it under the terms of the GNU General Public License as published by${MB_NL}\ ! # the Free Software Foundation; either version 2 of the License, or${MB_NL}\ ! # (at your option) any later version.${MB_NL}\ #${MB_NL}\ # POPFile is distributed in the hope that it will be useful,${MB_NL}\ --- 1115,1125 ---- # CBP.ini --- generated by the 'CBP_CreateINIfile' function${MB_NL}\ #${MB_NL}\ ! # Copyright (c) 2003-2005 John Graham-Cumming${MB_NL}\ #${MB_NL}\ # This file is part of POPFile${MB_NL}\ #${MB_NL}\ ! # POPFile is free software; you can redistribute it and/or modify it${MB_NL}\ ! # under the terms of version 2 of the GNU General Public License as${MB_NL}\ ! # published by the Free Software Foundation.${MB_NL}\ #${MB_NL}\ # POPFile is distributed in the hope that it will be useful,${MB_NL}\ Index: ioF.ini =================================================================== RCS file: /cvsroot/popfile/windows/ioF.ini,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ioF.ini 9 Jun 2004 15:06:04 -0000 1.5 --- ioF.ini 21 Dec 2005 20:29:51 -0000 1.6 *************** *** 6,17 **** # clients found in the registry. # ! # 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, --- 6,16 ---- # clients found in the registry. # ! # 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 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: ioC.ini =================================================================== RCS file: /cvsroot/popfile/windows/ioC.ini,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** ioC.ini 9 Jun 2004 15:06:04 -0000 1.13 --- ioC.ini 21 Dec 2005 20:29:51 -0000 1.14 *************** *** 6,17 **** # POPFile. # ! # 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, --- 6,16 ---- # POPFile. # ! # 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 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: getssl.nsh =================================================================== RCS file: /cvsroot/popfile/windows/getssl.nsh,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** getssl.nsh 3 Oct 2005 16:11:28 -0000 1.7 --- getssl.nsh 21 Dec 2005 20:29:51 -0000 1.8 *************** *** 13,20 **** # 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, --- 13,19 ---- # 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: ioA.ini =================================================================== RCS file: /cvsroot/popfile/windows/ioA.ini,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** ioA.ini 9 Jun 2004 15:06:04 -0000 1.19 --- ioA.ini 21 Dec 2005 20:29:51 -0000 1.20 *************** *** 6,17 **** # and startup options. # ! # Copyright (c) 2002-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 ---- # and startup options. # ! # Copyright (c) 2002-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 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: ioG.ini =================================================================== RCS file: /cvsroot/popfile/windows/ioG.ini,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** ioG.ini 9 Jun 2004 15:06:04 -0000 1.5 --- ioG.ini 21 Dec 2005 20:29:51 -0000 1.6 *************** *** 5,16 **** # defines the layout of the custom page used for messages. # ! # 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, --- 5,15 ---- # defines the layout of the custom page used for messages. # ! # 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 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: ioE.ini =================================================================== RCS file: /cvsroot/popfile/windows/ioE.ini,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** ioE.ini 9 Jun 2004 15:06:04 -0000 1.4 --- ioE.ini 21 Dec 2005 20:29:51 -0000 1.5 *************** *** 6,17 **** # Eudora personalities. # ! # 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, --- 6,16 ---- # Eudora personalities. # ! # 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 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: ioB.ini =================================================================== RCS file: /cvsroot/popfile/windows/ioB.ini,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** ioB.ini 9 Jun 2004 15:06:04 -0000 1.14 --- ioB.ini 21 Dec 2005 20:29:51 -0000 1.15 *************** *** 6,17 **** # Outlook Express and Outlook accounts. # ! # 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, --- 6,16 ---- # Outlook Express and Outlook accounts. # ! # 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 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, |