summaryrefslogtreecommitdiff
path: root/contrib/skyview2svg
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-11-19 16:36:14 -0800
committerGary E. Miller <gem@rellim.com>2018-11-19 16:39:01 -0800
commit0bcb227dc7ca314075cde83b6956a58dc3d5fdf0 (patch)
tree25f3bbba1c8058b35bd3490f655c343fae19bd3d /contrib/skyview2svg
parent6027b102c77cd2cf382478738c035b686c26f9df (diff)
downloadgpsd-0bcb227dc7ca314075cde83b6956a58dc3d5fdf0.tar.gz
LICENSE: Update license's to be more consistent. No functional changes.
Diffstat (limited to 'contrib/skyview2svg')
-rw-r--r--contrib/skyview2svg4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/skyview2svg b/contrib/skyview2svg
index a4b87abe..79cf8007 100644
--- a/contrib/skyview2svg
+++ b/contrib/skyview2svg
@@ -10,9 +10,11 @@ example usage:
For GPSD JSON format see: http://www.catb.org/gpsd/gpsd_json.html
"""
-# SPDX-License-Identifier: BSD-2-clause
# This code runs compatibly under Python 2 and 3.x for x >= 2.
# Preserve this property!
+#
+# This file is Copyright (c) 2010-2018 by the GPSD project
+# SPDX-License-Identifier: BSD-2-clause
from __future__ import absolute_import, print_function, division
import datetime