From 20c173005ed6fdb77782699133ed0c4e713bd1ad Mon Sep 17 00:00:00 2001 From: Chris Kuethe Date: Tue, 5 Dec 2006 00:05:19 +0000 Subject: Add $Id$ tag --- gpspacket.c | 1 + hex.c | 1 + setup.py | 1 + strl.c | 1 + 4 files changed, 4 insertions(+) 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 #include #include 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 #include #include -- cgit v1.2.1