|
From: <jgr...@us...> - 2003-07-31 16:45:48
|
Update of /cvsroot/popfile/engine/POPFile In directory sc8-pr-cvs1:/tmp/cvs-serv21037/engine/POPFile Modified Files: Configuration.pm Loader.pm Logger.pm MQ.pm Module.pm 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: Configuration.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Configuration.pm,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** Configuration.pm 26 Jul 2003 18:28:28 -0000 1.25 --- Configuration.pm 31 Jul 2003 16:32:21 -0000 1.26 *************** *** 14,17 **** --- 14,33 ---- # 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: Loader.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Loader.pm,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Loader.pm 26 Jul 2003 18:28:28 -0000 1.4 --- Loader.pm 31 Jul 2003 16:32:21 -0000 1.5 *************** *** 14,17 **** --- 14,33 ---- # 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: Logger.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Logger.pm,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Logger.pm 26 Jul 2003 18:28:28 -0000 1.21 --- Logger.pm 31 Jul 2003 16:32:21 -0000 1.22 *************** *** 12,15 **** --- 12,31 ---- # 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: MQ.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/MQ.pm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** MQ.pm 31 Jul 2003 01:54:31 -0000 1.5 --- MQ.pm 31 Jul 2003 16:32:21 -0000 1.6 *************** *** 42,45 **** --- 42,61 ---- # 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: Module.pm =================================================================== RCS file: /cvsroot/popfile/engine/POPFile/Module.pm,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Module.pm 14 Jun 2003 21:10:12 -0000 1.10 --- Module.pm 31 Jul 2003 16:32:21 -0000 1.11 *************** *** 5,8 **** --- 5,24 ---- # 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 + # #---------------------------------------------------------------------------- |