All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/9] Python: evdev: Clarify BSD license variant
@ 2019-10-24 14:56 Christophe PRIOUZEAU
  2019-10-24 14:56 ` [meta-python][PATCH 2/9] Python: netaddr: " Christophe PRIOUZEAU
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Christophe PRIOUZEAU @ 2019-10-24 14:56 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Christophe PRIOUZEAU

The License of python evdev is BSD-3-Clause.

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
---
 meta-python/recipes-devtools/python/python-evdev.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-evdev.inc b/meta-python/recipes-devtools/python/python-evdev.inc
index 5a3884a6f..989d1e5f6 100644
--- a/meta-python/recipes-devtools/python/python-evdev.inc
+++ b/meta-python/recipes-devtools/python/python-evdev.inc
@@ -1,6 +1,6 @@
 SUMMARY = "Python evdev lib"
 HOMEPAGE = "https://github.com/gvalkov/python-evdev"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=18debddbb3f52c661a129724a883a8e2"
 
 SRC_URI[md5sum] = "c7e855ae9f97f869a59e75b29f05ce74"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [meta-python][PATCH 2/9] Python: netaddr: Clarify BSD license variant
  2019-10-24 14:56 [meta-python][PATCH 1/9] Python: evdev: Clarify BSD license variant Christophe PRIOUZEAU
@ 2019-10-24 14:56 ` Christophe PRIOUZEAU
  2019-10-24 14:56 ` [meta-python][PATCH 3/9] Python: pretend: " Christophe PRIOUZEAU
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Christophe PRIOUZEAU @ 2019-10-24 14:56 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Christophe PRIOUZEAU

The License of python netaddr is BSD-3-Clause.

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
---
 meta-python/recipes-devtools/python/python-netaddr.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-netaddr.inc b/meta-python/recipes-devtools/python/python-netaddr.inc
index 5b6d4dffa..bea9be674 100644
--- a/meta-python/recipes-devtools/python/python-netaddr.inc
+++ b/meta-python/recipes-devtools/python/python-netaddr.inc
@@ -1,5 +1,5 @@
 SUMMARY = "A network address manipulation library for Python."
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e6345d695ffe3776f68a56fe7962db44"
 
 SRC_URI[md5sum] = "51019ef59c93f3979bcb37d3b8527e07"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [meta-python][PATCH 3/9] Python: pretend: Clarify BSD license variant
  2019-10-24 14:56 [meta-python][PATCH 1/9] Python: evdev: Clarify BSD license variant Christophe PRIOUZEAU
  2019-10-24 14:56 ` [meta-python][PATCH 2/9] Python: netaddr: " Christophe PRIOUZEAU
@ 2019-10-24 14:56 ` Christophe PRIOUZEAU
  2019-10-24 14:56 ` [meta-python][PATCH 4/9] Python: prettytable: " Christophe PRIOUZEAU
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Christophe PRIOUZEAU @ 2019-10-24 14:56 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Christophe PRIOUZEAU

The License of python pretend is BSD-3-Clause.

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
---
 meta-python/recipes-devtools/python/python-pretend.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-pretend.inc b/meta-python/recipes-devtools/python/python-pretend.inc
index b342aef52..58f196199 100644
--- a/meta-python/recipes-devtools/python/python-pretend.inc
+++ b/meta-python/recipes-devtools/python/python-pretend.inc
@@ -1,6 +1,6 @@
 SUMMARY = "A library for stubbing in Python"
 HOMEPAGE = "https://github.com/alex/pretend"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=411780c0b7fa756753e94affeee5bc99"
 
 SRC_URI[md5sum] = "ad53883ede48aeac7ae584f0de0240e8"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [meta-python][PATCH 4/9] Python: prettytable: Clarify BSD license variant
  2019-10-24 14:56 [meta-python][PATCH 1/9] Python: evdev: Clarify BSD license variant Christophe PRIOUZEAU
  2019-10-24 14:56 ` [meta-python][PATCH 2/9] Python: netaddr: " Christophe PRIOUZEAU
  2019-10-24 14:56 ` [meta-python][PATCH 3/9] Python: pretend: " Christophe PRIOUZEAU
@ 2019-10-24 14:56 ` Christophe PRIOUZEAU
  2019-10-24 14:56 ` [meta-python][PATCH 7/9] Python: wtforms: " Christophe PRIOUZEAU
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Christophe PRIOUZEAU @ 2019-10-24 14:56 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Christophe PRIOUZEAU

The License of python prettytable is BSD-3-Clause.

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
---
 meta-python/recipes-devtools/python/python-prettytable.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-prettytable.inc b/meta-python/recipes-devtools/python/python-prettytable.inc
