* [ptxdist] [PATCH] libusbgx: fix license
@ 2021-06-22 16:07 Michael Tretter
2021-06-24 15:02 ` [ptxdist] [PATCH] squash! " Roland Hieber
2021-06-29 5:09 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 2 replies; 3+ messages in thread
From: Michael Tretter @ 2021-06-22 16:07 UTC (permalink / raw)
To: ptxdist
libusbgx is licensed under GPL v2 or later and LGPL v2.1 or later. Fix
the SPDX identifier and add the license files.
Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
---
rules/libusbgx.make | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/rules/libusbgx.make b/rules/libusbgx.make
index b05724b1d3d0..517c7d87df20 100644
--- a/rules/libusbgx.make
+++ b/rules/libusbgx.make
@@ -23,7 +23,10 @@ LIBUSBGX_URL := \
LIBUSBGX_SOURCE := \
$(SRCDIR)/$(LIBUSBGX).$(LIBUSBGX_SUFFIX)
LIBUSBGX_DIR := $(BUILDDIR)/$(LIBUSBGX)
-LIBUSBGX_LICENSE := GPLv2
+LIBUSBGX_LICENSE := GPL-2.0-or-later AND LGPL-2.1-or-later
+LIBUSBGX_LICENSE_FILES := \
+ file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+ file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c
# ----------------------------------------------------------------------------
# Prepare
--
2.29.2
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* [ptxdist] [PATCH] squash! libusbgx: fix license
2021-06-22 16:07 [ptxdist] [PATCH] libusbgx: fix license Michael Tretter
@ 2021-06-24 15:02 ` Roland Hieber
2021-06-29 5:09 ` [ptxdist] [APPLIED] " Michael Olbrich
1 sibling, 0 replies; 3+ messages in thread
From: Roland Hieber @ 2021-06-24 15:02 UTC (permalink / raw)
To: ptxdist; +Cc: Michael Tretter, Roland Hieber
[rhi: add lines for the license statements too. The lib is LGPL, the
examples are GPL, and are also installed on the target.]
Reviewed-by: Roland Hieber <rhi@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
rules/libusbgx.make | 2 ++
1 file changed, 2 insertions(+)
diff --git a/rules/libusbgx.make b/rules/libusbgx.make
index 517c7d87df20..da2980d953fd 100644
--- a/rules/libusbgx.make
+++ b/rules/libusbgx.make
@@ -25,7 +25,9 @@ LIBUSBGX_SOURCE := \
LIBUSBGX_DIR := $(BUILDDIR)/$(LIBUSBGX)
LIBUSBGX_LICENSE := GPL-2.0-or-later AND LGPL-2.1-or-later
LIBUSBGX_LICENSE_FILES := \
+ file://examples/gadget-export.c;startline=6;endline=14;md5=89ff91d940b4bc09b6de0300b34a888f \
file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
+ file://src/usbg.c;startline=10;endline=18;md5=75c08ee73fa8cdd35281fdcbe8874ff5 \
file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c
# ----------------------------------------------------------------------------
--
2.29.2
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ptxdist] [APPLIED] libusbgx: fix license
2021-06-22 16:07 [ptxdist] [PATCH] libusbgx: fix license Michael Tretter
2021-06-24 15:02 ` [ptxdist] [PATCH] squash! " Roland Hieber
@ 2021-06-29 5:09 ` Michael Olbrich
1 sibling, 0 replies; 3+ messages in thread
From: Michael Olbrich @ 2021-06-29 5:09 UTC (permalink / raw)
To: ptxdist; +Cc: Michael Tretter
Thanks, applied as dc1e4bcdb2e74e5069ac8d95c5b971980e0d09f4.
Michael
[sent from post-receive hook]
On Tue, 29 Jun 2021 07:09:41 +0200, Michael Tretter <m.tretter@pengutronix.de> wrote:
> libusbgx is licensed under GPL v2 or later and LGPL v2.1 or later. Fix
> the SPDX identifier and add the license files.
>
> Signed-off-by: Michael Tretter <m.tretter@pengutronix.de>
> Message-Id: <20210622160749.2588638-1-m.tretter@pengutronix.de>
> [rhi: add lines for the license statements too. The lib is LGPL, the
> examples are GPL, and are also installed on the target.]
> Reviewed-by: Roland Hieber <rhi@pengutronix.de>
> Signed-off-by: Roland Hieber <rhi@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/libusbgx.make b/rules/libusbgx.make
> index b05724b1d3d0..da2980d953fd 100644
> --- a/rules/libusbgx.make
> +++ b/rules/libusbgx.make
> @@ -23,7 +23,12 @@ LIBUSBGX_URL := \
> LIBUSBGX_SOURCE := \
> $(SRCDIR)/$(LIBUSBGX).$(LIBUSBGX_SUFFIX)
> LIBUSBGX_DIR := $(BUILDDIR)/$(LIBUSBGX)
> -LIBUSBGX_LICENSE := GPLv2
> +LIBUSBGX_LICENSE := GPL-2.0-or-later AND LGPL-2.1-or-later
> +LIBUSBGX_LICENSE_FILES := \
> + file://examples/gadget-export.c;startline=6;endline=14;md5=89ff91d940b4bc09b6de0300b34a888f \
> + file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
> + file://src/usbg.c;startline=10;endline=18;md5=75c08ee73fa8cdd35281fdcbe8874ff5 \
> + file://COPYING.LGPL;md5=4fbd65380cdd255951079008b364516c
>
> # ----------------------------------------------------------------------------
> # Prepare
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-06-29 5:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-22 16:07 [ptxdist] [PATCH] libusbgx: fix license Michael Tretter
2021-06-24 15:02 ` [ptxdist] [PATCH] squash! " Roland Hieber
2021-06-29 5:09 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox