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: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
Marc-André Lureau 2019-03-13 16:56:07 +01:00
parent d2f27fcbdf
commit 6087fd53a3
9 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: MIT */
/* /*
* ARP table * ARP table
* *

View File

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: MIT */
/* /*
* QEMU BOOTP/DHCP server * QEMU BOOTP/DHCP server
* *

View File

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: MIT */
/* /*
* Domain search option for DHCP (RFC 3397) * Domain search option for DHCP (RFC 3397)
* *

View File

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: MIT */
/* /*
* libslirp glue * libslirp glue
* *

View File

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: MIT */
/* /*
* libslirp * libslirp
* *

View File

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: MIT */
/* /*
* libslirp io streams * libslirp io streams
* *

View File

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: MIT */
/* /*
* tftp.c - a simple, read-only tftp server for qemu * tftp.c - a simple, read-only tftp server for qemu
* *

View File

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: MIT */
/* /*
* util.c (mostly based on QEMU os-win32.c) * util.c (mostly based on QEMU os-win32.c)
* *

View File

@ -1,3 +1,4 @@
/* SPDX-License-Identifier: MIT */
/* /*
* Copyright (c) 2003-2008 Fabrice Bellard * Copyright (c) 2003-2008 Fabrice Bellard
* Copyright (c) 2010-2019 Red Hat, Inc. * Copyright (c) 2010-2019 Red Hat, Inc.