summaryrefslogtreecommitdiff
path: root/gps/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'gps/__init__.py')
-rw-r--r--gps/__init__.py4
1 files changed, 4 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.