From 296591399f90a9d89be958d91047aa724a77ee6d Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Tue, 4 Mar 2014 13:14:53 +0100 Subject: 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 --- codecs/G711a/G711adecode.c | 2 -- codecs/G711a/G711adecode.h | 2 -- codecs/G711a/G711atable.h | 2 -- 3 files changed, 6 deletions(-) (limited to 'codecs/G711a') 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 * 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 * 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 * Copyright 1998 Gerald Combs -- cgit v1.2.3