aboutsummaryrefslogtreecommitdiffstats
path: root/filetap
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-17 15:57:02 +0100
committerAnders Broman <a.broman58@gmail.com>2014-03-31 18:48:06 +0000
commit757aa3322029a673e4f60c67041a796ce15e4828 (patch)
treeff4da6baa18e663a854a7c0863bd9fad2ac2f1b2 /filetap
parentfb61a0afa9b3ac5a6d3b0efa21e19b74d6aef175 (diff)
Continue to remove $Id$ from top of file
(Using sed : sed -i '/^\# \$Id\$/,+1 d') (start with dash) Change-Id: Ia4b5a6c2302f6a531f6a86c1ec3a2f8205c8c2dd Reviewed-on: https://code.wireshark.org/review/881 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'filetap')
-rw-r--r--filetap/CMakeLists.txt2
-rw-r--r--filetap/Makefile.am2
-rw-r--r--filetap/Makefile.common2
-rw-r--r--filetap/Makefile.nmake2
4 files changed, 0 insertions, 8 deletions
diff --git a/filetap/CMakeLists.txt b/filetap/CMakeLists.txt
index 34df8c39ba..82001b0eaa 100644
--- a/filetap/CMakeLists.txt
+++ b/filetap/CMakeLists.txt
@@ -1,7 +1,5 @@
# CMakeLists.txt
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/filetap/Makefile.am b/filetap/Makefile.am
index f508bc48e7..37896207f9 100644
--- a/filetap/Makefile.am
+++ b/filetap/Makefile.am
@@ -1,8 +1,6 @@
# Makefile.am
# Automake file for Filetap
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
diff --git a/filetap/Makefile.common b/filetap/Makefile.common
index 7988028e86..50a65c8761 100644
--- a/filetap/Makefile.common
+++ b/filetap/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/filetap/Makefile.nmake b/filetap/Makefile.nmake
index 72d54a3eb3..825db5d26a 100644
--- a/filetap/Makefile.nmake
+++ b/filetap/Makefile.nmake
@@ -1,6 +1,4 @@
#
-# $Id$
-#
include ..\config.nmake
include <win32.mak>