aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
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
commitf386b1d7b5e31faed522926560c4ac98001473ef (patch)
tree4f85e63f8548616625e33a44eace2a504bf1cf3d /src/util.h
parent1ee48730ea9cc4a113d0da9ba377018abe538120 (diff)
downloadslirp-f386b1d7b5e31faed522926560c4ac98001473ef.zip
slirp-f386b1d7b5e31faed522926560c4ac98001473ef.tar.gz
slirp-f386b1d7b5e31faed522926560c4ac98001473ef.tar.bz2
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 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 0686d48..1ef08ae 100644
--- a/src/util.h
+++ b/src/util.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: MIT */
/*
* Copyright (c) 2003-2008 Fabrice Bellard
* Copyright (c) 2010-2019 Red Hat, Inc.