X-Git-Url: https://scm.cri.ensmp.fr/git/Photo.git/blobdiff_plain/a18ca54d896fa2f98cf2b7fb8955120ff5e0aa37..refs/heads/zope-2.12:/ppm.py diff --git a/ppm.py b/ppm.py index 55a824b..c1a31df 100755 --- a/ppm.py +++ b/ppm.py @@ -1,14 +1,26 @@ # -*- coding: utf-8 -*- -#################################################### -# Copyright © 2009 Luxia SAS. All rights reserved. # -# # -# Contributors: # -# - Benoît Pin # -#################################################### +####################################################################################### +# Plinn - http://plinn.org # +# Copyright © 2009 Benoît Pin # +# # +# 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 2 # +# 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, write to the Free Software # +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # +####################################################################################### """ PPM File support module -$Id: ppm.py 1276 2009-08-11 16:38:02Z pin $ -$URL: http://svn.luxia.fr/svn/labo/projects/zope/Photo/trunk/ppm.py $ + + """ from subprocess import Popen, PIPE