From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH v2 09/13] fuse: fix license identifier (split)
Date: Thu, 8 Aug 2019 09:39:37 +0200 [thread overview]
Message-ID: <20190808073937.tudyrjvmnlzhpr7n@pengutronix.de> (raw)
In-Reply-To: <20190722174427.28446-9-christian.hermann@hytera.de>
On Mon, Jul 22, 2019 at 07:44:23PM +0200, Christian Hermann wrote:
> Signed-off-by: Christian Hermann <christian.hermann@hytera.de>
> ---
> rules/fuse.make | 10 +++++++++-
> 1 file changed, 9 insertions(+), 1 deletion(-)
>
> diff --git a/rules/fuse.make b/rules/fuse.make
> index b3c55bfe5..88c6eae1e 100644
> --- a/rules/fuse.make
> +++ b/rules/fuse.make
> @@ -21,7 +21,15 @@ FUSE_SUFFIX := tar.gz
> FUSE_URL := https://github.com/libfuse/libfuse/releases/download/$(FUSE)/$(FUSE).$(FUSE_SUFFIX)
> FUSE_SOURCE := $(SRCDIR)/$(FUSE).$(FUSE_SUFFIX)
> FUSE_DIR := $(BUILDDIR)/$(FUSE)
> -FUSE_LICENSE := GPL-2.0-only AND LGPL-2.1-only
> +ifdef PTXCONF_FUSE_UTIL
> +FUSE_LICENSE := GPL-2.0-only
> +endif
> +ifdef PTXCONF_FUSE_LIB
> +ifdef FUSE_LICENSE
> +FUSE_LICENSE += AND
> +endif
> +FUSE_LICENSE += LGPL-2.1-only
> +endif
fusermount uses mount_util.c from lib/ so LGPL-2.1-only applies for the
utils as well.
So it's always LGPL-2.1-only and GPL-2.0-only if utils are enabled.
Michael
>
> # ----------------------------------------------------------------------------
> # Prepare
> --
> 2.22.0
>
>
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2019-08-08 7:39 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-22 17:44 [ptxdist] [PATCH v2 01/13] polkit: add license identifier Christian Hermann
2019-07-22 17:44 ` [ptxdist] [PATCH v2 02/13] portmap: add license identifiers Christian Hermann
2019-07-22 17:44 ` [ptxdist] [PATCH v2 03/13] procps: fix " Christian Hermann
2019-07-22 17:44 ` [ptxdist] [PATCH v2 04/13] bash: fix license identifier Christian Hermann
2019-07-22 17:44 ` [ptxdist] [PATCH v2 05/13] bc: add " Christian Hermann
2019-07-22 17:44 ` [ptxdist] [PATCH v2 06/13] cifs-utils: fix " Christian Hermann
2019-07-22 17:44 ` [ptxdist] [PATCH v2 07/13] ddrescue: " Christian Hermann
2019-07-22 17:44 ` [ptxdist] [PATCH v2 08/13] diffutils: " Christian Hermann
2019-07-22 17:44 ` [ptxdist] [PATCH v2 09/13] fuse: fix license identifier (split) Christian Hermann
2019-08-08 7:39 ` Michael Olbrich [this message]
2019-07-22 17:44 ` [ptxdist] [PATCH v2 10/13] dosfstools: fix license identifier Christian Hermann
2019-07-22 17:44 ` [ptxdist] [PATCH v2 11/13] file: " Christian Hermann
2019-08-08 7:47 ` Michael Olbrich
2019-08-08 8:29 ` Roland Hieber
2019-07-22 17:44 ` [ptxdist] [PATCH v2 12/13] dnsmasq: add " Christian Hermann
2019-07-22 17:44 ` [ptxdist] [PATCH v2 13/13] findutils: " Christian Hermann
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190808073937.tudyrjvmnlzhpr7n@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox