Commit 6087fd53 authored by Marc-André Lureau's avatar Marc-André Lureau
Browse files

slirp: clarify license of slirp files using SPDX: explicit MIT



Add SPDX license identifier to clarify the license of files with
explicit MIT license header.

Signed-off-by: default avatarMarc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
parent d2f27fcb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
/* SPDX-License-Identifier: MIT */
/*
 * ARP table
 *
+1 −0
Original line number Diff line number Diff line
/* SPDX-License-Identifier: MIT */
/*
 * QEMU BOOTP/DHCP server
 *
+1 −0
Original line number Diff line number Diff line
/* SPDX-License-Identifier: MIT */
/*
 * Domain search option for DHCP (RFC 3397)
 *
+1 −0
Original line number Diff line number Diff line
/* SPDX-License-Identifier: MIT */
/*
 * libslirp glue
 *
+1 −0
Original line number Diff line number Diff line
/* SPDX-License-Identifier: MIT */
/*
 * libslirp
 *
Loading