index 6004ecd33..07e896d2d 100644
--- a/meta-python/recipes-devtools/python/python-prettytable.inc
+++ b/meta-python/recipes-devtools/python/python-prettytable.inc
@@ -1,6 +1,6 @@
 SUMMARY = "Python library for displaying tabular data in a ASCII table format"
 HOMEPAGE = "http://code.google.com/p/prettytable"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=3e73500ffa52de5071cff65990055282"
 
 SRC_URI[md5sum] = "0c1361104caff8b09f220748f9d69899"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [meta-python][PATCH 5/9] Python: pysocks: Clarify BSD license variant
  2019-10-24 14:56 [meta-python][PATCH 1/9] Python: evdev: Clarify BSD license variant Christophe PRIOUZEAU
                   ` (3 preceding siblings ...)
  2019-10-24 14:56 ` [meta-python][PATCH 7/9] Python: wtforms: " Christophe PRIOUZEAU
@ 2019-10-24 14:56 ` Christophe PRIOUZEAU
  2019-10-24 14:56 ` [meta-python][PATCH 6/9] Python: rdflib: " Christophe PRIOUZEAU
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Christophe PRIOUZEAU @ 2019-10-24 14:56 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Christophe PRIOUZEAU

The License of python pysocks is BSD-3-Clause.

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
---
 meta-python/recipes-devtools/python/python-pysocks.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-pysocks.inc b/meta-python/recipes-devtools/python/python-pysocks.inc
index ceadcb20d..1836e52d0 100644
--- a/meta-python/recipes-devtools/python/python-pysocks.inc
+++ b/meta-python/recipes-devtools/python/python-pysocks.inc
@@ -1,6 +1,6 @@
 DESCRIPTION = "A Python SOCKS client module"
 HOMEPAGE = "http://python-requests.org"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1d457bcffb9661b45f799d4efee72f16"
 
 SRC_URI[md5sum] = "89b1a6865c61bae67a32417517612ee6"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [meta-python][PATCH 6/9] Python: rdflib: Clarify BSD license variant
  2019-10-24 14:56 [meta-python][PATCH 1/9] Python: evdev: Clarify BSD license variant Christophe PRIOUZEAU
                   ` (4 preceding siblings ...)
  2019-10-24 14:56 ` [meta-python][PATCH 5/9] Python: pysocks: " Christophe PRIOUZEAU
@ 2019-10-24 14:56 ` Christophe PRIOUZEAU
  2019-10-24 14:56 ` [meta-python][PATCH 9/9] Python: pysnmp: " Christophe PRIOUZEAU
  2019-10-24 14:56 ` [meta-python][PATCH 8/9] Python: supervisor: " Christophe PRIOUZEAU
  7 siblings, 0 replies; 9+ messages in thread
From: Christophe PRIOUZEAU @ 2019-10-24 14:56 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Christophe PRIOUZEAU

The License of python rdflib is BSD-3-Clause.

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
---
 meta-python/recipes-devtools/python/python-rdflib.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-rdflib.inc b/meta-python/recipes-devtools/python/python-rdflib.inc
index 0eac19788..2fa6d9815 100644
--- a/meta-python/recipes-devtools/python/python-rdflib.inc
+++ b/meta-python/recipes-devtools/python/python-rdflib.inc
@@ -1,5 +1,5 @@
 SUMMARY = "RDFLib is a pure Python package for working with RDF"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=68c1a3bb687bd63b8e5552f3ea249840"
 
 SRC_URI[md5sum] = "534fe35b13c5857d53fa1ac5a41eca67"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [meta-python][PATCH 7/9] Python: wtforms: Clarify BSD license variant
  2019-10-24 14:56 [meta-python][PATCH 1/9] Python: evdev: Clarify BSD license variant Christophe PRIOUZEAU
                   ` (2 preceding siblings ...)
  2019-10-24 14:56 ` [meta-python][PATCH 4/9] Python: prettytable: " Christophe PRIOUZEAU
@ 2019-10-24 14:56 ` Christophe PRIOUZEAU
  2019-10-24 14:56 ` [meta-python][PATCH 5/9] Python: pysocks: " Christophe PRIOUZEAU
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: Christophe PRIOUZEAU @ 2019-10-24 14:56 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Christophe PRIOUZEAU

The License of python wtforms is BSD-3-Clause.

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
---
 meta-python/recipes-devtools/python/python-wtforms.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-wtforms.inc b/meta-python/recipes-devtools/python/python-wtforms.inc
index 868686bfe..93c5bc4e9 100644
--- a/meta-python/recipes-devtools/python/python-wtforms.inc
+++ b/meta-python/recipes-devtools/python/python-wtforms.inc
@@ -1,7 +1,7 @@
 DESCRIPTION = "A flexible forms validation and rendering library for python web development."
 HOMEPAGE = "https://pypi.python.org/pypi/WTForms"
 SECTION = "devel/python"
-LICENSE = "BSD"
+LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://PKG-INFO;md5=c4660c132770d5d0a5757541f6b79493"
 
 SRC_URI[md5sum] = "41c0008dbe7bd98892c58f7457a46a4a"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [meta-python][PATCH 8/9] Python: supervisor: Clarify BSD license variant
  2019-10-24 14:56 [meta-python][PATCH 1/9] Python: evdev: Clarify BSD license variant Christophe PRIOUZEAU
                   ` (6 preceding siblings ...)
  2019-10-24 14:56 ` [meta-python][PATCH 9/9] Python: pysnmp: " Christophe PRIOUZEAU
@ 2019-10-24 14:56 ` Christophe PRIOUZEAU
  7 siblings, 0 replies; 9+ messages in thread
