From 8440c7d1fd97810ba02c5acf3b7295a30b3dd117 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 11 Mar 2010 20:14:23 +0000 Subject: Copyright stamps everywhere. No code changes. --- gps/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gps/__init__.py') 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. -- cgit v1.2.1