summaryrefslogtreecommitdiff
path: root/gps
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 /gps
parent7978a7ab38feb74f428e70c20c39c344969a3536 (diff)
downloadgpsd-8440c7d1fd97810ba02c5acf3b7295a30b3dd117.tar.gz
Copyright stamps everywhere. No code changes.
Diffstat (limited to 'gps')
-rw-r--r--gps/__init__.py4
-rw-r--r--gps/fake.py3
-rwxr-xr-xgps/gps.py3
3 files changed, 10 insertions, 0 deletions
diff --git a/gps/__init__.py b/gps/__init__.py
index c0188381..2255cab2 100644
--- a/gps/__init__.py
+++ b/gps/__init__.py
@@ -1,4 +1,8 @@
# Make core client functions available without prefix.
+#
+# This file is Copyright (c) 2010 by the GPSD project
+# BSD terms apply: see the file COPYING in the distribution root for details.
+
from gps import *
# The 'client' module exposes some C utility functions for Python clients.
diff --git a/gps/fake.py b/gps/fake.py
index 9d75a96f..ab448cb9 100644
--- a/gps/fake.py
+++ b/gps/fake.py
@@ -1,6 +1,9 @@
"""
$Id$
+This file is Copyright (c) 2010 by the GPSD project
+BSD terms apply: see the file COPYING in the distribution root for details.
+
gpsfake.py -- classes for creating a controlled test environment around gpsd.
The gpsfake(1) regression tester shipped with gpsd is a trivial wrapper
diff --git a/gps/gps.py b/gps/gps.py
index fe5f7906..9029b46c 100755
--- a/gps/gps.py
+++ b/gps/gps.py
@@ -1,6 +1,9 @@
#!/usr/bin/env python
# $Id$
#
+# This file is Copyright (c) 2010 by the GPSD project
+# BSD terms apply: see the file COPYING in the distribution root for details.
+#
# gps.py -- Python interface to GPSD.
#
import time, calendar, math, socket, sys, select