From: Brian S. <xue...@us...> - 2005-12-21 20:35:37
|
Update of /cvsroot/popfile/windows/add-ons In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30566 Modified Files: addssl.nsi updateimap.nsi 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: updateimap.nsi =================================================================== RCS file: /cvsroot/popfile/windows/add-ons/updateimap.nsi,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** updateimap.nsi 20 Aug 2005 11:53:37 -0000 1.2 --- updateimap.nsi 21 Dec 2005 20:35:25 -0000 1.3 *************** *** 11,18 **** # 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,17 ---- # 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, *************** *** 122,126 **** Name "POPFile IMAP Updater" ! !define C_PFI_VERSION "0.0.6" ; Mention the wizard's version number in the window title --- 121,125 ---- Name "POPFile IMAP Updater" ! !define C_PFI_VERSION "0.0.7" ; Mention the wizard's version number in the window title Index: addssl.nsi =================================================================== RCS file: /cvsroot/popfile/windows/add-ons/addssl.nsi,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** addssl.nsi 13 Oct 2005 12:03:58 -0000 1.12 --- addssl.nsi 21 Dec 2005 20:35:25 -0000 1.13 *************** *** 28,35 **** # 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, --- 28,34 ---- # 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, *************** *** 182,186 **** Name "POPFile SSL Setup" ! !define C_PFI_VERSION "0.1.2" ; Mention the wizard's version number in the window title --- 181,185 ---- Name "POPFile SSL Setup" ! !define C_PFI_VERSION "0.1.3" ; Mention the wizard's version number in the window title |