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/debug.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'slirp/src/debug.h') diff --git a/slirp/src/debug.h b/slirp/src/debug.h index 2e503ad7fa..c95fd8ffd2 100644 --- a/slirp/src/debug.h +++ b/slirp/src/debug.h @@ -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. */ #ifndef DEBUG_H_ -- cgit 1.4.1