summaryrefslogtreecommitdiff
path: root/bits.h
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 /bits.h
parent7978a7ab38feb74f428e70c20c39c344969a3536 (diff)
downloadgpsd-8440c7d1fd97810ba02c5acf3b7295a30b3dd117.tar.gz
Copyright stamps everywhere. No code changes.
Diffstat (limited to 'bits.h')
-rw-r--r--bits.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/bits.h b/bits.h
index 75de3a31..a2f2df0e 100644
--- a/bits.h
+++ b/bits.h
@@ -1,4 +1,8 @@
-/* $Id$ */
+/* $Id$
+ *
+ * This file is Copyright (c)2010 by the GPSD project
+ * BSD terms apply: see the file COPYING in the distribution root for details.
+ */
#ifndef _GPSD_BITS_H_
#define _GPSD_BITS_H_
@@ -18,6 +22,9 @@
*
* The use of fixed-length types in the casts enforces these.
* Both 32- and 64-bit systems with gcc are OK with this set.
+ *
+ * This file is Copyright (c)2010 by the GPSD project
+ * BSD terms apply: see the file COPYING in the distribution root for details.
*/
#include <stdint.h>