summaryrefslogtreecommitdiff
path: root/driver_sirf.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_sirf.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_sirf.c')
-rw-r--r--driver_sirf.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/driver_sirf.c b/driver_sirf.c
index 459b43e9..82b3d23d 100644
--- a/driver_sirf.c
+++ b/driver_sirf.c
@@ -1,8 +1,4 @@
-/* $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 the gpsd driver for SiRF GPSes operating in binary mode.
* It also handles uBlox, a SiRF derivative.
*
@@ -26,6 +22,9 @@
* "[When we need RINEX data, we can get it from] SiRF Message #5.
* If it's no longer implemented on your receiver, messages
* 7, 28, 29 and 30 will give you the same information."
+ *
+ * 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>