|
From: <jgr...@us...> - 2003-07-31 16:39:27
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1:/tmp/cvs-serv21037/windows Modified Files: Makefile installer.nsi ioA.ini ioB.ini Log Message: Brian Smith correctly pointed out that we were not quite sticking to the letter of the GPL in its use and so I have updated the license file to have the full GPL and I've updated every source file to include the small required text on the GPL. Note if there's anyone out there who thinks they can use this as an excuse to do something with POPFile not covered by the GPL they can KMA because I've stated frequently and loudly that POPFile is free as in speech software and released under the GPL Index: Makefile =================================================================== RCS file: /cvsroot/popfile/windows/Makefile,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Makefile 20 May 2003 19:58:55 -0000 1.11 --- Makefile 31 Jul 2003 16:32:22 -0000 1.12 *************** *** 1,2 **** --- 1,20 ---- + # Copyright (c) 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, + # 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 + # .PHONY: all build Index: installer.nsi =================================================================== RCS file: /cvsroot/popfile/windows/installer.nsi,v retrieving revision 1.95 retrieving revision 1.96 diff -C2 -d -r1.95 -r1.96 *** installer.nsi 31 Jul 2003 10:58:31 -0000 1.95 --- installer.nsi 31 Jul 2003 16:32:23 -0000 1.96 *************** *** 8,11 **** --- 8,27 ---- # Copyright (c) 2001-2003 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, + # 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 + # #-------------------------------------------------------------------------- Index: ioA.ini =================================================================== RCS file: /cvsroot/popfile/windows/ioA.ini,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** ioA.ini 13 Jul 2003 12:38:32 -0000 1.14 --- ioA.ini 31 Jul 2003 16:32:23 -0000 1.15 *************** *** 8,11 **** --- 8,27 ---- # Copyright (c) 2001-2003 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, + # 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 + # #------------------------------------------------------------------- Index: ioB.ini =================================================================== RCS file: /cvsroot/popfile/windows/ioB.ini,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** ioB.ini 13 Jul 2003 12:38:32 -0000 1.8 --- ioB.ini 31 Jul 2003 16:32:23 -0000 1.9 *************** *** 8,11 **** --- 8,27 ---- # Copyright (c) 2001-2003 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, + # 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 + # #------------------------------------------------------------------- |