Thanks, applied as 0ba6d3b50d6f76194537017af9f07ab1f568d5cc.

Michael

[sent from post-receive hook]

On Thu, 25 Jun 2026 21:23:37 +0200, Alexander Dahl <[email protected]> wrote:
> Most of the code is BSD-2-Clause with two exceptions.
> The code of src/libnet_link_*.c is BSD-3-Clause,
> and the asn1 code (for snmp) has an additional section which exactly
> matches the MIT-CMU license.
> 
> Signed-off-by: Alexander Dahl <[email protected]>
> Message-Id: <[email protected]>
> Signed-off-by: Michael Olbrich <[email protected]>
> 
> diff --git a/rules/libnet.make b/rules/libnet.make
> index 59f193b30382..e75fb406aa1f 100644
> --- a/rules/libnet.make
> +++ b/rules/libnet.make
> @@ -22,6 +22,11 @@ LIBNET_SUFFIX      := tar.gz
>  LIBNET_URL   := 
> https://github.com/libnet/libnet/releases/download/v$(LIBNET_VERSION)/$(LIBNET).$(LIBNET_SUFFIX)
>  LIBNET_SOURCE        := $(SRCDIR)/$(LIBNET).$(LIBNET_SUFFIX)
>  LIBNET_DIR   := $(BUILDDIR)/$(LIBNET)
> +LIBNET_LICENSE       := BSD-2-Clause AND BSD-3-Clause AND MIT-CMU
> +LIBNET_LICENSE_FILES := \
> +     file://LICENSE;md5=07f291bf6e78efa05cec668cf6a09acc \
> +     
> file://src/libnet_link_linux.c;startline=7;endline=32;md5=8100f4b58c857a134acd5628b181f3a4
>  \
> +     
> file://src/libnet_asn1.c;startline=14;endline=31;md5=0c3ffb558473335f995286c9b8572509
>  
>  # 
> ----------------------------------------------------------------------------
>  # Prepare

Reply via email to