aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/portableapps
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 /packaging/portableapps
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 'packaging/portableapps')
-rw-r--r--packaging/portableapps/win32/Makefile.nmake2
-rw-r--r--packaging/portableapps/win32/WiresharkPortable.tmpl2
-rwxr-xr-xpackaging/portableapps/win32/makenmake.pl2
3 files changed, 0 insertions, 6 deletions
diff --git a/packaging/portableapps/win32/Makefile.nmake b/packaging/portableapps/win32/Makefile.nmake
index 41501b8d77..ddaa092d8e 100644
--- a/packaging/portableapps/win32/Makefile.nmake
+++ b/packaging/portableapps/win32/Makefile.nmake
@@ -1,6 +1,4 @@
#
-# $Id$
-#
include ../../../config.nmake
include <win32.mak>
diff --git a/packaging/portableapps/win32/WiresharkPortable.tmpl b/packaging/portableapps/win32/WiresharkPortable.tmpl
index 57b19e7fe7..6e26dd1395 100644
--- a/packaging/portableapps/win32/WiresharkPortable.tmpl
+++ b/packaging/portableapps/win32/WiresharkPortable.tmpl
@@ -1,8 +1,6 @@
#
# WirersharkPortable.ini - settings for configure the running of WiresharkPortable
#
-# $Id$
-#
[WiresharkPortable]
WiresharkDirectory=App/Wireshark
diff --git a/packaging/portableapps/win32/makenmake.pl b/packaging/portableapps/win32/makenmake.pl
index 0951a62900..47dc8a5e2c 100755
--- a/packaging/portableapps/win32/makenmake.pl
+++ b/packaging/portableapps/win32/makenmake.pl
@@ -1,7 +1,5 @@
#
# makenmake.pl - create a nmake file from a generic manifest file that will create the appropriate PortableApp structure
-# $Id$
-#
print q{
#