aboutsummaryrefslogtreecommitdiffstats
path: root/tools
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 /tools
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 'tools')
-rwxr-xr-xtools/cppcheck/cppcheck.sh2
-rwxr-xr-xtools/dftestlib/__init__.py2
-rwxr-xr-xtools/dftestlib/bytes_ether.py2
-rwxr-xr-xtools/dftestlib/bytes_ipv6.py2
-rwxr-xr-xtools/dftestlib/bytes_type.py2
-rwxr-xr-xtools/dftestlib/dftest.py2
-rwxr-xr-xtools/dftestlib/double.py2
-rwxr-xr-xtools/dftestlib/integer.py2
-rwxr-xr-xtools/dftestlib/integer_1byte.py2
-rwxr-xr-xtools/dftestlib/ipv4.py2
-rwxr-xr-xtools/dftestlib/range_method.py2
-rwxr-xr-xtools/dftestlib/scanner.py2
-rwxr-xr-xtools/dftestlib/string_type.py2
-rwxr-xr-xtools/dftestlib/stringz.py2
-rwxr-xr-xtools/dftestlib/time_relative.py2
-rwxr-xr-xtools/dftestlib/time_type.py2
-rwxr-xr-xtools/dftestlib/tvb.py2
-rwxr-xr-xtools/dftestlib/uint64.py2
-rwxr-xr-xtools/dftestlib/util.py2
-rw-r--r--tools/lemon/CMakeLists.txt2
-rw-r--r--tools/lemon/Makefile.am2
-rw-r--r--tools/lemon/Makefile.nmake1
-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
27 files changed, 0 insertions, 52 deletions
diff --git a/tools/cppcheck/cppcheck.sh b/tools/cppcheck/cppcheck.sh
index c7c3984c86..324222fd90 100755
--- a/tools/cppcheck/cppcheck.sh
+++ b/tools/cppcheck/cppcheck.sh
@@ -5,8 +5,6 @@
# Script to run CppCheck Static Analyzer.
# http://cppcheck.sourceforge.net/
#
-# $Id$
-#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 2012 Gerald Combs
diff --git a/tools/dftestlib/__init__.py b/tools/dftestlib/__init__.py
index 314bb5e59c..557e94e205 100755
--- a/tools/dftestlib/__init__.py
+++ b/tools/dftestlib/__init__.py
@@ -1,6 +1,4 @@
#
-# $Id$
-#
# Copyright (C) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
# This program is free software; you can redistribute it and/or
diff --git a/tools/dftestlib/bytes_ether.py b/tools/dftestlib/bytes_ether.py
index 64d206d762..3836a323bb 100755
--- a/tools/dftestlib/bytes_ether.py
+++ b/tools/dftestlib/bytes_ether.py
@@ -1,7 +1,5 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id$
-#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
diff --git a/tools/dftestlib/bytes_ipv6.py b/tools/dftestlib/bytes_ipv6.py
index 229c531d72..3d2c9ee86e 100755
--- a/tools/dftestlib/bytes_ipv6.py
+++ b/tools/dftestlib/bytes_ipv6.py
@@ -1,7 +1,5 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id$
-#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
diff --git a/tools/dftestlib/bytes_type.py b/tools/dftestlib/bytes_type.py
index 3569d4a3a1..5cfe0158cb 100755
--- a/tools/dftestlib/bytes_type.py
+++ b/tools/dftestlib/bytes_type.py
@@ -1,7 +1,5 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id$
-#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
diff --git a/tools/dftestlib/dftest.py b/tools/dftestlib/dftest.py
index 05f2bd6bdd..d6d32c497c 100755
--- a/tools/dftestlib/dftest.py
+++ b/tools/dftestlib/dftest.py
@@ -1,7 +1,5 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id$
-#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
diff --git a/tools/dftestlib/double.py b/tools/dftestlib/double.py
index 9a20884f90..2418eab4e1 100755
--- a/tools/dftestlib/double.py
+++ b/tools/dftestlib/double.py
@@ -1,7 +1,5 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id$
-#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
diff --git a/tools/dftestlib/integer.py b/tools/dftestlib/integer.py
index 0417fb6d37..fca4f23cdd 100755
--- a/tools/dftestlib/integer.py
+++ b/tools/dftestlib/integer.py
@@ -1,7 +1,5 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id$
-#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
diff --git a/tools/dftestlib/integer_1byte.py b/tools/dftestlib/integer_1byte.py
index 33ff23b55d..da6163ae6e 100755
--- a/tools/dftestlib/integer_1byte.py
+++ b/tools/dftestlib/integer_1byte.py
@@ -1,7 +1,5 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id$
-#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
diff --git a/tools/dftestlib/ipv4.py b/tools/dftestlib/ipv4.py
index efa2f5c7fa..9c17e361db 100755
--- a/tools/dftestlib/ipv4.py
+++ b/tools/dftestlib/ipv4.py
@@ -1,7 +1,5 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id$
-#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
diff --git a/tools/dftestlib/range_method.py b/tools/dftestlib/range_method.py
index d189f3a314..613d476e22 100755
--- a/tools/dftestlib/range_method.py
+++ b/tools/dftestlib/range_method.py
@@ -1,7 +1,5 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id$
-#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
diff --git a/tools/dftestlib/scanner.py b/tools/dftestlib/scanner.py
index a2fc700c7f..1830616c73 100755
--- a/tools/dftestlib/scanner.py
+++ b/tools/dftestlib/scanner.py
@@ -1,7 +1,5 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id$
-#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
diff --git a/tools/dftestlib/string_type.py b/tools/dftestlib/string_type.py
index 37eb7e33d0..fba92a286c 100755
--- a/tools/dftestlib/string_type.py
+++ b/tools/dftestlib/string_type.py
@@ -1,7 +1,5 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id$
-#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
diff --git a/tools/dftestlib/stringz.py b/tools/dftestlib/stringz.py
index e843906141..d1f203ce8c 100755
--- a/tools/dftestlib/stringz.py
+++ b/tools/dftestlib/stringz.py
@@ -1,7 +1,5 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id$
-#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
diff --git a/tools/dftestlib/time_relative.py b/tools/dftestlib/time_relative.py
index 4e6bf93506..d875a85054 100755
--- a/tools/dftestlib/time_relative.py
+++ b/tools/dftestlib/time_relative.py
@@ -1,7 +1,5 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id$
-#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
diff --git a/tools/dftestlib/time_type.py b/tools/dftestlib/time_type.py
index 4958322ef8..81464ff5be 100755
--- a/tools/dftestlib/time_type.py
+++ b/tools/dftestlib/time_type.py
@@ -1,7 +1,5 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id$
-#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
diff --git a/tools/dftestlib/tvb.py b/tools/dftestlib/tvb.py
index c00bed55ad..d4c7a92a78 100755
--- a/tools/dftestlib/tvb.py
+++ b/tools/dftestlib/tvb.py
@@ -1,7 +1,5 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id$
-#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
diff --git a/tools/dftestlib/uint64.py b/tools/dftestlib/uint64.py
index f0c9527d22..8edd955881 100755
--- a/tools/dftestlib/uint64.py
+++ b/tools/dftestlib/uint64.py
@@ -1,7 +1,5 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id$
-#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
diff --git a/tools/dftestlib/util.py b/tools/dftestlib/util.py
index 0aee8e87c0..cb301eb0f6 100755
--- a/tools/dftestlib/util.py
+++ b/tools/dftestlib/util.py
@@ -1,7 +1,5 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id$
-#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
diff --git a/tools/lemon/CMakeLists.txt b/tools/lemon/CMakeLists.txt
index 1ad31e1af1..d0b7cb84ae 100644
--- a/tools/lemon/CMakeLists.txt
+++ b/tools/lemon/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/tools/lemon/Makefile.am b/tools/lemon/Makefile.am
index fe931446c2..83b9385fc1 100644
--- a/tools/lemon/Makefile.am
+++ b/tools/lemon/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/lemon/Makefile.nmake b/tools/lemon/Makefile.nmake
index d629ec4008..56ee8540c0 100644
--- a/tools/lemon/Makefile.nmake
+++ b/tools/lemon/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/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