summaryrefslogtreecommitdiff
path: root/tools/dftestlib
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-10-27 00:51:54 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-10-27 00:51:54 +0000
commit2d20a6c864a723a13925a30d39ab4772f1fa4911 (patch)
tree2040f91c71c7901d1991e18a9bd88839048fa0da /tools/dftestlib
parent04c9e08b19747feaa49ab4f0a8a9665ad61dbf0a (diff)
downloadwireshark-2d20a6c864a723a13925a30d39ab4772f1fa4911.tar.gz
Fix up some more svn properties.
svn path=/trunk/; revision=52882
Diffstat (limited to 'tools/dftestlib')
-rwxr-xr-x[-rw-r--r--]tools/dftestlib/__init__.py2
-rwxr-xr-x[-rw-r--r--]tools/dftestlib/bytes_ether.py2
-rwxr-xr-x[-rw-r--r--]tools/dftestlib/bytes_ipv6.py2
-rwxr-xr-x[-rw-r--r--]tools/dftestlib/bytes_type.py2
-rwxr-xr-x[-rw-r--r--]tools/dftestlib/dftest.py2
-rwxr-xr-x[-rw-r--r--]tools/dftestlib/double.py2
-rwxr-xr-x[-rw-r--r--]tools/dftestlib/integer.py2
-rwxr-xr-x[-rw-r--r--]tools/dftestlib/integer_1byte.py2
-rwxr-xr-x[-rw-r--r--]tools/dftestlib/ipv4.py2
-rwxr-xr-x[-rw-r--r--]tools/dftestlib/range_method.py2
-rwxr-xr-x[-rw-r--r--]tools/dftestlib/scanner.py2
-rwxr-xr-x[-rw-r--r--]tools/dftestlib/string_type.py2
-rwxr-xr-x[-rw-r--r--]tools/dftestlib/stringz.py2
-rwxr-xr-x[-rw-r--r--]tools/dftestlib/time_relative.py2
-rwxr-xr-x[-rw-r--r--]tools/dftestlib/time_type.py2
-rwxr-xr-x[-rw-r--r--]tools/dftestlib/tvb.py2
-rwxr-xr-x[-rw-r--r--]tools/dftestlib/uint64.py2
-rwxr-xr-x[-rw-r--r--]tools/dftestlib/util.py2
18 files changed, 18 insertions, 18 deletions
diff --git a/tools/dftestlib/__init__.py b/tools/dftestlib/__init__.py
index b683f7ca23..314bb5e59c 100644..100755
--- a/tools/dftestlib/__init__.py
+++ b/tools/dftestlib/__init__.py
@@ -1,5 +1,5 @@
#
-# $Id: dfilter-test.py 52136 2013-09-18 05:07:46Z gram $
+# $Id$
#
# Copyright (C) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
diff --git a/tools/dftestlib/bytes_ether.py b/tools/dftestlib/bytes_ether.py
index f7476bcea2..64d206d762 100644..100755
--- a/tools/dftestlib/bytes_ether.py
+++ b/tools/dftestlib/bytes_ether.py
@@ -1,6 +1,6 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id: dfilter-test.py 52136 2013-09-18 05:07:46Z gram $
+# $Id$
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/tools/dftestlib/bytes_ipv6.py b/tools/dftestlib/bytes_ipv6.py
index ca7eda3d0d..229c531d72 100644..100755
--- a/tools/dftestlib/bytes_ipv6.py
+++ b/tools/dftestlib/bytes_ipv6.py
@@ -1,6 +1,6 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id: dfilter-test.py 52136 2013-09-18 05:07:46Z gram $
+# $Id$
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/tools/dftestlib/bytes_type.py b/tools/dftestlib/bytes_type.py
index 03f8f9195e..3569d4a3a1 100644..100755
--- a/tools/dftestlib/bytes_type.py
+++ b/tools/dftestlib/bytes_type.py
@@ -1,6 +1,6 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id: dfilter-test.py 52136 2013-09-18 05:07:46Z gram $
+# $Id$
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/tools/dftestlib/dftest.py b/tools/dftestlib/dftest.py
index efddc24a53..05f2bd6bdd 100644..100755
--- a/tools/dftestlib/dftest.py
+++ b/tools/dftestlib/dftest.py
@@ -1,6 +1,6 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id: dfilter-test.py 52136 2013-09-18 05:07:46Z gram $
+# $Id$
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/tools/dftestlib/double.py b/tools/dftestlib/double.py
index 362c49f72c..9a20884f90 100644..100755
--- a/tools/dftestlib/double.py
+++ b/tools/dftestlib/double.py
@@ -1,6 +1,6 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id: dfilter-test.py 52136 2013-09-18 05:07:46Z gram $
+# $Id$
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/tools/dftestlib/integer.py b/tools/dftestlib/integer.py
index 57e20f52be..0417fb6d37 100644..100755
--- a/tools/dftestlib/integer.py
+++ b/tools/dftestlib/integer.py
@@ -1,6 +1,6 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id: dfilter-test.py 52136 2013-09-18 05:07:46Z gram $
+# $Id$
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/tools/dftestlib/integer_1byte.py b/tools/dftestlib/integer_1byte.py
index 1956555055..33ff23b55d 100644..100755
--- a/tools/dftestlib/integer_1byte.py
+++ b/tools/dftestlib/integer_1byte.py
@@ -1,6 +1,6 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id: dfilter-test.py 52136 2013-09-18 05:07:46Z gram $
+# $Id$
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/tools/dftestlib/ipv4.py b/tools/dftestlib/ipv4.py
index 45da634336..efa2f5c7fa 100644..100755
--- a/tools/dftestlib/ipv4.py
+++ b/tools/dftestlib/ipv4.py
@@ -1,6 +1,6 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id: dfilter-test.py 52136 2013-09-18 05:07:46Z gram $
+# $Id$
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/tools/dftestlib/range_method.py b/tools/dftestlib/range_method.py
index 529c72eb73..d189f3a314 100644..100755
--- a/tools/dftestlib/range_method.py
+++ b/tools/dftestlib/range_method.py
@@ -1,6 +1,6 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id: dfilter-test.py 52136 2013-09-18 05:07:46Z gram $
+# $Id$
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/tools/dftestlib/scanner.py b/tools/dftestlib/scanner.py
index e2d155142c..a2fc700c7f 100644..100755
--- a/tools/dftestlib/scanner.py
+++ b/tools/dftestlib/scanner.py
@@ -1,6 +1,6 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id: dfilter-test.py 52136 2013-09-18 05:07:46Z gram $
+# $Id$
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/tools/dftestlib/string_type.py b/tools/dftestlib/string_type.py
index 011dfa5357..37eb7e33d0 100644..100755
--- a/tools/dftestlib/string_type.py
+++ b/tools/dftestlib/string_type.py
@@ -1,6 +1,6 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id: dfilter-test.py 52136 2013-09-18 05:07:46Z gram $
+# $Id$
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/tools/dftestlib/stringz.py b/tools/dftestlib/stringz.py
index fe1220b6ea..e843906141 100644..100755
--- a/tools/dftestlib/stringz.py
+++ b/tools/dftestlib/stringz.py
@@ -1,6 +1,6 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id: dfilter-test.py 52136 2013-09-18 05:07:46Z gram $
+# $Id$
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/tools/dftestlib/time_relative.py b/tools/dftestlib/time_relative.py
index d62d315a10..4e6bf93506 100644..100755
--- a/tools/dftestlib/time_relative.py
+++ b/tools/dftestlib/time_relative.py
@@ -1,6 +1,6 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id: dfilter-test.py 52136 2013-09-18 05:07:46Z gram $
+# $Id$
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/tools/dftestlib/time_type.py b/tools/dftestlib/time_type.py
index d1529b26ed..4958322ef8 100644..100755
--- a/tools/dftestlib/time_type.py
+++ b/tools/dftestlib/time_type.py
@@ -1,6 +1,6 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id: dfilter-test.py 52136 2013-09-18 05:07:46Z gram $
+# $Id$
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/tools/dftestlib/tvb.py b/tools/dftestlib/tvb.py
index 04b47c98c1..c00bed55ad 100644..100755
--- a/tools/dftestlib/tvb.py
+++ b/tools/dftestlib/tvb.py
@@ -1,6 +1,6 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id: dfilter-test.py 52136 2013-09-18 05:07:46Z gram $
+# $Id$
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/tools/dftestlib/uint64.py b/tools/dftestlib/uint64.py
index 32528d6c58..f0c9527d22 100644..100755
--- a/tools/dftestlib/uint64.py
+++ b/tools/dftestlib/uint64.py
@@ -1,6 +1,6 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id: dfilter-test.py 52136 2013-09-18 05:07:46Z gram $
+# $Id$
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
diff --git a/tools/dftestlib/util.py b/tools/dftestlib/util.py
index 20731a588b..0aee8e87c0 100644..100755
--- a/tools/dftestlib/util.py
+++ b/tools/dftestlib/util.py
@@ -1,6 +1,6 @@
# Copyright (c) 2013 by Gilbert Ramirez <gram@alumni.rice.edu>
#
-# $Id: dfilter-test.py 52136 2013-09-18 05:07:46Z gram $
+# $Id$
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License