From d2f27fcbdffbda887f703adac476cc3c1a7dbcb7 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Wed, 13 Mar 2019 16:56:07 +0100 Subject: slirp: clarify license of slirp files using SPDX: explicit BSD MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add SPDX license identifier to clarify the license of files with explicit 3-clause BSD license header. Signed-off-by: Marc-André Lureau Reviewed-by: Thomas Huth --- slirp/src/tcp_output.c | 1 + 1 file changed, 1 insertion(+) (limited to 'slirp/src/tcp_output.c') diff --git a/slirp/src/tcp_output.c b/slirp/src/tcp_output.c index e9674df121..272c261d07 100644 --- a/slirp/src/tcp_output.c +++ b/slirp/src/tcp_output.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. -- cgit 1.4.1