All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] python-pyudev: correct LICENSE from GPLv2 to LGPLv2.1+
@ 2017-05-03 12:53 Frederico Cadete
  0 siblings, 0 replies; only message in thread
From: Frederico Cadete @ 2017-05-03 12:53 UTC (permalink / raw)
  To: openembedded-devel

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>
---
 meta-python/recipes-devtools/python/python-pyudev_0.21.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-pyudev_0.21.0.bb b/meta-python/recipes-devtools/python/python-pyudev_0.21.0.bb
index 7253f88..b0a1acb 100644
--- a/meta-python/recipes-devtools/python/python-pyudev_0.21.0.bb
+++ b/meta-python/recipes-devtools/python/python-pyudev_0.21.0.bb
@@ -1,5 +1,5 @@
 SUMMARY = "A libudev binding"
-LICENSE = "GPLv2"
+LICENSE = "LGPLv2.1+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
 
 SRC_URI[md5sum] = "cf4d9db7d772622144ca1be6b5d9353b"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-05-03 12:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-03 12:53 [PATCH] python-pyudev: correct LICENSE from GPLv2 to LGPLv2.1+ Frederico Cadete

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.