mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-26 18:20:29 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
3750f277a4
commit
c92ccfe8fe
@@ -1,5 +1,5 @@
|
||||
SUMMARY = "A libudev binding"
|
||||
LICENSE = "GPLv2"
|
||||
LICENSE = "LGPLv2.1+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
|
||||
|
||||
SRC_URI[md5sum] = "cf4d9db7d772622144ca1be6b5d9353b"
|
||||
|
||||
Reference in New Issue
Block a user