aboutsummaryrefslogtreecommitdiffstats
path: root/echld
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 /echld
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 'echld')
-rw-r--r--echld/child.c2
-rw-r--r--echld/common.c2
-rw-r--r--echld/dispatcher.c2
-rw-r--r--echld/echld-int.h2
-rw-r--r--echld/echld-util.c2
-rw-r--r--echld/echld-util.h2
-rw-r--r--echld/echld.h2
-rw-r--r--echld/parent.c2
8 files changed, 0 insertions, 16 deletions
diff --git a/echld/child.c b/echld/child.c
index cdab146dc7..3fe219a227 100644
--- a/echld/child.c
+++ b/echld/child.c
@@ -2,8 +2,6 @@
* epan working child internals
* Child process routines and definitions
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/echld/common.c b/echld/common.c
index 2032d6cab3..dbc7924f99 100644
--- a/echld/common.c
+++ b/echld/common.c
@@ -1,8 +1,6 @@
/* echld_common.h
* common functions of ECHLD
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/echld/dispatcher.c b/echld/dispatcher.c
index 373bd88a5e..ac9ef8dc44 100644
--- a/echld/dispatcher.c
+++ b/echld/dispatcher.c
@@ -2,8 +2,6 @@
* epan working child API internals
* Dispatcher process routines and definitions
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/echld/echld-int.h b/echld/echld-int.h
index 708f439af6..31466464e4 100644
--- a/echld/echld-int.h
+++ b/echld/echld-int.h
@@ -1,8 +1,6 @@
/* echld_child-int.h
* epan working child API internals
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/echld/echld-util.c b/echld/echld-util.c
index 31d858c40d..a8b5a1c3d4 100644
--- a/echld/echld-util.c
+++ b/echld/echld-util.c
@@ -1,8 +1,6 @@
/* echld-util.c
* utility for echld
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/echld/echld-util.h b/echld/echld-util.h
index 2d7e9de4d8..557c4efc80 100644
--- a/echld/echld-util.h
+++ b/echld/echld-util.h
@@ -1,8 +1,6 @@
/* echld-util.h
* utility for echld
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/echld/echld.h b/echld/echld.h
index 309a97eea1..ff341705bc 100644
--- a/echld/echld.h
+++ b/echld/echld.h
@@ -1,8 +1,6 @@
/* echld.h
* epan working child API
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/echld/parent.c b/echld/parent.c
index af252c8661..071fb0c480 100644
--- a/echld/parent.c
+++ b/echld/parent.c
@@ -2,8 +2,6 @@
* epan working child API internals
* Parent process routines and definitions
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs