python-pyudev: correct LICENSE from GPLv2 to LGPLv2.1+

LGPLv2.1 is what is in the project's COPYING file.
LGPLv2.1+ is what is mentioned in the project's setup.py and in the
headers of the source files.

Signed-off-by: Frederico Cadete <Frederico.Cadete-ext@oneaccess-net.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Frederico Cadete 2017-05-03 14:53:31 +02:00 committed by Armin Kuster
parent 7c278564f7
commit cbf0846304

View File

@ -1,5 +1,5 @@
SUMMARY = "A libudev binding"
LICENSE = "GPLv2"
LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
SRC_URI[md5sum] = "cf4d9db7d772622144ca1be6b5d9353b"