aboutsummaryrefslogtreecommitdiff
path: root/slirp/src/arp_table.c
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-03-13 16:56:07 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2019-03-22 17:26:12 +0100
commit6087fd53a368ef0abbaf8b26c50dce19088987d4 (patch)
treea5e703968833c3af30a75f5b77c30b0be4f25941 /slirp/src/arp_table.c
parentd2f27fcbdffbda887f703adac476cc3c1a7dbcb7 (diff)
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>
Diffstat (limited to 'slirp/src/arp_table.c')
-rw-r--r--slirp/src/arp_table.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/slirp/src/arp_table.c b/slirp/src/arp_table.c
index 58eafdcfd8..9d7a59eb2c 100644
--- a/slirp/src/arp_table.c
+++ b/slirp/src/arp_table.c
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: MIT */
/*
* ARP table
*