aboutsummaryrefslogtreecommitdiffstats
path: root/epan/wspython
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2009-09-21 21:25:23 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2009-09-21 21:25:23 +0000
commitf78265be265dde765ab492d76bdb6357b48eef40 (patch)
tree03240d82ca5896b36e33d512d84aec288a48cae2 /epan/wspython
parent60b4a9a3c5b6077cb4721fdcdff3401c1c42897d (diff)
Set svn properties and fix Id keyword.
svn path=/trunk/; revision=30057
Diffstat (limited to 'epan/wspython')
-rw-r--r--epan/wspython/Makefile.am2
-rw-r--r--epan/wspython/Makefile.common2
-rw-r--r--epan/wspython/register-dissector.py2
-rw-r--r--epan/wspython/wspy_dissector.py2
-rw-r--r--epan/wspython/wspy_libws.py2
-rw-r--r--epan/wspython/wspy_proto.c2
-rw-r--r--epan/wspython/wspy_proto.h2
-rw-r--r--epan/wspython/wspy_register.c2
-rw-r--r--epan/wspython/wspy_register.h2
9 files changed, 9 insertions, 9 deletions
diff --git a/epan/wspython/Makefile.am b/epan/wspython/Makefile.am
index 170e7689fb..8f76bc2fd5 100644
--- a/epan/wspython/Makefile.am
+++ b/epan/wspython/Makefile.am
@@ -1,6 +1,6 @@
# Makefile.am
#
-# $Id: $
+# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
diff --git a/epan/wspython/Makefile.common b/epan/wspython/Makefile.common
index d743d4a937..c4eb36f20d 100644
--- a/epan/wspython/Makefile.common
+++ b/epan/wspython/Makefile.common
@@ -3,7 +3,7 @@
# a) common to both files and
# b) portable between both files
#
-# $Id: $
+# $Id$
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
diff --git a/epan/wspython/register-dissector.py b/epan/wspython/register-dissector.py
index e05bfbcc37..6faab57f6f 100644
--- a/epan/wspython/register-dissector.py
+++ b/epan/wspython/register-dissector.py
@@ -1,6 +1,6 @@
# register-dissector.py
#
-# $Id: $
+# $Id$
#
# Wireshark Protocol Python Binding
#
diff --git a/epan/wspython/wspy_dissector.py b/epan/wspython/wspy_dissector.py
index 31ed0c83ba..22a6009a76 100644
--- a/epan/wspython/wspy_dissector.py
+++ b/epan/wspython/wspy_dissector.py
@@ -1,6 +1,6 @@
# wspy_dissector.py
#
-# $Id: $
+# $Id$
#
# Wireshark Protocol Python Binding
#
diff --git a/epan/wspython/wspy_libws.py b/epan/wspython/wspy_libws.py
index fb9bcf9916..1410f68d86 100644
--- a/epan/wspython/wspy_libws.py
+++ b/epan/wspython/wspy_libws.py
@@ -1,6 +1,6 @@
# wspy_libws.py
#
-# $Id: $
+# $Id$
#
# Wireshark Protocol Python Binding
#
diff --git a/epan/wspython/wspy_proto.c b/epan/wspython/wspy_proto.c
index 2b1dcc6b45..4ddc2a8bcd 100644
--- a/epan/wspython/wspy_proto.c
+++ b/epan/wspython/wspy_proto.c
@@ -1,6 +1,6 @@
/* wspy_proto.c
*
- * $Id: $
+ * $Id$
*
* Wireshark Protocol Python Binding
*
diff --git a/epan/wspython/wspy_proto.h b/epan/wspython/wspy_proto.h
index 4fafdbca20..d885e799cf 100644
--- a/epan/wspython/wspy_proto.h
+++ b/epan/wspython/wspy_proto.h
@@ -1,6 +1,6 @@
/* wspy_proto.h
*
- * $Id: $
+ * $Id$
*
* Wireshark Protocol Python Binding
*
diff --git a/epan/wspython/wspy_register.c b/epan/wspython/wspy_register.c
index a6a9b0701b..c273bbf358 100644
--- a/epan/wspython/wspy_register.c
+++ b/epan/wspython/wspy_register.c
@@ -1,6 +1,6 @@
/* wspy_register.c
*
- * $Id: $
+ * $Id$
*
* Wireshark Protocol Python Binding
*
diff --git a/epan/wspython/wspy_register.h b/epan/wspython/wspy_register.h
index c52d59ac67..93cf7506ea 100644
--- a/epan/wspython/wspy_register.h
+++ b/epan/wspython/wspy_register.h
@@ -1,6 +1,6 @@
/* wspy_register.h
*
- * $Id: $
+ * $Id$
*
* Wireshark Protocol Python Binding
*