aboutsummaryrefslogtreecommitdiffstats
path: root/tools/tpg
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tpg')
-rw-r--r--tools/tpg/Makefile.am2
-rw-r--r--tools/tpg/Makefile.nmake1
-rw-r--r--tools/tpg/V2P.pm2
-rwxr-xr-xtools/tpg/tpg.pl2
-rw-r--r--tools/tpg/tpg.yp2
5 files changed, 0 insertions, 9 deletions
diff --git a/tools/tpg/Makefile.am b/tools/tpg/Makefile.am
index df18fc2ac4..52ceac1e60 100644
--- a/tools/tpg/Makefile.am
+++ b/tools/tpg/Makefile.am
@@ -1,7 +1,5 @@
# Makefile.am
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 2001 Gerald Combs
diff --git a/tools/tpg/Makefile.nmake b/tools/tpg/Makefile.nmake
index ee48175b07..214b9f767e 100644
--- a/tools/tpg/Makefile.nmake
+++ b/tools/tpg/Makefile.nmake
@@ -1,7 +1,6 @@
## Makefile for building wireshark.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id$
include ..\..\config.nmake
diff --git a/tools/tpg/V2P.pm b/tools/tpg/V2P.pm
index 974bdccd62..2856110c6f 100644
--- a/tools/tpg/V2P.pm
+++ b/tools/tpg/V2P.pm
@@ -5,8 +5,6 @@
#
# (c) 2002, Luis E. Garcia Ontanon <luis@ontanon.org>
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 2004 Gerald Combs
diff --git a/tools/tpg/tpg.pl b/tools/tpg/tpg.pl
index a4c61d50ae..f27c720de0 100755
--- a/tools/tpg/tpg.pl
+++ b/tools/tpg/tpg.pl
@@ -4,8 +4,6 @@
#
# Given a bnf like grammar generate a parser for text based tvbs
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 2004 Gerald Combs
diff --git a/tools/tpg/tpg.yp b/tools/tpg/tpg.yp
index b5c9a7abd9..8cda915a44 100644
--- a/tools/tpg/tpg.yp
+++ b/tools/tpg/tpg.yp
@@ -5,8 +5,6 @@
#
# Given a bnf like grammar generate a parser for text based tvbs
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 2004 Gerald Combs