From: Joseph C. <tex...@us...> - 2006-02-06 15:16:05
|
Update of /cvsroot/popfile/engine/Platform In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22000/Platform Modified Files: Tag: b0_22_2 MSWin32.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: MSWin32.pm =================================================================== RCS file: /cvsroot/popfile/engine/Platform/MSWin32.pm,v retrieving revision 1.21 retrieving revision 1.21.4.1 diff -C2 -d -r1.21 -r1.21.4.1 *** MSWin32.pm 29 Nov 2004 16:43:52 -0000 1.21 --- MSWin32.pm 6 Feb 2006 15:15:53 -0000 1.21.4.1 *************** *** 9,20 **** # This module handles POPFile specifics on Windows # ! # 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 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,19 ---- # This module handles POPFile specifics on Windows # ! # 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, |