aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/debug.h3
-rw-r--r--src/if.c3
-rw-r--r--src/if.h3
-rw-r--r--src/ip_input.c3
-rw-r--r--src/ip_output.c3
-rw-r--r--src/main.h3
-rw-r--r--src/mbuf.c3
-rw-r--r--src/misc.c3
-rw-r--r--src/misc.h3
-rw-r--r--src/sbuf.c3
-rw-r--r--src/sbuf.h3
-rw-r--r--src/socket.c3
-rw-r--r--src/socket.h3
-rw-r--r--src/tcp_input.c3
-rw-r--r--src/tcp_output.c3
-rw-r--r--src/tcp_subr.c3
16 files changed, 0 insertions, 48 deletions
diff --git a/src/debug.h b/src/debug.h
index a2ba6b8..47712bd 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -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_
diff --git a/src/if.c b/src/if.c
index c8086c7..23190b5 100644
--- a/src/if.c
+++ b/src/if.c
@@ -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"
diff --git a/src/if.h b/src/if.h
index dc7ae5c..3288298 100644
--- a/src/if.h
+++ b/src/if.h
@@ -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
diff --git a/src/ip_input.c b/src/ip_input.c
index 80f766d..50c7657 100644
--- a/src/ip_input.c
+++ b/src/ip_input.c
@@ -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"
diff --git a/src/ip_output.c b/src/ip_output.c
index f9fbb3d..f820359 100644
--- a/src/ip_output.c
+++ b/src/ip_output.c
@@ -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"
diff --git a/src/main.h b/src/main.h
index a887742..3b3f883 100644
--- a/src/main.h
+++ b/src/main.h
@@ -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
diff --git a/src/mbuf.c b/src/mbuf.c
index b28f1e5..4fd6228 100644
--- a/src/mbuf.c
+++ b/src/mbuf.c
@@ -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.
*/
/*
diff --git a/src/misc.c b/src/misc.c
index f53dd9c..6675acc 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -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"
diff --git a/src/misc.h b/src/misc.h
index c5b7739..ccf8cf0 100644
--- a/src/misc.h
+++ b/src/misc.h
@@ -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
diff --git a/src/sbuf.c b/src/sbuf.c
index 0e90ffe..abced48 100644
--- a/src/sbuf.c
+++ b/src/sbuf.c
@@ -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"
diff --git a/src/sbuf.h b/src/sbuf.h
index 8265cf5..1eb9f9e 100644
--- a/src/sbuf.h
+++ b/src/sbuf.h
@@ -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
diff --git a/src/socket.c b/src/socket.c
index 0d41299..51f5f8a 100644
--- a/src/socket.c
+++ b/src/socket.c
@@ -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"
diff --git a/src/socket.h b/src/socket.h
index e70cbd3..d07f56d 100644
--- a/src/socket.h
+++ b/src/socket.h
@@ -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
diff --git a/src/tcp_input.c b/src/tcp_input.c
index 92b66dd..228c2aa 100644
--- a/src/tcp_input.c
+++ b/src/tcp_input.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"
diff --git a/src/tcp_output.c b/src/tcp_output.c
index 502c861..383fe31 100644
--- a/src/tcp_output.c
+++ b/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"
diff --git a/src/tcp_subr.c b/src/tcp_subr.c
index 2202c03..7ab3ab2 100644
--- a/src/tcp_subr.c
+++ b/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"