summaryrefslogtreecommitdiff
path: root/crc24q.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-03-11 20:14:23 +0000
committerEric S. Raymond <esr@thyrsus.com>2010-03-11 20:14:23 +0000
commit8440c7d1fd97810ba02c5acf3b7295a30b3dd117 (patch)
tree9075b04887d0d40f89263f3cb4b3726d88efc4bb /crc24q.c
parent7978a7ab38feb74f428e70c20c39c344969a3536 (diff)
downloadgpsd-8440c7d1fd97810ba02c5acf3b7295a30b3dd117.tar.gz
Copyright stamps everywhere. No code changes.
Diffstat (limited to 'crc24q.c')
-rw-r--r--crc24q.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/crc24q.c b/crc24q.c
index 8b2e99e0..a741153f 100644
--- a/crc24q.c
+++ b/crc24q.c
@@ -1,5 +1,8 @@
-/* $Id$ */
-/*
+/* $Id$
+ *
+ * This file is Copyright (c) 2008,2010 by the GPSD project
+ * BSD terms apply: see the file COPYING in the distribution root for details.
+ *
* This is an implementation of the CRC-24Q cyclic redundancy checksum
* used by Qualcomm, RTCM104V3, and PGP 6.5.1. According to the RTCM104V3
* standard, it uses the error polynomial
@@ -24,9 +27,6 @@
* Note that this version has a seed of 0 wired in. The RTCM104V3 standard
* requires this.
*
- * This implementation by Eric Steven Raymond is Copyright (c) 2008
- * for the GPSD project, and is released under BSD terms.
- *
*/
#include <stdbool.h>