# HG changeset patch # User paulb # Date 1129050710 0 # Node ID 9a243ff7c5c21e2c18fb4351411bc69773c75e05 # Parent 5d5cb645ac9776311d7ce51874b9996280ed2b0c [project @ 2005-10-11 17:11:50 by paulb] Added copyright and licence information. diff -r 5d5cb645ac97 -r 9a243ff7c5c2 pprocess.py --- a/pprocess.py Tue Oct 11 17:07:11 2005 +0000 +++ b/pprocess.py Tue Oct 11 17:11:50 2005 +0000 @@ -4,6 +4,25 @@ A simple parallel processing API for Python, inspired somewhat by the thread module, slightly less by pypar, and slightly less still by pypvm. +Copyright (C) 2005 Paul Boddie + +This software 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. + +This software 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 this library; see the file LICENCE.txt +If not, write to the Free Software Foundation, Inc., +59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + +-------- + Thread-style Processing -----------------------