summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--epan/in_cksum.c2
-rw-r--r--epan/in_cksum.h2
-rw-r--r--wiretap/erf.c2
-rw-r--r--wiretap/network_instruments.c2
4 files changed, 1 insertions, 7 deletions
diff --git a/epan/in_cksum.c b/epan/in_cksum.c
index 6f1ab88fd9..feb1079f6f 100644
--- a/epan/in_cksum.c
+++ b/epan/in_cksum.c
@@ -3,8 +3,6 @@
* pointers/lengths giving the pieces to be checksummed. Also using
* Tahoe/CGI version of ADDCARRY(x) macro instead of from portable version.
*
-
-/*
* Copyright (c) 1988, 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/epan/in_cksum.h b/epan/in_cksum.h
index b4617f53f7..775b0e0ac0 100644
--- a/epan/in_cksum.h
+++ b/epan/in_cksum.h
@@ -1,8 +1,6 @@
/* in_cksum.h
* Declaration of Internet checksum routine.
*
-
-/*
* Copyright (c) 1988, 1992, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/wiretap/erf.c b/wiretap/erf.c
index 8c136645a1..9edef0ecbb 100644
--- a/wiretap/erf.c
+++ b/wiretap/erf.c
@@ -30,7 +30,7 @@
* IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
- *
+ */
/*
* erf - Endace ERF (Extensible Record Format)
diff --git a/wiretap/network_instruments.c b/wiretap/network_instruments.c
index 1d97451ec3..38abfab2cd 100644
--- a/wiretap/network_instruments.c
+++ b/wiretap/network_instruments.c
@@ -1,5 +1,3 @@
-/*
-
/***************************************************************************
network_instruments.c - description
-------------------