aboutsummaryrefslogtreecommitdiffstats
path: root/epan/compress
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2015-12-01 12:06:30 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2015-12-01 14:41:25 +0000
commit9779ae38176d735544723322fc203e8dbf3572da (patch)
treeb19ed1a94292f5e74cfc88a7aee0070bbe535935 /epan/compress
parent30c77364d405049be5e0365a192d37143ad7bae4 (diff)
Removed some remaining svn Id tags
Change-Id: I7ffbf59099132cde55995bde991d1c6a5dd224b0 Reviewed-on: https://code.wireshark.org/review/12330 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'epan/compress')
-rw-r--r--epan/compress/Makefile.am2
-rw-r--r--epan/compress/Makefile.common2
-rw-r--r--epan/compress/Makefile.nmake2
3 files changed, 0 insertions, 6 deletions
diff --git a/epan/compress/Makefile.am b/epan/compress/Makefile.am
index 9f86830c5e..7ccf292a00 100644
--- a/epan/compress/Makefile.am
+++ b/epan/compress/Makefile.am
@@ -1,8 +1,6 @@
# Makefile.am
# Automake file for the compress for Wireshark
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/epan/compress/Makefile.common b/epan/compress/Makefile.common
index 0dd8673e87..a9cc4bb028 100644
--- a/epan/compress/Makefile.common
+++ b/epan/compress/Makefile.common
@@ -3,8 +3,6 @@
# a) common to both files and
# b) portable between both files
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/epan/compress/Makefile.nmake b/epan/compress/Makefile.nmake
index cdb7fda62f..b4af1f03f1 100644
--- a/epan/compress/Makefile.nmake
+++ b/epan/compress/Makefile.nmake
@@ -1,7 +1,5 @@
## Makefile for building lzxpress.lib with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
-#
-# $Id$
include ..\..\config.nmake
include Makefile.common