Author: KirkMcDonald Date: 2008-01-05 01:00:29 +0000 (Sat, 05 Jan 2008) New Revision: 751
Modified: trunk/pysoy/scripts/_eventloop.py Log: Copyright notice, Id property. Modified: trunk/pysoy/scripts/_eventloop.py =================================================================== --- trunk/pysoy/scripts/_eventloop.py 2008-01-05 00:58:29 UTC (rev 750) +++ trunk/pysoy/scripts/_eventloop.py 2008-01-05 01:00:29 UTC (rev 751) @@ -1,3 +1,22 @@ +# PySoy callback event loop +# +# Copyright (C) 2006,2007,2008 PySoy Group +# +# This program 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 3 of the License, or +# (at your option) any later version. +# +# This program 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 program; if not, see http://www.gnu.org/licenses +# +# $Id$ + import threading from _core import get_queue Property changes on: trunk/pysoy/scripts/_eventloop.py ___________________________________________________________________ Name: svn:keywords + Id _______________________________________________ PySoy-SVN mailing list [email protected] http://www.pysoy.org/mailman/listinfo/pysoy-svn
