summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2006-12-05 00:05:19 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2006-12-05 00:05:19 +0000
commit20c173005ed6fdb77782699133ed0c4e713bd1ad (patch)
tree0d23f8a9560fc02c2b80cd559e972aca005f70b7
parentc807ffe9050880a64ccf76868bfd17ea36e6eba7 (diff)
downloadgpsd-20c173005ed6fdb77782699133ed0c4e713bd1ad.tar.gz
Add $Id$ tag
-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>