aboutsummaryrefslogtreecommitdiffstats
path: root/tools/pidl
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-03-07 16:32:18 +0100
committerAnders Broman <a.broman58@gmail.com>2014-03-31 18:29:18 +0000
commitf2dfc39d9466e3dd736e14d95fc4d5cf2e37e4c8 (patch)
treefebcae46f514e07cbbf90906de5dc0a1f558e707 /tools/pidl
parent94a791a76e3db49b3f3b9dd0b7d1b43402ebd9c0 (diff)
Continue to remove $Id$ from top of file
(Using sed : sed -i '/^ \t$Id\$/,+0 d') (tab before $Id$) Also modify generator (NDR.pm) Change-Id: I348a1d129d1d1320bd80b428038ea5ed291d6ca8 Reviewed-on: https://code.wireshark.org/review/878 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'tools/pidl')
-rw-r--r--tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm b/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
index f443069e0c..32a83b7af4 100644
--- a/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
+++ b/tools/pidl/lib/Parse/Pidl/Wireshark/NDR.pm
@@ -1018,13 +1018,11 @@ sub Parse($$$$$)
"/* DO NOT EDIT
This file was automatically generated by Pidl
from $idl_file and $cnf_file.
-
+
Pidl is a perl based IDL compiler for DCE/RPC idl files.
It is maintained by the Samba team, not the Wireshark team.
Instructions on how to download and install Pidl can be
found at http://wiki.wireshark.org/Pidl
-
- \$Id\$
*/
";