Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28174
Modified Files:
adduser-EmailConfig.nsh adduser-Uninstall.nsh
adduser-Version.nsh adduser.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: adduser-Uninstall.nsh
===================================================================
RCS file: /cvsroot/popfile/windows/adduser-Uninstall.nsh,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** adduser-Uninstall.nsh 12 Aug 2005 12:58:23 -0000 1.2
--- adduser-Uninstall.nsh 21 Dec 2005 20:27:51 -0000 1.3
***************
*** 8,15 ****
# 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,14 ----
# 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: adduser-EmailConfig.nsh
===================================================================
RCS file: /cvsroot/popfile/windows/adduser-EmailConfig.nsh,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** adduser-EmailConfig.nsh 2 Mar 2005 19:50:18 -0000 1.1
--- adduser-EmailConfig.nsh 21 Dec 2005 20:27:51 -0000 1.2
***************
*** 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 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: adduser-Version.nsh
===================================================================
RCS file: /cvsroot/popfile/windows/adduser-Version.nsh,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** adduser-Version.nsh 27 Sep 2005 13:08:31 -0000 1.7
--- adduser-Version.nsh 21 Dec 2005 20:27:51 -0000 1.8
***************
*** 7,11 ****
#--------------------------------------------------------------------------
! !define C_PFI_VERSION "0.3.0"
#--------------------------------------------------------------------------
--- 7,11 ----
#--------------------------------------------------------------------------
! !define C_PFI_VERSION "0.3.1"
#--------------------------------------------------------------------------
Index: adduser.nsi
===================================================================
RCS file: /cvsroot/popfile/windows/adduser.nsi,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -d -r1.79 -r1.80
*** adduser.nsi 27 Sep 2005 13:08:31 -0000 1.79
--- adduser.nsi 21 Dec 2005 20:27:51 -0000 1.80
***************
*** 12,19 ****
# 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,
--- 12,18 ----
# 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,
|