diff options
| author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-03-13 16:56:07 +0100 |
|---|---|---|
| committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-03-22 17:25:06 +0100 |
| commit | d2f27fcbdffbda887f703adac476cc3c1a7dbcb7 (patch) | |
| tree | e8e9df9c3a838f1a4138d2b39413ac35e67fe653 /slirp/src/tcp_subr.c | |
| parent | 87ecdc711555c9e13907f9bd38d90a35225b0e63 (diff) | |
| download | focaccia-qemu-d2f27fcbdffbda887f703adac476cc3c1a7dbcb7.tar.gz focaccia-qemu-d2f27fcbdffbda887f703adac476cc3c1a7dbcb7.zip | |
slirp: clarify license of slirp files using SPDX: explicit BSD
Add SPDX license identifier to clarify the license of files with explicit 3-clause BSD license header. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'slirp/src/tcp_subr.c')
| -rw-r--r-- | slirp/src/tcp_subr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/slirp/src/tcp_subr.c b/slirp/src/tcp_subr.c index 1db59caa89..086e4e98e2 100644 --- a/slirp/src/tcp_subr.c +++ b/slirp/src/tcp_subr.c @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* * Copyright (c) 1982, 1986, 1988, 1990, 1993 * The Regents of the University of California. All rights reserved. |