summaryrefslogtreecommitdiff
path: root/gpsrinex.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-11-19 16:37:54 -0800
committerGary E. Miller <gem@rellim.com>2018-11-19 16:37:54 -0800
commit6027b102c77cd2cf382478738c035b686c26f9df (patch)
tree6eb8e574b7d5f7c698787cfdf54ade59919d144e /gpsrinex.c
parent2a286af6cf4f7fd469bf6bea644a7416c9631cde (diff)
downloadgpsd-6027b102c77cd2cf382478738c035b686c26f9df.tar.gz
LICENSE: Update licenses for consistency. No functional changes.
Diffstat (limited to 'gpsrinex.c')
-rw-r--r--gpsrinex.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/gpsrinex.c b/gpsrinex.c
index 77082b1c..60430957 100644
--- a/gpsrinex.c
+++ b/gpsrinex.c
@@ -1,9 +1,6 @@
/*
* gpsrinex: read "RAW" messages from a gpsd and output a RINEX 3 obs file.
*
- * This file is Copyright (c) 2010 by the GPSD project
- * SPDX-License-Identifier: BSD-2-clause
- *
* gpsrinex will read live data from gpsd and create a file of RINEX 3
* observations. Currently this only works if the GPS is a u-blox
* GPS and is sending UBX-RXM-RAWX messages.
@@ -56,6 +53,10 @@
*
* [4] RTKLIB: An Open Source Program Package for GNSS Positioning
* http://www.rtklib.com/
+ *
+ * This file is Copyright (c) 2018 by the GPSD project
+ * SPDX-License-Identifier: BSD-2-clause
+ *
*/
#ifndef _XOPEN_SOURCE