aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil
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 /wsutil
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 'wsutil')
-rw-r--r--wsutil/adler32.c2
-rw-r--r--wsutil/adler32.h2
-rw-r--r--wsutil/aes.c2
-rw-r--r--wsutil/aes.h2
-rw-r--r--wsutil/base64.c2
-rw-r--r--wsutil/base64.h2
-rw-r--r--wsutil/bits_count_ones.h2
-rw-r--r--wsutil/bits_ctz.h2
-rw-r--r--wsutil/bitswap.c2
-rw-r--r--wsutil/bitswap.h2
-rw-r--r--wsutil/crash_info.c2
-rw-r--r--wsutil/crash_info.h2
-rw-r--r--wsutil/crc10.c2
-rw-r--r--wsutil/crc10.h2
-rw-r--r--wsutil/crc11.c2
-rw-r--r--wsutil/crc11.h2
-rw-r--r--wsutil/crc16-plain.c3
-rw-r--r--wsutil/crc16-plain.h2
-rw-r--r--wsutil/crc16.c2
-rw-r--r--wsutil/crc16.h2
-rw-r--r--wsutil/crc32.c2
-rw-r--r--wsutil/crc32.h2
-rw-r--r--wsutil/crc6.c2
-rw-r--r--wsutil/crc6.h2
-rw-r--r--wsutil/crc7.c2
-rw-r--r--wsutil/crc7.h2
-rw-r--r--wsutil/crc8.c2
-rw-r--r--wsutil/crc8.h2
-rw-r--r--wsutil/crcdrm.c2
-rw-r--r--wsutil/crcdrm.h2
-rw-r--r--wsutil/eax.c2
-rw-r--r--wsutil/eax.h2
-rw-r--r--wsutil/file_util.c2
-rw-r--r--wsutil/file_util.h2
-rw-r--r--wsutil/filesystem.c2
-rw-r--r--wsutil/filesystem.h2
-rw-r--r--wsutil/g711.c2
-rw-r--r--wsutil/g711.h2
-rw-r--r--wsutil/inet_aton.c2
-rw-r--r--wsutil/inet_aton.h2
-rw-r--r--wsutil/inet_ntop.c2
-rw-r--r--wsutil/inet_pton.c2
-rw-r--r--wsutil/inet_v6defs.h2
-rw-r--r--wsutil/mpeg-audio.c2
-rw-r--r--wsutil/mpeg-audio.h2
-rw-r--r--wsutil/nstime.c2
-rw-r--r--wsutil/nstime.h2
-rw-r--r--wsutil/pint.h2
-rw-r--r--wsutil/plugins.c2
-rw-r--r--wsutil/plugins.h2
-rw-r--r--wsutil/privileges.c2
-rw-r--r--wsutil/privileges.h2
-rw-r--r--wsutil/report_err.h2
-rw-r--r--wsutil/sign_ext.h2
-rw-r--r--wsutil/str_util.c2
-rw-r--r--wsutil/str_util.h2
-rw-r--r--wsutil/strnatcmp.c2
-rw-r--r--wsutil/strnatcmp.h2
-rw-r--r--wsutil/strptime.h2
-rw-r--r--wsutil/tempfile.c2
-rw-r--r--wsutil/tempfile.h2
-rw-r--r--wsutil/type_util.c2
-rw-r--r--wsutil/type_util.h2
-rw-r--r--wsutil/u3.c2
-rw-r--r--wsutil/u3.h2
-rw-r--r--wsutil/unicode-utils.c2
-rw-r--r--wsutil/unicode-utils.h2
-rw-r--r--wsutil/wsgcrypt.h2
68 files changed, 0 insertions, 137 deletions
diff --git a/wsutil/adler32.c b/wsutil/adler32.c
index 22dfcb2a4b..77edf0b910 100644
--- a/wsutil/adler32.c
+++ b/wsutil/adler32.c
@@ -3,8 +3,6 @@
* 2003 Tomas Kukosa
* Based on code from RFC 1950 (Chapter 9. Appendix: Sample code)
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/adler32.h b/wsutil/adler32.h
index ee4a91f265..d58b7ccbee 100644
--- a/wsutil/adler32.h
+++ b/wsutil/adler32.h
@@ -2,8 +2,6 @@
* Compute the Adler32 checksum (RFC 1950)
* 2003 Tomas Kukosa
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/aes.c b/wsutil/aes.c
index 51bacbb8bb..3ed3ef383b 100644
--- a/wsutil/aes.c
+++ b/wsutil/aes.c
@@ -3,8 +3,6 @@
*
* Copied from airpdcap_rijndael.c and broken out into its own file
*
- * $Id$
- *
* @version 3.0 (December 2000)
*
* Optimised ANSI C code for the Rijndael cipher (now AES)
diff --git a/wsutil/aes.h b/wsutil/aes.h
index 45079eaa0e..e384667900 100644
--- a/wsutil/aes.h
+++ b/wsutil/aes.h
@@ -3,8 +3,6 @@
*
* Copied from airpdcap_rijndael.h
*
- * $Id$
- *
* @version 3.0 (December 2000)
*
* Optimised ANSI C code for the Rijndael cipher (now AES)
diff --git a/wsutil/base64.c b/wsutil/base64.c
index 5f3b57c953..3a3368f923 100644
--- a/wsutil/base64.c
+++ b/wsutil/base64.c
@@ -1,8 +1,6 @@
/* base64.c
* Base-64 conversion
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/base64.h b/wsutil/base64.h
index e9bc51758d..7cc1d78302 100644
--- a/wsutil/base64.h
+++ b/wsutil/base64.h
@@ -1,8 +1,6 @@
/* base64.h
* Base-64 conversion
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/bits_count_ones.h b/wsutil/bits_count_ones.h
index 3d88d52fa9..e2c2f94f3f 100644
--- a/wsutil/bits_count_ones.h
+++ b/wsutil/bits_count_ones.h
@@ -1,8 +1,6 @@
/*
* bits_count_ones.h
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/bits_ctz.h b/wsutil/bits_ctz.h
index 7fa9cd87ad..9b05882bfa 100644
--- a/wsutil/bits_ctz.h
+++ b/wsutil/bits_ctz.h
@@ -1,8 +1,6 @@
/*
* bitz_ctz.h
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/bitswap.c b/wsutil/bitswap.c
index 7106a3420a..7fa0b1a8f0 100644
--- a/wsutil/bitswap.c
+++ b/wsutil/bitswap.c
@@ -1,8 +1,6 @@
/* bitswap.c
* Table of bit-swapped values of bytes
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/bitswap.h b/wsutil/bitswap.h
index b91f029478..58ee9a3fff 100644
--- a/wsutil/bitswap.h
+++ b/wsutil/bitswap.h
@@ -1,8 +1,6 @@
/* bitswap.h
* Macro to bitswap a byte by looking it up in a table
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/crash_info.c b/wsutil/crash_info.c
index 386d805d21..a8635b669f 100644
--- a/wsutil/crash_info.c
+++ b/wsutil/crash_info.c
@@ -1,8 +1,6 @@
/* crash_info.c
* Routines to try to provide more useful information in crash dumps.
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2006 Gerald Combs
diff --git a/wsutil/crash_info.h b/wsutil/crash_info.h
index 9643fe8c34..91818c2802 100644
--- a/wsutil/crash_info.h
+++ b/wsutil/crash_info.h
@@ -1,8 +1,6 @@
/* crash_info.h
* Routines to try to provide more useful information in crash dumps.
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2006 Gerald Combs
diff --git a/wsutil/crc10.c b/wsutil/crc10.c
index c7bdb90de9..9f04d93c04 100644
--- a/wsutil/crc10.c
+++ b/wsutil/crc10.c
@@ -1,7 +1,5 @@
/*
* crc10.c
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/crc10.h b/wsutil/crc10.h
index 2ee98853ee..41b631962b 100644
--- a/wsutil/crc10.h
+++ b/wsutil/crc10.h
@@ -1,8 +1,6 @@
/*
* crc10.h
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/crc11.c b/wsutil/crc11.c
index ba4d4a1939..6bf91c0338 100644
--- a/wsutil/crc11.c
+++ b/wsutil/crc11.c
@@ -1,7 +1,5 @@
/*
* crc11.c
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/crc11.h b/wsutil/crc11.h
index eecda5eccc..7315398143 100644
--- a/wsutil/crc11.h
+++ b/wsutil/crc11.h
@@ -1,7 +1,5 @@
/*
* crc11.h
- * $Id$
- *
* http://www.tty1.net/pycrc/faq_en.html#code-ownership
*
* Wireshark - Network traffic analyzer
diff --git a/wsutil/crc16-plain.c b/wsutil/crc16-plain.c
index 736033c1ed..f8ea411938 100644
--- a/wsutil/crc16-plain.c
+++ b/wsutil/crc16-plain.c
@@ -1,7 +1,5 @@
/*
* crc16-plain.c
- * $Id$
- *
* http://www.tty1.net/pycrc/faq_en.html#code-ownership
*
* Wireshark - Network traffic analyzer
@@ -24,7 +22,6 @@
*/
/**
- * $Id$
* \file crc16-plain.c
* Functions and types for CRC checks.
*
diff --git a/wsutil/crc16-plain.h b/wsutil/crc16-plain.h
index da4e703a6c..d91b953b67 100644
--- a/wsutil/crc16-plain.h
+++ b/wsutil/crc16-plain.h
@@ -1,7 +1,5 @@
/*
* crc16-plain.h
- * $Id$
- *
* http://www.tty1.net/pycrc/faq_en.html#code-ownership
*
* Wireshark - Network traffic analyzer
diff --git a/wsutil/crc16.c b/wsutil/crc16.c
index 8613da03a0..8dcf9f5b8f 100644
--- a/wsutil/crc16.c
+++ b/wsutil/crc16.c
@@ -3,8 +3,6 @@
*
* 2004 Richard van der Hoff <richardv@mxtelecom.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/crc16.h b/wsutil/crc16.h
index e947af7b17..91dbec0ffb 100644
--- a/wsutil/crc16.h
+++ b/wsutil/crc16.h
@@ -3,8 +3,6 @@
*
* 2004 Richard van der Hoff <richardv@mxtelecom.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/crc32.c b/wsutil/crc32.c
index f70c1c938d..db04a748e5 100644
--- a/wsutil/crc32.c
+++ b/wsutil/crc32.c
@@ -1,8 +1,6 @@
/* crc32.c
* CRC-32 routine
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/crc32.h b/wsutil/crc32.h
index 3947570438..39cf17798a 100644
--- a/wsutil/crc32.h
+++ b/wsutil/crc32.h
@@ -1,8 +1,6 @@
/* crc32.h
* Declaration of CRC-32 routine and table
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/crc6.c b/wsutil/crc6.c
index 03127d159f..ad2d990b83 100644
--- a/wsutil/crc6.c
+++ b/wsutil/crc6.c
@@ -1,8 +1,6 @@
/*
* crc6.c
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/crc6.h b/wsutil/crc6.h
index 03cae804c1..9915d415b5 100644
--- a/wsutil/crc6.h
+++ b/wsutil/crc6.h
@@ -1,8 +1,6 @@
/*
* crc6.h
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/crc7.c b/wsutil/crc7.c
index 92010a3f1f..1c8950cbbc 100644
--- a/wsutil/crc7.c
+++ b/wsutil/crc7.c
@@ -1,8 +1,6 @@
/**
* crc7.c
*
- * $Id$
- *
* Functions and types for CRC checks.
*
* Wireshark - Network traffic analyzer
diff --git a/wsutil/crc7.h b/wsutil/crc7.h
index 44d748efea..2da55070e6 100644
--- a/wsutil/crc7.h
+++ b/wsutil/crc7.h
@@ -1,8 +1,6 @@
/*
* crc7.h
*
- * $Id$
- *
* Functions and types for CRC checks.
*
* Wireshark - Network traffic analyzer
diff --git a/wsutil/crc8.c b/wsutil/crc8.c
index 420a635474..6c3cfb02c3 100644
--- a/wsutil/crc8.c
+++ b/wsutil/crc8.c
@@ -3,8 +3,6 @@
*
* 2011 Roland Knall <rknall@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/crc8.h b/wsutil/crc8.h
index ed98c5eac2..52db4fd64b 100644
--- a/wsutil/crc8.h
+++ b/wsutil/crc8.h
@@ -3,8 +3,6 @@
*
* 2011 Roland Knall <rknall@gmail.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/crcdrm.c b/wsutil/crcdrm.c
index b9e37f6abb..cd0e560384 100644
--- a/wsutil/crcdrm.c
+++ b/wsutil/crcdrm.c
@@ -2,8 +2,6 @@
* another CRC 16
* Copyright 2006, British Broadcasting Corporation
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/crcdrm.h b/wsutil/crcdrm.h
index 694aa6c4d6..e08f2f949e 100644
--- a/wsutil/crcdrm.h
+++ b/wsutil/crcdrm.h
@@ -2,8 +2,6 @@
* another CRC 16
* Copyright 2006, British Broadcasting Corporation
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/eax.c b/wsutil/eax.c
index 217c107909..4243766fc3 100644
--- a/wsutil/eax.c
+++ b/wsutil/eax.c
@@ -2,8 +2,6 @@
* Encryption and decryption routines implementing the EAX' encryption mode
* Copyright 2010, Edward J. Beroset, edward.j.beroset@us.elster.com
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/eax.h b/wsutil/eax.h
index f1f50e0f16..e5cd1dd00a 100644
--- a/wsutil/eax.h
+++ b/wsutil/eax.h
@@ -2,8 +2,6 @@
* Encryption and decryption routines implementing the EAX' encryption mode
* Copyright 2010, Edward J. Beroset, edward.j.beroset@us.elster.com
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/file_util.c b/wsutil/file_util.c
index 2b90bab9ff..5a02a01866 100644
--- a/wsutil/file_util.c
+++ b/wsutil/file_util.c
@@ -1,7 +1,5 @@
/* file_util.c
*
- * $Id$
- *
* (Originally part of the Wiretap Library, now part of the Wireshark
* utility library)
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
diff --git a/wsutil/file_util.h b/wsutil/file_util.h
index e07da108a6..9bdbc34e9f 100644
--- a/wsutil/file_util.h
+++ b/wsutil/file_util.h
@@ -1,8 +1,6 @@
/* file_util.h
* File utility definitions
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/filesystem.c b/wsutil/filesystem.c
index 181e5f44ef..3d898c9a08 100644
--- a/wsutil/filesystem.c
+++ b/wsutil/filesystem.c
@@ -1,8 +1,6 @@
/* filesystem.c
* Filesystem utility routines
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/filesystem.h b/wsutil/filesystem.h
index 5e6082889a..26a25de8cd 100644
--- a/wsutil/filesystem.h
+++ b/wsutil/filesystem.h
@@ -1,8 +1,6 @@
/* filesystem.h
* Filesystem utility definitions
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/g711.c b/wsutil/g711.c
index 5ae74148ba..dfbee3111d 100644
--- a/wsutil/g711.c
+++ b/wsutil/g711.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* This source code is a product of Sun Microsystems, Inc. and is provided
* for unrestricted use. Users may copy or modify this source code without
* charge.
diff --git a/wsutil/g711.h b/wsutil/g711.h
index 8482775ca0..5593e821f8 100644
--- a/wsutil/g711.h
+++ b/wsutil/g711.h
@@ -3,8 +3,6 @@
*
* Definitions for routines for u-law, A-law and linear PCM conversions
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/inet_aton.c b/wsutil/inet_aton.c
index ae4489191f..6760d91246 100644
--- a/wsutil/inet_aton.c
+++ b/wsutil/inet_aton.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright (c) 1983, 1990, 1993
* The Regents of the University of California. All rights reserved.
*
diff --git a/wsutil/inet_aton.h b/wsutil/inet_aton.h
index f4d372d436..bfccb2224f 100644
--- a/wsutil/inet_aton.h
+++ b/wsutil/inet_aton.h
@@ -1,7 +1,5 @@
/* inet_aton.h
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/inet_ntop.c b/wsutil/inet_ntop.c
index 7258f4a481..ec01dc6965 100644
--- a/wsutil/inet_ntop.c
+++ b/wsutil/inet_ntop.c
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright (c) 1996-1999 by Internet Software Consortium.
*
* Permission to use, copy, modify, and distribute this software for any
diff --git a/wsutil/inet_pton.c b/wsutil/inet_pton.c
index 67e3ea973f..4cbf4e6523 100644
--- a/wsutil/inet_pton.c
+++ b/wsutil/inet_pton.c
@@ -1,8 +1,6 @@
/*
* Copyright (c) 1996,1999 by Internet Software Consortium.
*
- * $Id$
- *
* Permission to use, copy, modify, and distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
diff --git a/wsutil/inet_v6defs.h b/wsutil/inet_v6defs.h
index 3f17ae1001..e7f936dc5d 100644
--- a/wsutil/inet_v6defs.h
+++ b/wsutil/inet_v6defs.h
@@ -1,7 +1,5 @@
/* inet_v6defs.h
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/mpeg-audio.c b/wsutil/mpeg-audio.c
index e848ce673e..09fb9f613b 100644
--- a/wsutil/mpeg-audio.c
+++ b/wsutil/mpeg-audio.c
@@ -4,8 +4,6 @@
* Written by Shaun Jackman <sjackman@gmail.com>
* Copyright 2007 Shaun Jackman
*
- * $Id$
- *
* Wiretap Library
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wsutil/mpeg-audio.h b/wsutil/mpeg-audio.h
index 4b3c40983a..7f2fd9875c 100644
--- a/wsutil/mpeg-audio.h
+++ b/wsutil/mpeg-audio.h
@@ -4,8 +4,6 @@
* Written by Shaun Jackman <sjackman@gmail.com>
* Copyright 2007 Shaun Jackman
*
- * $Id$
- *
* Wiretap Library
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
diff --git a/wsutil/nstime.c b/wsutil/nstime.c
index 4c93bc16e7..c53e67fffd 100644
--- a/wsutil/nstime.c
+++ b/wsutil/nstime.c
@@ -3,8 +3,6 @@
*
* Copyright (c) 2005 MX Telecom Ltd. <richardv@mxtelecom.com>
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/nstime.h b/wsutil/nstime.h
index 41685fd09b..8def5de250 100644
--- a/wsutil/nstime.h
+++ b/wsutil/nstime.h
@@ -1,8 +1,6 @@
/* nstime.h
* Definition of data structure to hold time values with nanosecond resolution
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/pint.h b/wsutil/pint.h
index 9d4ff81f00..80dd4e0d3e 100644
--- a/wsutil/pint.h
+++ b/wsutil/pint.h
@@ -2,8 +2,6 @@
* Definitions for extracting and translating integers safely and portably
* via pointers.
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/plugins.c b/wsutil/plugins.c
index 269913bab2..703a5a8f46 100644
--- a/wsutil/plugins.c
+++ b/wsutil/plugins.c
@@ -1,8 +1,6 @@
/* plugins.c
* plugin routines
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/plugins.h b/wsutil/plugins.h
index 49d24970fa..1d5f0b6fd9 100644
--- a/wsutil/plugins.h
+++ b/wsutil/plugins.h
@@ -1,8 +1,6 @@
/* plugins.h
* definitions for plugins structures
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/privileges.c b/wsutil/privileges.c
index eda6194ce2..c8197427ef 100644
--- a/wsutil/privileges.c
+++ b/wsutil/privileges.c
@@ -1,8 +1,6 @@
/* privileges.c
* Routines for handling privileges, e.g. set-UID and set-GID on UNIX.
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2006 Gerald Combs
diff --git a/wsutil/privileges.h b/wsutil/privileges.h
index 2ce14da109..a8b89dbe27 100644
--- a/wsutil/privileges.h
+++ b/wsutil/privileges.h
@@ -1,8 +1,6 @@
/* privileges.h
* Declarations of routines for handling privileges.
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2006 Gerald Combs
diff --git a/wsutil/report_err.h b/wsutil/report_err.h
index 158e8a587d..06530a50b7 100644
--- a/wsutil/report_err.h
+++ b/wsutil/report_err.h
@@ -9,8 +9,6 @@
* doesn't itself know whether to pop up a dialog or print something
* to the standard error.
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/sign_ext.h b/wsutil/sign_ext.h
index 31afe8a2ab..26d590a693 100644
--- a/wsutil/sign_ext.h
+++ b/wsutil/sign_ext.h
@@ -1,8 +1,6 @@
/*
* sign_ext.h
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/str_util.c b/wsutil/str_util.c
index 15e48dd953..c9dfef8e25 100644
--- a/wsutil/str_util.c
+++ b/wsutil/str_util.c
@@ -1,8 +1,6 @@
/* str_util.c
* String utility routines
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/str_util.h b/wsutil/str_util.h
index 0ee55ea7cb..3a01badc30 100644
--- a/wsutil/str_util.h
+++ b/wsutil/str_util.h
@@ -1,8 +1,6 @@
/* str_util.h
* String utility definitions
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/strnatcmp.c b/wsutil/strnatcmp.c
index ee4d14e8cc..f4e79fd261 100644
--- a/wsutil/strnatcmp.c
+++ b/wsutil/strnatcmp.c
@@ -1,7 +1,5 @@
/* strnatcmp.c
*
- * $Id$
- *
* Original code downloaded from: http://sourcefrog.net/projects/natsort/
strnatcmp.c -- Perform 'natural order' comparisons of strings in C.
diff --git a/wsutil/strnatcmp.h b/wsutil/strnatcmp.h
index 221ddbda3f..31249cd666 100644
--- a/wsutil/strnatcmp.h
+++ b/wsutil/strnatcmp.h
@@ -1,7 +1,5 @@
/* strnatcmp.h
*
- * $Id$
- *
* Original code downloaded from: http://sourcefrog.net/projects/natsort/
strnatcmp.c -- Perform 'natural order' comparisons of strings in C.
diff --git a/wsutil/strptime.h b/wsutil/strptime.h
index 56b064a324..f5592764bd 100644
--- a/wsutil/strptime.h
+++ b/wsutil/strptime.h
@@ -1,7 +1,5 @@
/* strptime.h
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/tempfile.c b/wsutil/tempfile.c
index 9993a0ea4f..ccefe30224 100644
--- a/wsutil/tempfile.c
+++ b/wsutil/tempfile.c
@@ -1,8 +1,6 @@
/* tempfile.c
* Routines to create temporary files
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/tempfile.h b/wsutil/tempfile.h
index 80435699e7..f595632f25 100644
--- a/wsutil/tempfile.h
+++ b/wsutil/tempfile.h
@@ -1,8 +1,6 @@
/* tempfile.h
* Declarations of routines to create temporary files
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/type_util.c b/wsutil/type_util.c
index d0a20b4db2..9850268f7d 100644
--- a/wsutil/type_util.c
+++ b/wsutil/type_util.c
@@ -1,8 +1,6 @@
/* type_util.c
* Types utility routines
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/type_util.h b/wsutil/type_util.h
index cc7106c995..e125216ee4 100644
--- a/wsutil/type_util.h
+++ b/wsutil/type_util.h
@@ -1,8 +1,6 @@
/* type_util.h
* Types utility definitions
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/u3.c b/wsutil/u3.c
index 217d9f3bac..f52a62cf39 100644
--- a/wsutil/u3.c
+++ b/wsutil/u3.c
@@ -1,8 +1,6 @@
/* u3.c
* u3 2006 Graeme Lunt
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/u3.h b/wsutil/u3.h
index fac385aebe..12111b6df0 100644
--- a/wsutil/u3.h
+++ b/wsutil/u3.h
@@ -1,8 +1,6 @@
/* u3.h
* u3 2006 Graeme Lunt
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
diff --git a/wsutil/unicode-utils.c b/wsutil/unicode-utils.c
index 1d799313f9..53b89abd0f 100644
--- a/wsutil/unicode-utils.c
+++ b/wsutil/unicode-utils.c
@@ -1,8 +1,6 @@
/* unicode-utils.c
* Unicode utility routines
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2006 Gerald Combs
diff --git a/wsutil/unicode-utils.h b/wsutil/unicode-utils.h
index 7b29d8460a..6f23de4909 100644
--- a/wsutil/unicode-utils.h
+++ b/wsutil/unicode-utils.h
@@ -1,8 +1,6 @@
/* unicode-utils.h
* Unicode utility definitions
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2006 Gerald Combs
diff --git a/wsutil/wsgcrypt.h b/wsutil/wsgcrypt.h
index 0f1f2b022b..62b04cf9f3 100644
--- a/wsutil/wsgcrypt.h
+++ b/wsutil/wsgcrypt.h
@@ -5,8 +5,6 @@
* compiler warnings about deprecated definitions.
* Try to work around these warnings to ensure a clean build with -Werror.
*
- * $Id$
- *
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 2007 Gerald Combs