From nobody Mon Nov 10 01:20:49 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1552570192958850.8209213927761; Thu, 14 Mar 2019 06:29:52 -0700 (PDT) Received: from localhost ([127.0.0.1]:36888 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4QQh-0003Th-T1 for importer@patchew.org; Thu, 14 Mar 2019 09:29:51 -0400 Received: from eggs.gnu.org ([209.51.188.92]:45503) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h4QGz-0003bH-IG for qemu-devel@nongnu.org; Thu, 14 Mar 2019 09:19:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h4Q8t-0003QZ-EQ for qemu-devel@nongnu.org; Thu, 14 Mar 2019 09:11:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37098) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1h4Q8s-0003Pk-03 for qemu-devel@nongnu.org; Thu, 14 Mar 2019 09:11:26 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 8009B8B95B; Thu, 14 Mar 2019 13:11:24 +0000 (UTC) Received: from localhost (ovpn-112-25.ams2.redhat.com [10.36.112.25]) by smtp.corp.redhat.com (Postfix) with ESMTP id CAB9C600C1; Thu, 14 Mar 2019 13:11:23 +0000 (UTC) From: =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= To: qemu-devel@nongnu.org Date: Thu, 14 Mar 2019 14:10:46 +0100 Message-Id: <20190314131049.23175-6-marcandre.lureau@redhat.com> In-Reply-To: <20190314131049.23175-1-marcandre.lureau@redhat.com> References: <20190314131049.23175-1-marcandre.lureau@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Thu, 14 Mar 2019 13:11:24 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH v3 5/8] slirp: clarify license of slirp files using SPDX X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: peter.maydell@linaro.org, thuth@redhat.com, quintela@redhat.com, jan.kiszka@siemens.com, clg@kaod.org, shan.gavin@gmail.com, =?UTF-8?q?Marc-Andr=C3=A9=20Lureau?= , samuel.thibault@ens-lyon.org Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" Add SPDX license identifier to clarify the license of files with reference to BSD license from slirp COPYRIGHT file. Signed-off-by: Marc-Andr=C3=A9 Lureau Reviewed-by: Thomas Huth --- slirp/src/debug.h | 1 + slirp/src/if.h | 1 + slirp/src/main.h | 1 + slirp/src/misc.h | 1 + slirp/src/sbuf.h | 1 + slirp/src/socket.h | 1 + slirp/src/if.c | 1 + slirp/src/mbuf.c | 1 + slirp/src/misc.c | 1 + slirp/src/sbuf.c | 1 + slirp/src/socket.c | 1 + 11 files changed, 11 insertions(+) diff --git a/slirp/src/debug.h b/slirp/src/debug.h index 44d922df37..2e503ad7fa 100644 --- a/slirp/src/debug.h +++ b/slirp/src/debug.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* * Copyright (c) 1995 Danny Gasparovski. * diff --git a/slirp/src/if.h b/slirp/src/if.h index 69569c10df..8a60c4e052 100644 --- a/slirp/src/if.h +++ b/slirp/src/if.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* * Copyright (c) 1995 Danny Gasparovski. * diff --git a/slirp/src/main.h b/slirp/src/main.h index f11d4572b7..a88774215f 100644 --- a/slirp/src/main.h +++ b/slirp/src/main.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* * Copyright (c) 1995 Danny Gasparovski. * diff --git a/slirp/src/misc.h b/slirp/src/misc.h index c2ceadb591..4eaa2466d7 100644 --- a/slirp/src/misc.h +++ b/slirp/src/misc.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* * Copyright (c) 1995 Danny Gasparovski. * diff --git a/slirp/src/sbuf.h b/slirp/src/sbuf.h index 1cb9a42834..ece616e317 100644 --- a/slirp/src/sbuf.h +++ b/slirp/src/sbuf.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* * Copyright (c) 1995 Danny Gasparovski. * diff --git a/slirp/src/socket.h b/slirp/src/socket.h index e4d12cd591..10a0c78a26 100644 --- a/slirp/src/socket.h +++ b/slirp/src/socket.h @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* * Copyright (c) 1995 Danny Gasparovski. * diff --git a/slirp/src/if.c b/slirp/src/if.c index 1830cc396c..b8cddebf66 100644 --- a/slirp/src/if.c +++ b/slirp/src/if.c @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* * Copyright (c) 1995 Danny Gasparovski. * diff --git a/slirp/src/mbuf.c b/slirp/src/mbuf.c index 521c02c967..f079a86d78 100644 --- a/slirp/src/mbuf.c +++ b/slirp/src/mbuf.c @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* * Copyright (c) 1995 Danny Gasparovski * diff --git a/slirp/src/misc.c b/slirp/src/misc.c index 937a418d4e..da41f3bb5f 100644 --- a/slirp/src/misc.c +++ b/slirp/src/misc.c @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* * Copyright (c) 1995 Danny Gasparovski. * diff --git a/slirp/src/sbuf.c b/slirp/src/sbuf.c index 51a9f0cc7d..815823ffbe 100644 --- a/slirp/src/sbuf.c +++ b/slirp/src/sbuf.c @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* * Copyright (c) 1995 Danny Gasparovski. * diff --git a/slirp/src/socket.c b/slirp/src/socket.c index f2428a3ae8..ad58262a06 100644 --- a/slirp/src/socket.c +++ b/slirp/src/socket.c @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* * Copyright (c) 1995 Danny Gasparovski. * --=20 2.21.0.4.g36eb1cb9cf