]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
slirp: remove reference to COPYRIGHT file
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Wed, 13 Mar 2019 16:03:47 +0000 (17:03 +0100)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Fri, 22 Mar 2019 16:31:42 +0000 (17:31 +0100)
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>
16 files changed:
slirp/src/debug.h
slirp/src/if.c
slirp/src/if.h
slirp/src/ip_input.c
slirp/src/ip_output.c
slirp/src/main.h
slirp/src/mbuf.c
slirp/src/misc.c
slirp/src/misc.h
slirp/src/sbuf.c
slirp/src/sbuf.h
slirp/src/socket.c
slirp/src/socket.h
slirp/src/tcp_input.c
slirp/src/tcp_output.c
slirp/src/tcp_subr.c

index 2e503ad7fa6b0fb83c76154707f2c3cfba2ee32d..c95fd8ffd2a83ec4c4f0e887446395c52a003a3b 100644 (file)
@@ -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_
index b8cddebf66796b86f47b85d527df08d74ca776aa..6eaac7292a997d27093da8d8e6db5ee40ea10c0b 100644 (file)
@@ -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.
  */
 
 #include "slirp.h"
index 8a60c4e052b50c968df19d2dcfa39ffa9d1a9675..b71c37d6ea63feb477179442180c9edfe0199069 100644 (file)
@@ -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 IF_H
index 6ad67659389fb54f3e36d3bd1cedf3c2d60efb1b..a714fecd58c60e61762e884fc386c3882ed544b1 100644 (file)
@@ -34,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"
index 9299997efbe86ab24600be2b493e175a9ca4eb32..8560197cf6cf1df83fec76f6e4ad9fd85f3b42b2 100644 (file)
@@ -34,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"
index a88774215ff4c0a8dcb746935086c5269ad58382..3b3f883703cf2359c50cd26fd6687a1561ee4309 100644 (file)
@@ -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 SLIRP_MAIN_H
index f079a86d7839372aecb507bad6c8559679b40069..800406ca9eaad4067f4b686cd29ece3e8bfa46a1 100644 (file)
@@ -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.
  */
 
 /*
index da41f3bb5f9baa72e6187afdc22e84ede8315751..7c5db0e0aa8d7e9837cec76538ffd0ee2250efcf 100644 (file)
@@ -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.
  */
 
 #include "slirp.h"
index 4eaa2466d736fa8f055f153cf1ddeb1124a968f8..23b7490448c665a46046d2dee278c934a61c503e 100644 (file)
@@ -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 MISC_H
index 815823ffbe4ad2feb04abf97d7610a006216cee7..9c0b31b513bd2bbf56c824f778224fdeb36448fa 100644 (file)
@@ -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.
  */
 
 #include "slirp.h"
index ece616e3173d0467d1eb24dc35d4120b4b6d65fe..337af1bbdef413a7511eaff5c4a4e4bbe32cea02 100644 (file)
@@ -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 SBUF_H
index ad58262a069fe787b714e4872e9236b99a098f82..4a3c935e253700819104ebdf66e84b9a0fb454a9 100644 (file)
@@ -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.
  */
 
 #include "slirp.h"
index 10a0c78a2662609563b79ce10646c65447631593..25403898cdb9cdf84f2775bc904a24f583047467 100644 (file)
@@ -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 SLIRP_SOCKET_H
index cf54eeee924f30978e8fda09cc1e5122693e71d6..50a1145ec9a9c359e612050fb011495b7d7eb923 100644 (file)
@@ -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"
index 272c261d07860a0fbca63ce84d43497e3e79d32f..6bbaf6ca6f7ff937aa9619290d816bc9e70b3a5d 100644 (file)
@@ -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"
index 086e4e98e2d568e2f4a256c8e85b101e8eb2bf49..fde9207b0cc9ce819a0558335d4ed8c94c6c8e99 100644 (file)
@@ -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"