Fix HOMEPAGE, COPYRIGHT, and LICENSE blocks

This commit is contained in:
Vale
2016-03-05 14:19:01 -05:00
parent e3bc44d5f2
commit 6f4f45198e
104 changed files with 439 additions and 601 deletions

View File

@@ -3,10 +3,8 @@ DESCRIPTION="The Python Imaging Library (PIL) adds image processing \
capabilities to your Python interpreter. This library supports many file \
formats, and provides powerful image processing and graphics capabilities."
HOMEPAGE="http://www.pythonware.com/products/pil/"
COPYRIGHT="
1997-2011 by Secret Labs AB
1995-2011 by Fredrik Lundh
"
COPYRIGHT="1997-2011 by Secret Labs AB
1995-2011 by Fredrik Lundh"
LICENSE="MIT"
REVISION="2"
SOURCE_URI="http://effbot.org/downloads/Imaging-1.1.7.tar.gz"