summaryrefslogtreecommitdiff
path: root/codecs
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 /codecs
parent01467c294a21159d47ce27f271c60c8914e7c13a (diff)
downloadwireshark-296591399f90a9d89be958d91047aa724a77ee6d.tar.gz
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 'codecs')
-rw-r--r--codecs/G711a/G711adecode.c2
-rw-r--r--codecs/G711a/G711adecode.h2
-rw-r--r--codecs/G711a/G711atable.h2
-rw-r--r--codecs/G711u/G711udecode.c2
-rw-r--r--codecs/G711u/G711udecode.h2
-rw-r--r--codecs/G711u/G711utable.h2
-rw-r--r--codecs/G722/G722decode.c2
-rw-r--r--codecs/G722/G722decode.h2
-rw-r--r--codecs/G726/G726decode.c2
-rw-r--r--codecs/G726/G726decode.h2
-rw-r--r--codecs/codecs.c2
-rw-r--r--codecs/codecs.h2
-rw-r--r--codecs/sbc/sbc.c2
-rw-r--r--codecs/sbc/sbc_private.h2
14 files changed, 0 insertions, 28 deletions
diff --git a/codecs/G711a/G711adecode.c b/codecs/G711a/G711adecode.c
index e5518932cc..6d31657973 100644
--- a/codecs/G711a/G711adecode.c
+++ b/codecs/G711a/G711adecode.c
@@ -1,8 +1,6 @@
/* G711adecode.c
* A-law G.711 codec
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/codecs/G711a/G711adecode.h b/codecs/G711a/G711adecode.h
index b7ccd3ffaa..d89d166217 100644
--- a/codecs/G711a/G711adecode.h
+++ b/codecs/G711a/G711adecode.h
@@ -1,8 +1,6 @@
/* G711adecode.h
* Definitions for A-law G.711 codec
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/codecs/G711a/G711atable.h b/codecs/G711a/G711atable.h
index 19f2d0069d..17d9e0e5e6 100644
--- a/codecs/G711a/G711atable.h
+++ b/codecs/G711a/G711atable.h
@@ -1,8 +1,6 @@
/* G711atable.h
* Exponent table for A-law G.711 codec
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/codecs/G711u/G711udecode.c b/codecs/G711u/G711udecode.c
index 369e47df3f..8399195d6e 100644
--- a/codecs/G711u/G711udecode.c
+++ b/codecs/G711u/G711udecode.c
@@ -1,8 +1,6 @@
/* G711udecode.c
* mu-law G.711 codec
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/codecs/G711u/G711udecode.h b/codecs/G711u/G711udecode.h
index 81cd379139..a0a7ad0a4e 100644
--- a/codecs/G711u/G711udecode.h
+++ b/codecs/G711u/G711udecode.h
@@ -1,8 +1,6 @@
/* G711udecode.h
* Definitions for mu-law G.711 codec
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/codecs/G711u/G711utable.h b/codecs/G711u/G711utable.h
index 7e11118aef..0a933b6f9f 100644
--- a/codecs/G711u/G711utable.h
+++ b/codecs/G711u/G711utable.h
@@ -1,8 +1,6 @@
/* G711utable.h
* Exponent table for mu-law G.711 codec
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/codecs/G722/G722decode.c b/codecs/G722/G722decode.c
index 746d150947..af45520d08 100644
--- a/codecs/G722/G722decode.c
+++ b/codecs/G722/G722decode.c
@@ -1,8 +1,6 @@
/* G722decode.c
* A-law G.711 codec
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/codecs/G722/G722decode.h b/codecs/G722/G722decode.h
index 0b5d8d0f88..fa30a092c0 100644
--- a/codecs/G722/G722decode.h
+++ b/codecs/G722/G722decode.h
@@ -1,8 +1,6 @@
/* G722decode.h
* Definitions for A-law G.722 codec
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/codecs/G726/G726decode.c b/codecs/G726/G726decode.c
index 7961364d41..e454be5ac8 100644
--- a/codecs/G726/G726decode.c
+++ b/codecs/G726/G726decode.c
@@ -1,8 +1,6 @@
/* G726decode.c
* G.726 codec
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/codecs/G726/G726decode.h b/codecs/G726/G726decode.h
index a61ec9b237..f795c73a14 100644
--- a/codecs/G726/G726decode.h
+++ b/codecs/G726/G726decode.h
@@ -1,8 +1,6 @@
/* G726decode.h
* Definitions for A-law G.722 codec
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/codecs/codecs.c b/codecs/codecs.c
index 68def22dc4..a7c00047ae 100644
--- a/codecs/codecs.c
+++ b/codecs/codecs.c
@@ -1,8 +1,6 @@
/* codecs.c
* codecs interface 2007 Tomas Kukosa
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/codecs/codecs.h b/codecs/codecs.h
index 396586075f..794cd32b63 100644
--- a/codecs/codecs.h
+++ b/codecs/codecs.h
@@ -1,8 +1,6 @@
/* codecs.h
* codecs interface 2007 Tomas Kukosa
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/codecs/sbc/sbc.c b/codecs/sbc/sbc.c
index 786144f640..7b4c129337 100644
--- a/codecs/sbc/sbc.c
+++ b/codecs/sbc/sbc.c
@@ -3,8 +3,6 @@
*
* Copyright 2012, Michal Labedzki for Tieto Corporation
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/codecs/sbc/sbc_private.h b/codecs/sbc/sbc_private.h
index 71f643532b..10e63ca360 100644
--- a/codecs/sbc/sbc_private.h
+++ b/codecs/sbc/sbc_private.h
@@ -3,8 +3,6 @@
*
* Copyright 2012, Michal Labedzki for Tieto Corporation
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs