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

@@ -2,14 +2,10 @@ SUMMARY="Python Imaging Library (fork)"
DESCRIPTION="
Pillow is the friendly PIL fork by Alex Clark and Contributors.
PIL is the Python Imaging Library by Fredrik Lundh and Contributors."
HOMEPAGE="
https://github.com/python-imaging/Pillow
https://pypi.python.org/pypi/Pillow
"
COPYRIGHT="
1997-2011 by Secret Labs AB
1995-2011 by Fredrik Lundh
"
HOMEPAGE="https://github.com/python-imaging/Pillow
https://pypi.python.org/pypi/Pillow"
COPYRIGHT="1997-2011 by Secret Labs AB
1995-2011 by Fredrik Lundh"
LICENSE="HPND"
REVISION="1"
SOURCE_URI="https://pypi.python.org/packages/source/P/Pillow/Pillow-3.1.1.tar.gz"