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/tcp_output.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'slirp/src/tcp_output.c') diff --git a/slirp/src/tcp_output.c b/slirp/src/tcp_output.c index 272c261d07..6bbaf6ca6f 100644 --- a/slirp/src/tcp_output.c +++ b/slirp/src/tcp_output.c @@ -34,9 +34,6 @@ /* * Changes and additions relating to SLiRP * 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