diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-03-13 17:03:47 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2019-03-22 17:31:42 +0100 |
commit | 0c4cc4e2184831fecce64c1d734a1f754ea00cb4 (patch) | |
tree | 1860c638ddb2aec633319b5d679c700bce335b7c /slirp/src/tcp_subr.c | |
parent | dfacac4c819f57f3a3e11ef2114a86a5d68fb648 (diff) |
slirp: remove reference to COPYRIGHT file
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 <marcandre.lureau@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'slirp/src/tcp_subr.c')
-rw-r--r-- | slirp/src/tcp_subr.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/slirp/src/tcp_subr.c b/slirp/src/tcp_subr.c index 086e4e98e2..fde9207b0c 100644 --- a/slirp/src/tcp_subr.c +++ b/slirp/src/tcp_subr.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" |