diff options
Diffstat (limited to 'slirp/src/tcp_subr.c')
-rw-r--r-- | slirp/src/tcp_subr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/slirp/src/tcp_subr.c b/slirp/src/tcp_subr.c index 1db59ca..fde9207 100644 --- a/slirp/src/tcp_subr.c +++ b/slirp/src/tcp_subr.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. @@ -33,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" |