summaryrefslogtreecommitdiff
path: root/isgps.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 /isgps.c
parented9063e01fe85d93d6669fbdb08a14cd764a11a0 (diff)
downloadgpsd-af87811bd557b609352c20076de048b3fbc08421.tar.gz
Vanish away Id and Rev $ keywords, git won't expand them to anything useful.
Diffstat (limited to 'isgps.c')
-rw-r--r--isgps.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/isgps.c b/isgps.c
index 94cdbb59..15fbc746 100644
--- a/isgps.c
+++ b/isgps.c
@@ -1,8 +1,3 @@
-/* $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 the unnamed protocol described in IS-GPS-200,
@@ -58,6 +53,9 @@ handing GPS and RTCM decoding.
You are not expected to understand any of this.
+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>