summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2006-09-21 00:58:22 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2006-09-21 00:58:22 +0000
commitafffa0eaf69d0706e4379eb4bdc30acf02d40a85 (patch)
treed842bc53e9568719c6cb0ff24701b4c2c5814321
parent066e759cc0af5e7875dba08ddac5a75d9d70e0ce (diff)
downloadgpsd-afffa0eaf69d0706e4379eb4bdc30acf02d40a85.tar.gz
Add subversion ID tags near the beginning of every file.
First line where possible, second line for scripts called with #!
-rw-r--r--Makefile.am1
-rw-r--r--README2
-rw-r--r--TODO2
-rw-r--r--Tachometer.c1
-rw-r--r--Tachometer.h1
-rw-r--r--TachometerP.h1
-rwxr-xr-xautogen.sh1
-rw-r--r--bits.h1
-rw-r--r--bits_test.c1
-rw-r--r--bsd-base64.c1
-rw-r--r--bsd-base64.h1
-rw-r--r--cgps.c2
-rw-r--r--cgpxlogger.c1
-rw-r--r--configure.ac1
-rw-r--r--dgnss.c1
-rw-r--r--dgpsip.c1
-rw-r--r--display.c1
-rw-r--r--display.h1
-rw-r--r--driver_proto.c1
-rw-r--r--drivers.c1
-rw-r--r--evermore.c1
-rw-r--r--garmin.c1
-rw-r--r--geoid.c1
-rw-r--r--gps.h1
-rwxr-xr-xgps.py1
-rw-r--r--gpsd.c1
-rw-r--r--gpsd.h1
-rwxr-xr-xgpsd.hotplug1
-rw-r--r--gpsd.hotplug.wrapper1
-rw-r--r--gpsd.rules1
-rw-r--r--gpsd.usermap1
-rw-r--r--gpsd_dbus.c1
-rw-r--r--gpsd_dbus.h1
-rw-r--r--gpsfake.py2
-rw-r--r--gpsflash.c1
-rw-r--r--gpsflash.h1
-rw-r--r--gpsmm_test.cpp1
-rw-r--r--gpspipe.c3
-rw-r--r--gpsutils.c1
-rw-r--r--gpxlogger.c1
-rw-r--r--invert-bitfields.pl2
-rw-r--r--isgps.c1
-rw-r--r--italk.c1
-rwxr-xr-xleapsecond.py1
-rw-r--r--libgps.c1
-rw-r--r--libgpsd_core.c1
-rw-r--r--libgpsmm.cpp1
-rw-r--r--libgpsmm.h1
-rw-r--r--netlib.c1
-rw-r--r--nmea_parse.c1
-rw-r--r--ntpshm.c1
-rw-r--r--ntrip.c1
-rw-r--r--packet.c1
-rw-r--r--packet_states.h2
-rw-r--r--packet_test.c1
-rw-r--r--report.c1
-rw-r--r--rtcm.c1
-rw-r--r--rtcm.h1
-rw-r--r--rtcmdecode.c1
-rw-r--r--serial.c1
-rw-r--r--sirf.c1
-rw-r--r--sirfflash.c1
-rw-r--r--sirfmon.c1
-rw-r--r--srecord.c1
-rw-r--r--subframe.c1
-rw-r--r--timebase.h1
-rw-r--r--truenorth.c1
-rw-r--r--tsip.c1
-rwxr-xr-xwrapinvert.py1
-rw-r--r--xgps.c1
-rw-r--r--xgpsspeed.c1
-rw-r--r--zodiac.c1
72 files changed, 76 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 7822aae2..29c84e52 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,5 @@
# Automake description for gpsd
+# $Id$
#SUBDIRS = contrib
diff --git a/README b/README
index 4b0925f0..0fae5a1e 100644
--- a/README
+++ b/README
@@ -1,3 +1,5 @@
+$Id$
+
COPYRIGHT
=========
diff --git a/TODO b/TODO
index d7787e76..fa38c513 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,5 @@
+$Id$
+
This is the gpsd to-do list. If you're viewing it with Emacs, try
doing Ctl-C Ctl-t and browsing through the outline headers. Ctl-C Ctl-a
will unfold them again.
diff --git a/Tachometer.c b/Tachometer.c
index 0d7aef61..cfb9c17e 100644
--- a/Tachometer.c
+++ b/Tachometer.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* Tachometer Widget Implementation
*
diff --git a/Tachometer.h b/Tachometer.h
index 312fb283..0783c047 100644
--- a/Tachometer.h
+++ b/Tachometer.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* Tachometer.h -- tachometer widget interface */
#ifndef _Tachometer_h
#define _Tachometer_h
diff --git a/TachometerP.h b/TachometerP.h
index 1238ab03..5ee209a8 100644
--- a/TachometerP.h
+++ b/TachometerP.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* TachometerP.h -- Tachometer widget private data */
#ifndef _TachometerP_h
#define _TachometerP_h
diff --git a/autogen.sh b/autogen.sh
index d8198175..f1131294 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,5 @@
#!/bin/sh
+# $Id$
# Automakeversion
AM_1=1
diff --git a/bits.h b/bits.h
index 181c0d57..50a1b8ad 100644
--- a/bits.h
+++ b/bits.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* bits.h - extract binary data from message buffer
*
diff --git a/bits_test.c b/bits_test.c
index 19d05ada..1527fe44 100644
--- a/bits_test.c
+++ b/bits_test.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/* test harness for bits.h */
#include <stdio.h>
diff --git a/bsd-base64.c b/bsd-base64.c
index d110ef8e..2db96898 100644
--- a/bsd-base64.c
+++ b/bsd-base64.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/* $OpenBSD: base64.c,v 1.3 1997/11/08 20:46:55 deraadt Exp $ */
/*
diff --git a/bsd-base64.h b/bsd-base64.h
index c1d69dd6..e7476848 100644
--- a/bsd-base64.h
+++ b/bsd-base64.h
@@ -1,3 +1,4 @@
+/* $Id$ */
#ifndef _BSD_BASE64_H
#define _BSD_BASE64_H
diff --git a/cgps.c b/cgps.c
index 6e270f43..d6ce3a8d 100644
--- a/cgps.c
+++ b/cgps.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* Copyright (c) 2005 Jeff Francis <jeff@gritch.org>
*
@@ -17,7 +18,6 @@
/*
Jeff Francis
jeff@gritch.org
- $Id$
Kind of a curses version of xgps for use with gpsd.
*/
diff --git a/cgpxlogger.c b/cgpxlogger.c
index d4df6b7b..36eaeecb 100644
--- a/cgpxlogger.c
+++ b/cgpxlogger.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* Copyright (c) 2005,2006 Chris Kuethe <chris.kuethe@gmail.com>
*
diff --git a/configure.ac b/configure.ac
index 3b22b2c7..4b9fcdcd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,3 +1,4 @@
+dnl $Id$
AC_INIT
AM_INIT_AUTOMAKE(gpsd, 2.34)
AC_PREFIX_PROGRAM(gcc)
diff --git a/dgnss.c b/dgnss.c
index ee0ae792..854c8ef8 100644
--- a/dgnss.c
+++ b/dgnss.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/* dgnss.c -- common interface to a number of Differential GNSS services */
#include <string.h>
diff --git a/dgpsip.c b/dgpsip.c
index 0a1d2297..a4174420 100644
--- a/dgpsip.c
+++ b/dgpsip.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/* dgpsip.c -- gather and dispatch DGPS data from DGPSIP servers */
#include <unistd.h>
#include <stdlib.h>
diff --git a/display.c b/display.c
index be79ee7e..2d75be17 100644
--- a/display.c
+++ b/display.c
@@ -1,3 +1,4 @@
+/* $Id$ */
#include <stdio.h>
#include <math.h>
diff --git a/display.h b/display.h
index c603e324..733cf270 100644
--- a/display.h
+++ b/display.h
@@ -1,3 +1,4 @@
+/* $Id$ */
#ifndef _display_h
#define _display_h
diff --git a/driver_proto.c b/driver_proto.c
index 482803b5..3e5c89e3 100644
--- a/driver_proto.c
+++ b/driver_proto.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* A prototype driver. Doesn't run, doesn't even compile.
*/
diff --git a/drivers.c b/drivers.c
index 49e903fb..45c3b505 100644
--- a/drivers.c
+++ b/drivers.c
@@ -1,3 +1,4 @@
+/* $Id$ */
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
diff --git a/evermore.c b/evermore.c
index 6d9be0e1..bebbb4a3 100644
--- a/evermore.c
+++ b/evermore.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* This is the gpsd driver for EverMore GPSes operating in binary mode.
* About the only thing this gives us that NMEA won't is TDOP.
diff --git a/garmin.c b/garmin.c
index 8dcaae8b..33a4ea69 100644
--- a/garmin.c
+++ b/garmin.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* Handle the Garmin binary packet format supported by the USB Garmins
* tested with the Garmin 18 and other models. This driver is NOT for
diff --git a/geoid.c b/geoid.c
index 8e575361..c125e4e9 100644
--- a/geoid.c
+++ b/geoid.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* geoid.c -- ECEF to WGS84 conversions, including ellipsoid-to-MSL height
*
diff --git a/gps.h b/gps.h
index a7d4f798..05b3d957 100644
--- a/gps.h
+++ b/gps.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* gps.h -- interface of the libgps library */
#ifndef gps_h
diff --git a/gps.py b/gps.py
index 81fae6b8..3d8fcd07 100755
--- a/gps.py
+++ b/gps.py
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+# $Id$
#
# gps.py -- Python interface to GPSD.
#
diff --git a/gpsd.c b/gpsd.c
index c444eea1..a62c0d92 100644
--- a/gpsd.c
+++ b/gpsd.c
@@ -1,3 +1,4 @@
+/* $Id$ */
#include <unistd.h>
#include <stdlib.h>
#include <syslog.h>
diff --git a/gpsd.h b/gpsd.h
index f41df610..05b37372 100644
--- a/gpsd.h
+++ b/gpsd.h
@@ -1,3 +1,4 @@
+/* $Id$ */
#ifndef _gpsd_h_
#define _gpsd_h_
diff --git a/gpsd.hotplug b/gpsd.hotplug
index 57723fd2..eac47675 100755
--- a/gpsd.hotplug
+++ b/gpsd.hotplug
@@ -1,4 +1,5 @@
#!/usr/bin/python
+# $Id$
# Hotplug script for gpsd by Eric S. Raymond, March 2005
# This script is part of the gpsd distribution: see http://gpsd.berlios.de
# Can be called like "gpsd.hotplug [add|remove] /dev/ttyUSB0" for test
diff --git a/gpsd.hotplug.wrapper b/gpsd.hotplug.wrapper
index 4544db5f..d73e3d19 100644
--- a/gpsd.hotplug.wrapper
+++ b/gpsd.hotplug.wrapper
@@ -1,4 +1,5 @@
#! /bin/sh
+# $Id$
. /lib/udev/hotplug.functions
diff --git a/gpsd.rules b/gpsd.rules
index eb0440a4..cad2ff65 100644
--- a/gpsd.rules
+++ b/gpsd.rules
@@ -1,4 +1,5 @@
# udev rules for gpsd
+# $Id$
#
# GPSes don't have their own USB device class. They're serial-over-USB
# devices, so what you see is actually the ID of the serial-over-USB chip.
diff --git a/gpsd.usermap b/gpsd.usermap
index b9d14cc1..244f9f3f 100644
--- a/gpsd.usermap
+++ b/gpsd.usermap
@@ -1,4 +1,5 @@
# Hotplug device map for GPSD
+# $Id$
#
# GPSes don't have their own USB device class. They're serial-over-USB
# devices, so what you see is actually the ID of the serial-over-USB chip.
diff --git a/gpsd_dbus.c b/gpsd_dbus.c
index 23e98493..45d1537d 100644
--- a/gpsd_dbus.c
+++ b/gpsd_dbus.c
@@ -1,3 +1,4 @@
+/* $Id$ */
#include <stdio.h>
#include <config.h>
#ifdef DBUS_ENABLE
diff --git a/gpsd_dbus.h b/gpsd_dbus.h
index 281ea9df..90875a63 100644
--- a/gpsd_dbus.h
+++ b/gpsd_dbus.h
@@ -1,3 +1,4 @@
+/* $Id$ */
#include <config.h>
#if DBUS_ENABLE==1
diff --git a/gpsfake.py b/gpsfake.py
index 6b3864d1..79f61d7f 100644
--- a/gpsfake.py
+++ b/gpsfake.py
@@ -1,4 +1,6 @@
"""
+$Id$
+
gpsfake.py -- classes for creating a controlled test environment around gpsd.
The gpsfake(1) regression tester shipped with gpsd is a trivial wrapper
diff --git a/gpsflash.c b/gpsflash.c
index 767c1513..f1c38c55 100644
--- a/gpsflash.c
+++ b/gpsflash.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* This is the GPS-type-independent part of the gpsflash program.
*
diff --git a/gpsflash.h b/gpsflash.h
index 01da4d35..c8299ddc 100644
--- a/gpsflash.h
+++ b/gpsflash.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* Copyright (c) 2005 Chris Kuethe <chris.kuethe@gmail.com>
*
diff --git a/gpsmm_test.cpp b/gpsmm_test.cpp
index 902d083d..25103f11 100644
--- a/gpsmm_test.cpp
+++ b/gpsmm_test.cpp
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* Copyright (C) 2005 Alfredo Pironti
*
diff --git a/gpspipe.c b/gpspipe.c
index f09f79ee..15050a63 100644
--- a/gpspipe.c
+++ b/gpspipe.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* gpspipe
*
@@ -20,8 +21,6 @@
* just needs to be linked to netlib like this:
* gcc gpspipe.c ../netlib.c -o gpspipe
*
- *
- $Id$
*/
#include <errno.h>
diff --git a/gpsutils.c b/gpsutils.c
index 9042b9a5..75872e4e 100644
--- a/gpsutils.c
+++ b/gpsutils.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/* gpsutils.c -- code shared between low-level and high-level interfaces */
#include <stdio.h>
#include <unistd.h>
diff --git a/gpxlogger.c b/gpxlogger.c
index 5ea698ba..22159a5b 100644
--- a/gpxlogger.c
+++ b/gpxlogger.c
@@ -1,3 +1,4 @@
+/* $Id$ */
#include <string.h>
#include <stdlib.h>
#include <syslog.h>
diff --git a/invert-bitfields.pl b/invert-bitfields.pl
index 64f77eb0..675c6b0e 100644
--- a/invert-bitfields.pl
+++ b/invert-bitfields.pl
@@ -1,4 +1,5 @@
#!/usr/bin/perl
+# $Id$
###############################################################################
## ##
## File: invert-bitfields.pl ##
@@ -9,7 +10,6 @@
## Copyright (c) 2005 Wolfgang S. Rupprecht. ##
## All rights reserved. ##
## ##
-## $Id: invert-bitfields.pl,v 1.1 2005/07/25 09:21:19 wolfgang Exp $
###############################################################################
$inside = 0;
diff --git a/isgps.c b/isgps.c
index dd46f393..e69192fe 100644
--- a/isgps.c
+++ b/isgps.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/*****************************************************************************
This is a decoder for the unnamed protocol described in IS-GPS-200,
diff --git a/italk.c b/italk.c
index 20c6921e..ee12fbf3 100644
--- a/italk.c
+++ b/italk.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* Driver for the iTalk binary protocol used by FasTrax
*/
diff --git a/leapsecond.py b/leapsecond.py
index 3148687e..a0a5fb91 100755
--- a/leapsecond.py
+++ b/leapsecond.py
@@ -1,4 +1,5 @@
#!/usr/bin/env python
+# $Id$
#
# Get the current leap-second value. This is the offset between UTC and
# GPS time, which changes occasionally due to variations in the Earth's
diff --git a/libgps.c b/libgps.c
index cdaead12..6669907f 100644
--- a/libgps.c
+++ b/libgps.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/* libgps.c -- client interface library for the gpsd daemon */
#include <stdio.h>
#include <unistd.h>
diff --git a/libgpsd_core.c b/libgpsd_core.c
index cd4a5cf3..427c4d6f 100644
--- a/libgpsd_core.c
+++ b/libgpsd_core.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/* libgpsd_core.c -- direct access to GPSes on serial or USB devices. */
#include <unistd.h>
#include <stdlib.h>
diff --git a/libgpsmm.cpp b/libgpsmm.cpp
index 80a537de..44a96bcd 100644
--- a/libgpsmm.cpp
+++ b/libgpsmm.cpp
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* Copyright (C) 2005 Alfredo Pironti
* See the file COPYING for license conditions
diff --git a/libgpsmm.h b/libgpsmm.h
index 635114c0..21ac0cd2 100644
--- a/libgpsmm.h
+++ b/libgpsmm.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* Copyright (C) 2005 Alfredo Pironti
*
diff --git a/netlib.c b/netlib.c
index 927e732e..712e99fa 100644
--- a/netlib.c
+++ b/netlib.c
@@ -1,3 +1,4 @@
+/* $Id$ */
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
diff --git a/nmea_parse.c b/nmea_parse.c
index 032360e0..45d01b90 100644
--- a/nmea_parse.c
+++ b/nmea_parse.c
@@ -1,3 +1,4 @@
+/* $Id$ */
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
diff --git a/ntpshm.c b/ntpshm.c
index 7c6d7bf5..2d1bb4c5 100644
--- a/ntpshm.c
+++ b/ntpshm.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* ntpshm.c - put time information in SHM segment for xntpd
* struct shmTime and getShmTime from file in the xntp distribution:
diff --git a/ntrip.c b/ntrip.c
index d0a1bb26..671c0a40 100644
--- a/ntrip.c
+++ b/ntrip.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/* ntrip.c -- gather and dispatch DGNSS data from Ntrip broadcasters */
#include <unistd.h>
#include <stdlib.h>
diff --git a/packet.c b/packet.c
index 6a8f229f..c32a58a7 100644
--- a/packet.c
+++ b/packet.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/****************************************************************************
NAME:
diff --git a/packet_states.h b/packet_states.h
index 713a15a7..29d8802a 100644
--- a/packet_states.h
+++ b/packet_states.h
@@ -1,3 +1,4 @@
+/* $Id$ */
GROUND_STATE, /* we don't know what packet type to expect */
#ifdef NMEA_ENABLE
@@ -96,3 +97,4 @@
RTCM_SKIP_STATE, /* we have sync lock, but this character is bad */
RTCM_RECOGNIZED, /* we have an RTCM packet */
#endif /* RTCM104_ENABLE */
+/* end of packet_states.h */
diff --git a/packet_test.c b/packet_test.c
index d1b2d12a..70ec1020 100644
--- a/packet_test.c
+++ b/packet_test.c
@@ -1,3 +1,4 @@
+/* $Id$ */
#include <stdlib.h>
#include <ctype.h>
#include <stdio.h>
diff --git a/report.c b/report.c
index 530db481..9518af34 100644
--- a/report.c
+++ b/report.c
@@ -1,3 +1,4 @@
+/* $Id$ */
#include <stdio.h>
#include <stdarg.h>
#include "gpsd.h"
diff --git a/rtcm.c b/rtcm.c
index 70ab6346..6824fd00 100644
--- a/rtcm.c
+++ b/rtcm.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/*****************************************************************************
This is a decoder for RTCM-104, an obscure and complicated serial
diff --git a/rtcm.h b/rtcm.h
index 6c1f0a44..0eac63d8 100644
--- a/rtcm.h
+++ b/rtcm.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/*****************************************************************************
This is a decoder for RTCM-104, an obscure and complicated serial
diff --git a/rtcmdecode.c b/rtcmdecode.c
index 8e442057..71a7bdbe 100644
--- a/rtcmdecode.c
+++ b/rtcmdecode.c
@@ -1,3 +1,4 @@
+/* $Id$ */
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
diff --git a/serial.c b/serial.c
index 2301851f..a18899be 100644
--- a/serial.c
+++ b/serial.c
@@ -1,3 +1,4 @@
+/* $Id$ */
#include <unistd.h>
#include <string.h>
#include <fcntl.h>
diff --git a/sirf.c b/sirf.c
index 98f7e8e2..fb3a556a 100644
--- a/sirf.c
+++ b/sirf.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* This is the gpsd driver for SiRF GPSes operating in binary mode.
* It also handles uBlox, a SiRF derivative.
diff --git a/sirfflash.c b/sirfflash.c
index 21837f8c..de5bb70e 100644
--- a/sirfflash.c
+++ b/sirfflash.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* This is the SiRF-dependent part of the gpsflash program.
*
diff --git a/sirfmon.c b/sirfmon.c
index ad6127e7..8131ad5a 100644
--- a/sirfmon.c
+++ b/sirfmon.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* SiRF packet monitor, originally by Rob Janssen, PE1CHL.
* Heavily hacked by Eric S. Raymond for use with the gpsd project.
diff --git a/srecord.c b/srecord.c
index accbb24f..62aa054a 100644
--- a/srecord.c
+++ b/srecord.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* Copyright (c) 2005 Chris Kuethe <chris.kuethe@gmail.com>
*
diff --git a/subframe.c b/subframe.c
index 2da6c1ff..435b34b0 100644
--- a/subframe.c
+++ b/subframe.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/* subframe.c -- interpret satellite subframe data. */
#include "gpsd.h"
diff --git a/timebase.h b/timebase.h
index 6a429d00..3d4ebaea 100644
--- a/timebase.h
+++ b/timebase.h
@@ -1,3 +1,4 @@
+/* $Id$ */
/* timebase.h -- constants that will require patching over time */
/*
diff --git a/truenorth.c b/truenorth.c
index 88b528a9..00da7660 100644
--- a/truenorth.c
+++ b/truenorth.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/**
* True North Technologies - Revolution 2X Digital compass
*
diff --git a/tsip.c b/tsip.c
index 689ddbb3..8054a97e 100644
--- a/tsip.c
+++ b/tsip.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* Handle the Trimble TSIP packet format
* by Rob Janssen, PE1CHL.
diff --git a/wrapinvert.py b/wrapinvert.py
index 937be579..a1cf4ec8 100755
--- a/wrapinvert.py
+++ b/wrapinvert.py
@@ -1,4 +1,5 @@
#!/usr/bin/python
+# $Id$
#
# Wrap bitfield references in rtcm.c in inversion macros.
# FIXME: should be enhanced to replace macros already present
diff --git a/xgps.c b/xgps.c
index e22e53a9..bdba116b 100644
--- a/xgps.c
+++ b/xgps.c
@@ -1,3 +1,4 @@
+/* $Id$ */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
diff --git a/xgpsspeed.c b/xgpsspeed.c
index f5453f76..7e22af56 100644
--- a/xgpsspeed.c
+++ b/xgpsspeed.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/* GPS speedometer as a wrapper around an Athena widget Tachometer
* - Derrick J Brashear <shadow@dementia.org>
*/
diff --git a/zodiac.c b/zodiac.c
index 3461aadf..b3ac602d 100644
--- a/zodiac.c
+++ b/zodiac.c
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* Handle the Rockwell binary packet format supported by the old Zodiac chipset
*/