summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gpspacket.c1
-rw-r--r--hex.c1
-rw-r--r--setup.py1
-rw-r--r--strl.c1
4 files changed, 4 insertions, 0 deletions
diff --git a/gpspacket.c b/gpspacket.c
index 5a59f7d8..587274e6 100644
--- a/gpspacket.c
+++ b/gpspacket.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* Python binding for the packet.c module.
*/
diff --git a/hex.c b/hex.c
index 48e9ad3e..c193fa23 100644
--- a/hex.c
+++ b/hex.c
@@ -1,3 +1,4 @@
+/* $Id$ */
#include <unistd.h>
#include <stdlib.h>
#include <stdio.h>
diff --git a/setup.py b/setup.py
index e3b871f9..8fcdedf2 100644
--- a/setup.py
+++ b/setup.py
@@ -1,3 +1,4 @@
+# $Id$
# Creates build/lib.linux-${arch}-${pyvers}/gpspacket.so,
# where ${arch} is an architecture and ${pyvers} is a Python version.
from distutils.core import setup, Extension
diff --git a/strl.c b/strl.c
index 48dce9ce..26b25ee9 100644
--- a/strl.c
+++ b/strl.c
@@ -1,3 +1,4 @@
+/* $Id$ */
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>