From 1ee48730ea9cc4a113d0da9ba377018abe538120 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= 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 --- src/tcp_output.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tcp_output.c') diff --git a/src/tcp_output.c b/src/tcp_output.c index 37c82f3..502c861 100644 --- a/src/tcp_output.c +++ b/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 v1.1