X-Git-Url: http://git.tremily.us/?p=pypid.git;a=blobdiff_plain;f=pypid%2Fcontroller.py;fp=pypid%2Fcontroller.py;h=07df6e24dec821a7d4f0c0cb6322116c04287ee4;hp=0a9677e9058eaacd1f82337e87e4eb36660e1f0e;hb=b0b5f9c3a5603bed3109a36d2c00a0e070ac3dde;hpb=fb1b03e0f3b30a487d11808217e195ec0af698a7 diff --git a/pypid/controller.py b/pypid/controller.py index 0a9677e..07df6e2 100644 --- a/pypid/controller.py +++ b/pypid/controller.py @@ -1,20 +1,18 @@ -# Copyright (C) 2008-2011 W. Trevor King +# Copyright (C) 2011-2012 W. Trevor King # # This file is part of pypid. # -# pypid is free software: you can redistribute it and/or -# modify it under the terms of the GNU Lesser General Public -# License as published by the Free Software Foundation, either -# version 3 of the License, or (at your option) any later version. +# pypid 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. # -# pypid 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 Lesser General Public License for more details. +# pypid 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 Lesser General Public -# License along with pypid. If not, see -# . +# You should have received a copy of the GNU General Public License along with +# pypid. If not, see . import time as _time