diff options
Diffstat (limited to 'slirp/src/ip_input.c')
| -rw-r--r-- | slirp/src/ip_input.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/slirp/src/ip_input.c b/slirp/src/ip_input.c index e0b94b0e42..a714fecd58 100644 --- a/slirp/src/ip_input.c +++ b/slirp/src/ip_input.c @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* * Copyright (c) 1982, 1986, 1988, 1993 * The Regents of the University of California. All rights reserved. @@ -33,9 +34,6 @@ /* * Changes and additions relating to SLiRP are * Copyright (c) 1995 Danny Gasparovski. - * - * Please read the file COPYRIGHT for the - * terms and conditions of the copyright. */ #include "slirp.h" |