summaryrefslogtreecommitdiff
path: root/contrib
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 /contrib
parent7978a7ab38feb74f428e70c20c39c344969a3536 (diff)
downloadgpsd-8440c7d1fd97810ba02c5acf3b7295a30b3dd117.tar.gz
Copyright stamps everywhere. No code changes.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ashctl.c5
-rw-r--r--contrib/binlog.c3
-rw-r--r--contrib/binreplay.c3
-rw-r--r--contrib/lla2ecef.c3
-rw-r--r--contrib/motosend.c5
5 files changed, 17 insertions, 2 deletions
diff --git a/contrib/ashctl.c b/contrib/ashctl.c
index 6ec153d6..a2e39d44 100644
--- a/contrib/ashctl.c
+++ b/contrib/ashctl.c
@@ -1,4 +1,7 @@
-/* $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.
+ */
#include <sys/types.h>
#include <err.h>
#include <errno.h>
diff --git a/contrib/binlog.c b/contrib/binlog.c
index ac244734..965c3fa0 100644
--- a/contrib/binlog.c
+++ b/contrib/binlog.c
@@ -1,3 +1,6 @@
+/* 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>
#include <err.h>
#include <errno.h>
diff --git a/contrib/binreplay.c b/contrib/binreplay.c
index f35b72ff..13738b88 100644
--- a/contrib/binreplay.c
+++ b/contrib/binreplay.c
@@ -1,3 +1,6 @@
+/* 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>
#include <sys/mman.h>
#include <sys/stat.h>
diff --git a/contrib/lla2ecef.c b/contrib/lla2ecef.c
index 6340ab45..4ec12122 100644
--- a/contrib/lla2ecef.c
+++ b/contrib/lla2ecef.c
@@ -1,3 +1,6 @@
+/* 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>
#include <stdio.h>
#include <stdlib.h>
diff --git a/contrib/motosend.c b/contrib/motosend.c
index 351d2dcc..922206f3 100644
--- a/contrib/motosend.c
+++ b/contrib/motosend.c
@@ -1,4 +1,7 @@
-/* $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.
+ */
#include <sys/types.h>
#include <machine/endian.h>
#include <sys/limits.h>