aboutsummaryrefslogtreecommitdiffstats
path: root/filetap
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-04 13:14:53 +0100
committerAnders Broman <a.broman58@gmail.com>2014-03-04 14:27:33 +0000
commit296591399f90a9d89be958d91047aa724a77ee6d (patch)
tree227c108d205e8103173ea1c5eff2fb5a1d604b48 /filetap
parent01467c294a21159d47ce27f271c60c8914e7c13a (diff)
Remove all $Id$ from top of file
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'filetap')
-rw-r--r--filetap/buffer.c2
-rw-r--r--filetap/buffer.h2
-rw-r--r--filetap/file_access.c2
-rw-r--r--filetap/ft_file_wrappers.c2
-rw-r--r--filetap/ft_file_wrappers.h2
-rw-r--r--filetap/ftap-int.h2
-rw-r--r--filetap/ftap.c2
-rw-r--r--filetap/ftap.h2
8 files changed, 0 insertions, 16 deletions
diff --git a/filetap/buffer.c b/filetap/buffer.c
index fc12c6a987..27da08b4c8 100644
--- a/filetap/buffer.c
+++ b/filetap/buffer.c
@@ -1,7 +1,5 @@
/* buffer.c
*
- * $Id$
- *
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
diff --git a/filetap/buffer.h b/filetap/buffer.h
index 792ae0fd5c..774dcdddb6 100644
--- a/filetap/buffer.h
+++ b/filetap/buffer.h
@@ -1,7 +1,5 @@
/* buffer.h
*
- * $Id$
- *
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
diff --git a/filetap/file_access.c b/filetap/file_access.c
index 8a946982ba..3b7b103770 100644
--- a/filetap/file_access.c
+++ b/filetap/file_access.c
@@ -1,7 +1,5 @@
/* file_access.c
*
- * $Id$
- *
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
diff --git a/filetap/ft_file_wrappers.c b/filetap/ft_file_wrappers.c
index 25254ea9ff..2e19de97c5 100644
--- a/filetap/ft_file_wrappers.c
+++ b/filetap/ft_file_wrappers.c
@@ -1,7 +1,5 @@
/* ft_file_wrappers.c
*
- * $Id$
- *
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
diff --git a/filetap/ft_file_wrappers.h b/filetap/ft_file_wrappers.h
index 4583e5e4e9..e1b7036560 100644
--- a/filetap/ft_file_wrappers.h
+++ b/filetap/ft_file_wrappers.h
@@ -1,7 +1,5 @@
/* ft_file_wrappers.h
*
- * $Id$
- *
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
diff --git a/filetap/ftap-int.h b/filetap/ftap-int.h
index 32026bc29f..819c0ef860 100644
--- a/filetap/ftap-int.h
+++ b/filetap/ftap-int.h
@@ -1,7 +1,5 @@
/* ftap-int.h
*
- * $Id$
- *
* Filetap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
diff --git a/filetap/ftap.c b/filetap/ftap.c
index 24fff82f15..0a8c6fa66f 100644
--- a/filetap/ftap.c
+++ b/filetap/ftap.c
@@ -1,7 +1,5 @@
/* ftap.c
*
- * $Id$
- *
* Filetap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*
diff --git a/filetap/ftap.h b/filetap/ftap.h
index 878ff5e823..5524c5cafa 100644
--- a/filetap/ftap.h
+++ b/filetap/ftap.h
@@ -1,7 +1,5 @@
/* ftap.h
*
- * $Id$
- *
* Filetap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
*