summaryrefslogtreecommitdiff
path: root/driver_rtcm2.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-03-13 03:57:32 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-03-13 03:57:32 -0500
commitaf87811bd557b609352c20076de048b3fbc08421 (patch)
tree78cb17b5c7fcc0f53a6dfd91a858f945f56255d1 /driver_rtcm2.c
parented9063e01fe85d93d6669fbdb08a14cd764a11a0 (diff)
downloadgpsd-af87811bd557b609352c20076de048b3fbc08421.tar.gz
Vanish away Id and Rev $ keywords, git won't expand them to anything useful.
Diffstat (limited to 'driver_rtcm2.c')
-rw-r--r--driver_rtcm2.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/driver_rtcm2.c b/driver_rtcm2.c
index 2c6ab82f..aff0c2c9 100644
--- a/driver_rtcm2.c
+++ b/driver_rtcm2.c
@@ -1,9 +1,5 @@
-/* $Id$ */
/*****************************************************************************
-This file is Copyright (c) 2010 by the GPSD project
-BSD terms apply: see the file COPYING in the distribution root for details.
-
This is a decoder for RTCM-104 2.x, an obscure and complicated serial
protocol used for broadcasting pseudorange corrections from
differential-GPS reference stations. The applicable
@@ -51,6 +47,9 @@ about the serial interface format was gleaned from studying
the output of a beacon receiver test program made available on
Starlink's website.
+This file is Copyright (c) 2010 by the GPSD project
+BSD terms apply: see the file COPYING in the distribution root for details.
+
*****************************************************************************/
#include <sys/types.h>