From 0c4cc4e2184831fecce64c1d734a1f754ea00cb4 Mon Sep 17 00:00:00 2001 From: Marc-André Lureau Date: Wed, 13 Mar 2019 17:03:47 +0100 Subject: slirp: remove reference to COPYRIGHT file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The slirp COPYRIGHT file is a BSD-3 license. Instead of referring to another project file, the SPDX license notice present in all source files states that unequivocally. Signed-off-by: Marc-André Lureau Reviewed-by: Eric Blake --- slirp/src/misc.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'slirp/src/misc.c') diff --git a/slirp/src/misc.c b/slirp/src/misc.c index da41f3bb5f..7c5db0e0aa 100644 --- a/slirp/src/misc.c +++ b/slirp/src/misc.c @@ -1,9 +1,6 @@ /* SPDX-License-Identifier: BSD-3-Clause */ /* * Copyright (c) 1995 Danny Gasparovski. - * - * Please read the file COPYRIGHT for the - * terms and conditions of the copyright. */ #include "slirp.h" -- cgit 1.4.1