aboutsummaryrefslogtreecommitdiffstats
path: root/tools/dftestlib
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/dftestlib
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/dftestlib')
-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
18 files changed, 0 insertions, 36 deletions
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