summaryrefslogtreecommitdiff
path: root/crc24q.c
diff options
context:
space:
mode:
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>