On Fri, May 10, 2019 at 11:24:19AM +0200, Alexander Dahl wrote:
> While the license in file 'LICENSE' indeed seems to be BSD-3-Clause, the
> actual source files have more, different licensing applied in their
> headers, all different variants of BSD licenses.
> 
> Signed-off-by: Alexander Dahl <a...@thorsis.com>
> ---
> 
> Notes:
>     ./ieee80211.h is even BSD-3-Clause OR GPL-2.0-only … o.O
>     
>     How should this be handled?

I think just BSD-3-Clause is fine. It's more restrictive for this file but
we need that license anyways, to it really doesn't matter.

> 
>  rules/libpcap.make | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/rules/libpcap.make b/rules/libpcap.make
> index 3f2c85205..7871f8684 100644
> --- a/rules/libpcap.make
> +++ b/rules/libpcap.make
> @@ -23,7 +23,8 @@ LIBPCAP_SUFFIX      := tar.gz
>  LIBPCAP_URL  := http://www.tcpdump.org/release/$(LIBPCAP).$(LIBPCAP_SUFFIX)
>  LIBPCAP_SOURCE       := $(SRCDIR)/$(LIBPCAP).$(LIBPCAP_SUFFIX)
>  LIBPCAP_DIR  := $(BUILDDIR)/$(LIBPCAP)
> -LIBPCAP_LICENSE      := BSD-3-Clause
> +LIBPCAP_LICENSE      := BSD-2-Clause AND BSD-3-Clause AND BSD-4-Clause AND 
> BSD-4-Clause-UC
> +LIBPCAP_LICENSE_FILES := file://LICENSE;md5=5eb289217c160e2920d2e35bddc36453

Please add texts for all licenses. If _LICENSE_FILES are specified I want
it to be complete.

Michael

>  
>  # 
> ----------------------------------------------------------------------------
>  # Prepare
> -- 
> 2.11.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

Reply via email to