]> xenbits.xensource.com Git - people/pauldu/qemu.git/commitdiff
slirp: clarify license of slirp files using SPDX: explicit MIT
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 13 Mar 2019 15:56:07 +0000 (16:56 +0100)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 22 Mar 2019 16:26:12 +0000 (17:26 +0100)
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>
slirp/src/arp_table.c
slirp/src/bootp.c
slirp/src/dnssearch.c
slirp/src/slirp.c
slirp/src/state.c
slirp/src/stream.c
slirp/src/tftp.c
slirp/src/util.c
slirp/src/util.h

index 58eafdcfd8f322cbc246b29f708eea3f2630040d..9d7a59eb2c2ff053356ac0f8ba4c7a25edc32f35 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: MIT */
 /*
  * ARP table
  *
index d396849a05ef11a24cd0f7f71ee6e572a2be17a6..b208e3b216681dd39ed28a1f228bdff287ff9133 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: MIT */
 /*
  * QEMU BOOTP/DHCP server
  *
index c459cece8d6bcc81feb1bfe8e72b7bdf1c2d91d7..12c488971e29e6628c5002b2e132f15eaa15e261 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: MIT */
 /*
  * Domain search option for DHCP (RFC 3397)
  *
index 18af670a0afecdaeacf0f5f724bb445d6a9301b2..169c85b9069df72e9f775c164df2095fef5d5937 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: MIT */
 /*
  * libslirp glue
  *
index c3e3f0b6716fcdce406362bf04c3186b0f77186b..09cea3590e11b05e1be52acb9a243f11da531c25 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: MIT */
 /*
  * libslirp
  *
index d114dde3343e139c3ebba6e17b711d4b5c1ac70e..9c1764c0b7e0d6f0b8331c4f48ceff56530b4476 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: MIT */
 /*
  * libslirp io streams
  *
index 2d8f9787862c3f25962be08e9e667ea5e7cbaab3..2071dca2a67367f1c5754e5d8f70fa97404681e9 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: MIT */
 /*
  * tftp.c - a simple, read-only tftp server for qemu
  *
index 5ec2fa87ab6c566ce74e7a4f511cc929614ce2ff..60bb2008013f6b53089883025505556722263e49 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: MIT */
 /*
  * util.c (mostly based on QEMU os-win32.c)
  *
index e94ee4e7f161a027d2fd281213738222e677f4b9..01f1e0e0680ef00ea6336296ab0894ab87e64ede 100644 (file)
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: MIT */
 /*
  * Copyright (c) 2003-2008 Fabrice Bellard
  * Copyright (c) 2010-2019 Red Hat, Inc.