From: Christophe PRIOUZEAU @ 2019-10-24 14:56 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Christophe PRIOUZEAU

The License of python supervisor is BSD-4-Clause.

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
---
 meta-python/recipes-devtools/python/python-supervisor.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-supervisor.inc b/meta-python/recipes-devtools/python/python-supervisor.inc
index beab49739..158cd52e1 100644
--- a/meta-python/recipes-devtools/python/python-supervisor.inc
+++ b/meta-python/recipes-devtools/python/python-supervisor.inc
@@ -4,7 +4,7 @@ Supervisor is a client/server system that allows its users \
 to monitorand control a number of processes on UNIX-like \
 operating systems."
 HOMEPAGE = "https://github.com/Supervisor/supervisor"
-LICENSE = "BSD"
+LICENSE = "BSD-4-Clause"
 LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=5b4e3a2172bba4c47cded5885e7e507e"
 
 SRC_URI[md5sum] = "ac70dadd051dcaf1d03c467d51a3aac1"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [meta-python][PATCH 9/9] Python: pysnmp: Clarify BSD license variant
  2019-10-24 14:56 [meta-python][PATCH 1/9] Python: evdev: Clarify BSD license variant Christophe PRIOUZEAU
                   ` (5 preceding siblings ...)
  2019-10-24 14:56 ` [meta-python][PATCH 6/9] Python: rdflib: " Christophe PRIOUZEAU
@ 2019-10-24 14:56 ` Christophe PRIOUZEAU
  2019-10-24 14:56 ` [meta-python][PATCH 8/9] Python: supervisor: " Christophe PRIOUZEAU
  7 siblings, 0 replies; 9+ messages in thread
From: Christophe PRIOUZEAU @ 2019-10-24 14:56 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Christophe PRIOUZEAU

The License of python pysnmp is BSD-2-Clause.

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
---
 meta-python/recipes-devtools/python/python-pysnmp_4.4.9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python-pysnmp_4.4.9.bb b/meta-python/recipes-devtools/python/python-pysnmp_4.4.9.bb
index 9ff4df2c9..8883df9d8 100644
--- a/meta-python/recipes-devtools/python/python-pysnmp_4.4.9.bb
+++ b/meta-python/recipes-devtools/python/python-pysnmp_4.4.9.bb
@@ -5,7 +5,7 @@ DESCRIPTION = "SNMP v1/v2c/v3 engine and apps written in pure-Python. \
 "
 HOMEPAGE = "https://pypi.python.org/pypi/pysnmp"
 SECTION = "devel/python"
-LICENSE = "BSD"
+LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=b15d29f500f748d1c2a15709769090a8"
 
 SRCNAME = "pysnmp"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-10-24 14:56 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-24 14:56 [meta-python][PATCH 1/9] Python: evdev: Clarify BSD license variant Christophe PRIOUZEAU
2019-10-24 14:56 ` [meta-python][PATCH 2/9] Python: netaddr: " Christophe PRIOUZEAU
2019-10-24 14:56 ` [meta-python][PATCH 3/9] Python: pretend: " Christophe PRIOUZEAU
2019-10-24 14:56 ` [meta-python][PATCH 4/9] Python: prettytable: " Christophe PRIOUZEAU
2019-10-24 14:56 ` [meta-python][PATCH 7/9] Python: wtforms: " Christophe PRIOUZEAU
2019-10-24 14:56 ` [meta-python][PATCH 5/9] Python: pysocks: " Christophe PRIOUZEAU
2019-10-24 14:56 ` [meta-python][PATCH 6/9] Python: rdflib: " Christophe PRIOUZEAU
2019-10-24 14:56 ` [meta-python][PATCH 9/9] Python: pysnmp: " Christophe PRIOUZEAU
2019-10-24 14:56 ` [meta-python][PATCH 8/9] Python: supervisor: " Christophe PRIOUZEAU

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.